5 tenants of aws architecture for the best possible architecture + management and dev tools

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 22

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

23 Terms

1

5 tenants of aws architecture for the best possible architecture

  • high availbility

  • scalability

  • elasticity

  • fault tolerance

  • high durability

New cards
2

high availbility

remove single points of failure; if one thing breaks, it shouldn’t bring everything down; run cloud workloads in multiple regions/avail zones for this

New cards
3

elastic load balancer

to distribute traffic across locations and reroute when one location fails to get best possible latency

New cards
4

application load balancer

distribute traffic from web to targets in networks w http/s traffic

New cards
5

network load balancer

handle millions of reqs per sec w tcp traffic

New cards
6

scalability

add remove resources on demand; scale up or down based on metric u choose (budget, traffic, configured computing memory, other stuff)

New cards
7

vertical (up) scalability

upgrade current server to have more resources

New cards
8

horizontal

add separate servers to add to list of existing servers

New cards
9

elasticity

automate workloads by adding/removing; automatically increase/decrease resources based on metric u choose

New cards
10

auto scaling groups

to add remove resources to reduce human error and lag time to meet perf reqs. asks for min, max, desired instances; scale up or down to meed demand

New cards
11

fault tolerance

handle failures well when smth happens; ensure no point of failure and if it happens u can handle it

New cards
12

failover strategy

by having 2nd copy of db ready to start if primary one in diff region fails

New cards
13

high durability

  • recovery from failures in the expected way + recover w min data loss

New cards
14

recovery time objective (rto)

max time that business can be offline bc of accidents w/out loss

New cards
15

recovery point objective (rpo)

max data that can be lost

New cards
16

management console

user friendly and web based interface. each service has its own console.

New cards
17

sdk

software to help integrate app langs w aws; make code compatible to run and manage aws resources; used to build software for a specific platform like aws to support prog langs like python, java, ruby, go. google aws [lang] sdk

New cards
18

cli

devops. used to programmable make changes to aws resources; create and run scipts to automate processes in aws for developers

New cards
19

management tool types (3)

  • management console

  • sdk

  • cli

New cards
20

aws access keys

required to have programmic access to aws resources outside of console; access key id and secret access key.

New cards
21

access key id and secret access key.

same permissions as user. can deactivate and regenerate new one for user on demand. never share

New cards
22

aws account id

12 digit for ur account (private)

New cards
23

aws api

application programming interface; stuff that allows 2 services to talk to each other. ex. http/s requests. can customize to use in console, sdk or cli

New cards

Explore top notes

note Note
studied byStudied by 14 people
1005 days ago
4.0(1)
note Note
studied byStudied by 162 people
624 days ago
5.0(1)
note Note
studied byStudied by 16 people
122 days ago
5.0(1)
note Note
studied byStudied by 22 people
743 days ago
5.0(1)
note Note
studied byStudied by 61 people
882 days ago
4.0(1)
note Note
studied byStudied by 8 people
176 days ago
5.0(1)
note Note
studied byStudied by 10 people
898 days ago
5.0(1)
note Note
studied byStudied by 255 people
686 days ago
4.8(9)

Explore top flashcards

flashcards Flashcard (127)
studied byStudied by 31 people
911 days ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 19 people
266 days ago
5.0(1)
flashcards Flashcard (20)
studied byStudied by 8 people
784 days ago
5.0(1)
flashcards Flashcard (28)
studied byStudied by 29 people
737 days ago
5.0(2)
flashcards Flashcard (67)
studied byStudied by 9 people
837 days ago
5.0(1)
flashcards Flashcard (315)
studied byStudied by 51 people
763 days ago
5.0(4)
flashcards Flashcard (29)
studied byStudied by 15 people
379 days ago
5.0(1)
flashcards Flashcard (26)
studied byStudied by 84 people
17 days ago
5.0(1)
robot