AWS Global Infrastructure Flashcards
What is an AWS Region?
An AWS Region is a geographical area.
Each region consists of 2 or more availability zones.
Each AWS Region has multiple Availability Zones and data centers.
What is each Region designed to be?
Each Amazon Region is designed to be completely isolated from the other Amazon Regions.
How do you replicate data within region / between region?
You can replicate data within a region and between regions using private or public Internet connections.
What makes region easy to meet regional compliance and data residency requirements?
You retain complete control and ownership over the region in which your data is physically located, making it easy to meet regional compliance and data residency requirements.
What is an Availability Zone (AZ)?
AZs consist of one or more discrete data centers, each with redundant power, networking, and connectivity, housed in separate facilities.
Each Availability Zone is isolated, but the Availability Zones in a region are connected through low-latency links.
Is there a charge for data transfer between regions?
Note that there is a charge for data transfer between regions.
What must you do with EC2 instance and AMI in a Region?
When you launch an EC2 instance, you must select an AMI that’s in the same region. If the AMI is in another region, you can copy the AMI to the region you’re using.
What is a regional endpoint?
When you work with an instance using the command line interface or API actions, you must specify its regional endpoint.
To reduce data latency in your applications, most Amazon Web Services offer a regional endpoint to make your requests.
An endpoint is a URL that is the entry point for a web service.
For example, https://dynamodb.us-west-2.amazonaws.com is an entry point for the Amazon DynamoDB service.
What is an Availability Zone (AZ)?
Availability Zones are physically separate and isolated from each other.
AZs span one or more data centers and have direct, low-latency, high throughput, and redundant network connections between each other.
Each AZ is designed as an independent failure zone.
Can you select AZ when you launch an instance?
When you launch an instance, you can select an Availability Zone or let AWS choose one for you.
What is the benefit of having EC2 isntances across multiple AZs?
If you distribute your EC2 instances across multiple Availability Zones and one instance fails, you can design your application so that an instance in another Availability Zone can handle requests.
What can you use with Elastic IP address in AZs?
You can also use Elastic IP addresses to mask the failure of an instance in one Availability Zone by rapidly remapping the address to an instance in another Availability Zone.
How is an AZ represented?
An Availability Zone is represented by a region code followed by a letter identifier; for example, us-east-1a.
How does mapping work for AZs for each AWS account?
To ensure that resources are distributed across the Availability Zones for a region, AWS independently map Availability Zones to names for each AWS account.
For example, the Availability Zone us-east-1a for your AWS account might not be the same location as us-east-1a for another AWS account.
How do you coordinate AZ across accounts?
To coordinate Availability Zones across accounts, you must use the AZ ID, which is a unique and consistent identifier for an Availability Zone.