03-Global Infrastructure Flashcards

1
Q

What is the AWS Global Infrastructure?

A

A global cloud platform made up of smaller, interconnected groupings of infrastructure, including regions, edge locations, and availability zones (AZs).

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

What are an AWS Regions?

A

Geographic areas containing full deployments of AWS services.

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

What are the benefits of AWS Regions?

A

Geographic Isolation - Protects against disasters and failures in other Regions, Geopolitical Control - Users can choose Regions based on compliance with local laws and regulations, Location Control - Optimize performance by placing infrastructure close to customers.

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

What are AWS Edge Locations?

A

Smaller infrastructure deployments primarily used for content distribution (CDN) and edge computing?

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

What is the purpose of AWS Edge Locations?

A

Serve data closer to end users to reduce latency and improve performance.

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

What is an example of AWS Edge Locations?

A

Netflix streaming content from an edge location in Melbourne for faster delivery to Australian customers.

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

What are Availability Zones (AZs)?

A

Isolated groups of AWS Infrastructure within a region?

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

What is the purpose of an AZ?

A

Enhance resilience by disturbing services across multiple AZs in the same region.

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

What is typically usage of multiple AZs?

A

Services deployed across multiple AZs can continue to function even if one AZ fails.

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

What are Service Resilience Levels?

A

Globally Resilient Services, Regionally Resilient Services ,AZ-Resilient Services

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

What are Globally Resilient Services?

A

Operate across multiple regions with a single replicated database, tolerating regional failures.

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

What is an example of a Globally Resilient Service?

A

A globally resilient service like IAM operates across multiple regions. Even if a region like Northern Virginia fails, IAM remains fully functional in all other regions.

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

What are Regionally Resilient Services?

A

Operate within a single region, replicating data across multiple AZs for resilience.

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

What is an example of a Regionally Resilient Service?

A

An RDS Database in Sydney replicates data across multiple AZs. If an AZ fails, the service remains operational, but a full region failure would cause an outage.

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

What are AZ-Resilient Services?

A

Operates within a single AZ. If that AZ fails, that service will fail.

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

What is an example of an AZ-Resilient Service?

A

An edge location in Melbourne serves content like a TV show, allowing it to be streamed faster and with lower latency for users in that geographic area, rather than retrieving it from a distant region like Sydney.