/AWS Global Infrastructure
Concept Detail

AWS Global Infrastructure

Difficulty: easy

Overview


AWS operates a massive global infrastructure designed for high availability, low latency, and data sovereignty.

Regions:

  • A geographic area containing 2+ Availability Zones (most have 3+).
  • Currently 30+ Regions globally.
  • Choosing a Region: data sovereignty/compliance, proximity to users, service availability, pricing.
  • Data does NOT automatically replicate between Regions — you control this.

Availability Zones (AZs):

  • One or more discrete, physically separate data centers within a Region.
  • Connected via high-bandwidth, low-latency private fiber links.
  • Each AZ has independent power, cooling, and physical security.
  • Deploying across multiple AZs eliminates single points of failure.

Edge Locations:

  • Points of Presence (PoPs) used by Amazon CloudFront and Route 53.
  • More than 400 edge locations globally — far more than Regions.
  • Cache content closer to end users for low-latency delivery.

AWS Local Zones:

  • Extensions of AWS Regions placed in major metro areas.
  • Run latency-sensitive applications (e.g., gaming, media) closer to users.

AWS Wavelength Zones:

  • Embed AWS compute and storage within 5G mobile network providers' data centers.
  • Ultra-low latency applications for mobile/edge devices.

AWS Outposts:

  • AWS-managed hardware in your on-premises data center.
  • Run AWS services locally for compliance or latency requirements.

AWS Global Accelerator:

  • Routes traffic through AWS's private global network for improved performance and automatic failover.
  • Unlike CloudFront (caches content), Global Accelerator accelerates non-cacheable traffic.

Practice Linked Questions


easy

Q1. What is an AWS Region?


Select one answer before revealing.

easy

Q2. What is an AWS Availability Zone (AZ)?


Select one answer before revealing.

easy

Q3. Why should you deploy an application across multiple Availability Zones in the same Region?


Select one answer before revealing.

easy

Q4. Users in Southeast Asia are experiencing high latency accessing your application hosted in us-east-1. Which AWS service can cache your static content at locations closest to those users?


Select one answer before revealing.

easy

Q5. What is an AWS Edge Location and which service primarily uses it?


Select one answer before revealing.

medium

Q6. A government agency needs to ensure their data never leaves a specific country due to data sovereignty laws. Which AWS feature primarily enables this compliance requirement?


Select one answer before revealing.

medium

Q7. What is the difference between AWS Local Zones and AWS Wavelength Zones?


Select one answer before revealing.

medium

Q8. Which AWS service routes user traffic over AWS's private global network backbone instead of the public internet, improving performance and providing static IP addresses?


Select one answer before revealing.