03-Global Infrastructure Flashcards
What is the AWS Global Infrastructure?
A global cloud platform made up of smaller, interconnected groupings of infrastructure, including regions, edge locations, and availability zones (AZs).
What are an AWS Regions?
Geographic areas containing full deployments of AWS services.
What are the benefits of AWS Regions?
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.
What are AWS Edge Locations?
Smaller infrastructure deployments primarily used for content distribution (CDN) and edge computing?
What is the purpose of AWS Edge Locations?
Serve data closer to end users to reduce latency and improve performance.
What is an example of AWS Edge Locations?
Netflix streaming content from an edge location in Melbourne for faster delivery to Australian customers.
What are Availability Zones (AZs)?
Isolated groups of AWS Infrastructure within a region?
What is the purpose of an AZ?
Enhance resilience by disturbing services across multiple AZs in the same region.
What is typically usage of multiple AZs?
Services deployed across multiple AZs can continue to function even if one AZ fails.
What are Service Resilience Levels?
Globally Resilient Services, Regionally Resilient Services ,AZ-Resilient Services
What are Globally Resilient Services?
Operate across multiple regions with a single replicated database, tolerating regional failures.
What is an example of a Globally Resilient Service?
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.
What are Regionally Resilient Services?
Operate within a single region, replicating data across multiple AZs for resilience.
What is an example of a Regionally Resilient Service?
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.
What are AZ-Resilient Services?
Operates within a single AZ. If that AZ fails, that service will fail.