# AWS Global Infrastructure

* AWS Regions are the main data centers in a particular geography.
* AWS Regions are further divided into availability zones by default that are there for fail-over and high availability. Example: ap-south-1 is Region Name and ap-south-1a is availability zone.
* AWS Local Zones can be said as an extension of AWS Region. They are just strategically located AWS data center which is well connected with main AWS Region Data Center.
* Outside of AWS Regions, specific points of presence elements exist. They are Edge Locations and Regional Edge Caches. Edge Locations are nodes used by Content Delivery Network service of AWS, named as Amazon CloudFront and their DNS service named as Amazon Route 53.&#x20;

<div data-full-width="true"><figure><img src="/files/bJM7zaD9UXLNEZYUIHHB" alt=""><figcaption></figcaption></figure></div>

* To get information about AWS IP ranges, one can get navigate to <https://ip-ranges.amazonaws.com/ip-ranges.json> and get a gist of the same:

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

{% hint style="info" %}
Many times, Hackers take these IP Ranges and then checks across these ranges using online scanners, if there are any misconfigured or vulnerable AWS Service present on the same
{% endhint %}


---

# 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://notes.radifine.com/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.
