Skip to content

AWS Global Infrastructure

AWS operates one of the largest cloud infrastructures in the world, spread across geographic regions with built-in redundancy and low-latency connectivity.

A Region is a separate geographic area where AWS clusters its data centers. Each region is fully independent — resources in one region do not automatically replicate to another.

  • AWS has 35+ regions worldwide (and growing)
  • Common regions: us-east-1 (N. Virginia), eu-west-1 (Ireland), ap-southeast-1 (Singapore)
  • Region codes follow the pattern: <area>-<direction>-<number> (e.g., us-east-1)
FactorGuidance
LatencyPick the region closest to your users
ComplianceData residency laws may require a specific region
Service availabilityNot all services are available in all regions
CostPrices vary slightly by region

Each AWS Region contains multiple Availability Zones. An AZ is one or more discrete data centers with independent power, cooling, and networking.

  • Most regions have 3–6 AZs
  • AZs in a region are interconnected with high-bandwidth, low-latency fiber
  • AZ names: us-east-1a, us-east-1b, us-east-1c

Why it matters: Distributing your resources across multiple AZs provides high availability and fault tolerance. If one AZ fails, your application continues running in the others.

In Azure terms: AZ ≈ Azure Availability Zone. Azure’s regions also have 3 zones in most regions.

Edge Locations are data centers used by CloudFront (AWS CDN) and other services to cache content closer to end users. They are NOT full regions.

  • 400+ edge locations globally
  • Also used by: Route 53, AWS Shield, Lambda@Edge, AWS WAF
  • Reduces latency for users by serving cached responses locally

Local Zones extend an AWS Region to more geographic areas, placing compute, storage, and database services closer to large population centers.

  • Useful for applications requiring single-digit millisecond latency
  • Example: us-east-1-bos-1 (Boston Local Zone extending us-east-1)

Wavelength Zones embed AWS compute and storage services within telecom providers’ 5G networks, enabling ultra-low latency for mobile applications.

AWS Outposts brings AWS infrastructure, services, APIs, and tools to virtually any on-premises or edge location. Essentially AWS hardware deployed in your own data center.

ComponentDescriptionCount (approx.)
RegionsFully independent geographic areas35+
Availability ZonesIsolated data centers within a region100+
Edge LocationsCDN/Route53/WAF endpoints400+
Local ZonesExtended compute near metro areas30+
Wavelength Zones5G embedded computeMultiple
  1. Deploy across multiple AZs — Use multi-AZ for databases, load balancers, and auto-scaling groups
  2. Use managed services — RDS Multi-AZ, S3 (11 nines durability), DynamoDB Global Tables
  3. Design for failure — Assume any single component can fail
  4. Use health checks and auto-healing — ELB health checks, ASG replacement
  5. Consider multi-region for disaster recovery if RTO/RPO requires it

Comparison: AWS vs Azure Global Infrastructure

Section titled “Comparison: AWS vs Azure Global Infrastructure”
ConceptAWSAzure
Independent areaRegionRegion
Isolated data centersAvailability ZoneAvailability Zone
CDN endpointsEdge LocationAzure CDN POP
On-prem extensionAWS OutpostsAzure Stack Hub
Metro low-latency extensionLocal ZoneAzure Edge Zone