Home » Tutorials » AWS Tutorials » AWS – Global Infrastructure

AWS – Global Infrastructure

Amazon Web Services Global Infrastructure

  • AWS is a cloud computing platform that is globally available.
  • Global infrastructure is a region around the world in which AWS is based. Global infrastructure is a bunch of high-level IT services which is shown below:
  • AWS is available in 24 regions, 77 availability zones, 210+ Edge Locations, and 12 Regional Edge Caches in October 2020.

The following are the components that make up the AWS infrastructure:

  • Availability Zones
  • Region
  • Edge locations
  • Regional Edge Caches

AWS Global Infrastructure

Availability zone as a Data Center

  • An availability zone is a facility that can be somewhere in a country or in a city. Inside this facility, i.e., Data Centre, we can have multiple servers, switches, load balancing, firewalls. The things which interact with the cloud sits inside the data centers.
  • An availability zone can be a several data centers, but if they are close together, they are counted as 1 availability zone.

Region

  • A region is a geographical area. Each region consists of 2 more availability zones.
  • A region is a collection of data centers that are completely isolated from other regions.
  • A region consists of more than two availability zones connected to each other through links.
Related:  AWS - IAM Role Use Cases

AWS Global Infrastructure

  • Availability zones are connected through redundant and isolated metro fibers.

Edge Locations

  • Edge locations are the endpoints for AWS used for caching content.
  • Edge locations consist of CloudFront, Amazon’s Content Delivery Network (CDN).
  • Edge locations are more than regions. Currently, there are over 150 edge locations.
  • Edge location is not a region but a small location that AWS have. It is used for caching the content.
  • Edge locations are mainly located in most of the major cities to distribute the content to end users with reduced latency.
  • For example, some user accesses your website from Singapore; then this request would be redirected to the edge location closest to Singapore where cached data can be read.

Regional Edge Cache

  • AWS announced a new type of edge location in November 2016, known as a Regional Edge Cache.
  • Regional Edge cache lies between CloudFront Origin servers and the edge locations.
  • A regional edge cache has a large cache than an individual edge location.
  • Data is removed from the cache at the edge location while the data is retained at the Regional Edge Caches.
  • When the user requests the data, then data is no longer available at the edge location. Therefore, the edge location retrieves the cached data from the Regional edge cache instead of the Origin servers that have high latency.
Related:  AWS is Opening Yet Another Cloud Computing Region

Magic Quadrant for Cloud Infrastructure as a Service, Worldwide (2020)

magic-quadrant-aws-mytechmint

AWS Global Infrastructure Map

AWS Global Infrastructure Map

AWS now spans 77 Availability Zones within 24 geographic regions around the world, and has announced plans for nine more Availability Zones and three more AWS Regions in Indonesia, Japan, and Spain.

What exactly are Region and different types of Zones in AWS? - mytechmint

 

Leave a Comment