Global Infrastructure Flashcards

(27 cards)

1
Q

Front

A

Back

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

What is the AWS Global Infrastructure composed of?

A

A collection of regions and edge locations connected by a high-speed private network.

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

What is an AWS Region?

A

A geographic area containing a full deployment of AWS services (compute, storage, databases, etc.).

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

Are AWS Regions the same as countries or continents?

A

No, they are AWS-defined areas that may or may not align with national boundaries.

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

What is an AWS Edge Location?

A

A smaller site closer to end users that provides content delivery and edge computing.

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

Why are edge locations important?

A

They reduce latency and improve content delivery by being closer to users.

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

Can AWS services differ by region?

A

Yes, most AWS services operate regionally and must be selected per region.

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

What services are global in AWS?

A

Services like IAM and Route 53, which do not require a region selection.

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

What are the three main benefits of AWS regions?

A
  1. Geographic fault isolation<br></br>2. Governance and legal separation<br></br>3. Performance tuning via location control.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does AWS ensure fault tolerance between regions?

A

Regions are designed to be 100% isolated from each other.

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

What is the region code for Sydney?

A

ap-southeast-2

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

What is the region name for ap-southeast-2?

A

Asia Pacific (Sydney)

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

Why should you know both region name and region code?

A

Because the AWS Console uses names and the CLI/API uses codes.

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

What is an Availability Zone (AZ)?

A

A physically separate data center within a region used for high availability.

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

How many AZs are in the Sydney region (ap-southeast-2)?

A

3 AZs

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

Why are Availability Zones important?

A

They allow localized fault isolation within a region.

17
Q

How can you design resilient solutions using Availability Zones?

A

Distribute components (e.g., EC2 instances) across multiple AZs to ensure some remain operational during an AZ failure.

18
Q

Is an Availability Zone the same as a single data center?

A

No. An AZ may be one or multiple data centers. AWS does not disclose exact structure but guarantees isolation and high-speed redundant networking.

19
Q

Can services span multiple Availability Zones?

A

Yes. Many services like VPCs can be deployed across multiple AZs for higher resilience.

20
Q

What is a globally resilient service?

A

A service that operates globally with a single database and replicated data across multiple regions. It can tolerate regional failures.

21
Q

Examples of globally resilient services?

A

IAM and Route 53.

22
Q

What is a region resilient service?

A

A service that operates in a specific region, usually replicating data across multiple AZs in that region.

23
Q

What happens if an entire region fails for a region resilient service?

A

The service will become unavailable.

24
Q

What is an AZ resilient service?

A

A service deployed in a single AZ. If that AZ fails, the service fails.

25
What is the risk of using only AZ resilient services?
They are vulnerable to failures within the specific AZ they're deployed in.
26
Why is it important to know the resilience level of each AWS service?
It helps you design fault-tolerant architectures and answer exam questions.
27
What are the three types of service resilience in AWS?
Globally Resilient, Region Resilient, AZ Resilient.