Global Infrastructure Flashcards

1
Q

Whats an AZ?

A

An Availability Zone is a single data center or a group of data centers within a Region

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define some characteristics about AZ? latency, distance.

A

located tens of miles apart from each other. But close enough for low latency when info requested and received between AZs.

distant enough to reduce the chance that multiple Availability Zones are affected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why run EC2s in multiple AZ?

A

best practice is to run applications across at least two Availability Zones in a Region

If 1 were to fail, your application would still be running in us-west-1b.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Planning for failure and deploying applications across multiple Availability Zones is an important part of building a ________________

A

resilient and highly available architecture.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which factors determine which region you choose?

A

Location-specific compliance and data governance

Get content faster to cmrs, select region closer to them.

Services available in regions

Pricing varies across regions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Whats an edge location?

A

edge location is a site that Amazon CloudFront uses to store cached copies of your content closer to your customers for faster delivery.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

whats a region?

A

consists of 2+ AZ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

AWS Outpost

A

Extend AWS infrastructure and services to your on-premises data center e.g. in building

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Whats cloud front?

A

CDN, uses a network of edge locations to cache content and deliver it to customers all over the world.

When content is cached, it is stored locally as a copy which makes it faster.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Whats route 53?

A

Domain Name Service: Also runs on Edge locations directing customers to the right address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How can you provision reources? NAME 5 ways

A
  1. AWS Management Console
  2. AWS CLI to make API requests via command line
    3, Software Development Kits: intereact with AWS resoruces via programming language
  3. AWS Elastic Bean Stalk: provide code and configuration settings to deploys the resources necessary to perform the following tasks:
  4. Cloud Formation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why would you use AWS CLI?

A

AWS CLI to make API requests via command line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why would you use SDK?

A

3, Software Development Kits: intereact with AWS resoruces via programming language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

wHY WOULD YOU USE IAC?

A

Infrastructure as code, building an environment by code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Why would you use Elastic Bean Stalk?

A

AWS Elastic Bean Stalk: provide code and configuration settings to deploys the resources necessary to perform the following tasks:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly