# AWS Global Infrastructure

The Primary two items are given below.

* Availability Zones
* Regions

Apart from this, they also have

* Edge Locations
* Regional Edge Caches

### Availability Zones (AZs)

AZs are the physical data centers of AWS.

This is where the actual computing, storage, network, and database resources are hosted that we as consumers, provision within our Virtual Private Clouds (VPCs).

A common misconception is that a **single availability zone equals a single data center**. Multiple data centers located closely form a single availability zone.

Each AZ will have another AZ in the same geographical area. Each AZ will be isolated from others using a separate power/network like DR.

Many AWS services use low latency links between AZs to replicate data for high availability and resilience purposes.

Multiple AZs are defined as an AWS Regions. (Example: Virginia)

<figure><img src="/files/zghmEht8xXWS7JpnmGtW" alt=""><figcaption></figcaption></figure>

### Regions <a href="#regions" id="regions"></a>

Every Region will act independently of the others, containing at least two Availability Zones.

Interestingly, only some AWS services are available in some regions.

* US East (N. Virginia) *us-east-1*
* US East (Ohio) *us-east-2*
* EU (Ireland) *eu-west-1*
* EU (Frankfurt) *eu-central-1*

***Note**: As of today, AWS is available in 27 regions and 87 AZs*&#x20;

{% embed url="<https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gchandra.gitbook.io/data-warehousing/cloud/aws/aws-global-infrastructure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
