# Networking and Content Delivery in AWS

## How do AWS provide Networking in its cloud infrastructure ?

AWS implements Software Defined Networking (SDNs) to provide its users with various networking services.&#x20;

### Key Options in AWS

* Amazon VPC - Virtual Private Cloud, the foundational service of AWS.
* AWS Route 53 - DNS Service of AWS, similar offerings such as given by GoDaddy, NameCheap etc.
* AWS Direct Connect - Dedicated connection to AWS with existing on-premises network using a high speed (and low latency) optical fiber provided with AWS Direct Connect Router. &#x20;
* Elastic Load Balancing
* AWS CloudFront
* API Gateway&#x20;

&#x20;


---

# 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/networking-and-content-delivery-in-aws.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.
