# AWS Networking

The standard networking CloudFormation template deploys the following resources:

* a VPC with CIDR range `10.0.0.0/16`
* 2 public subnets with CIDR ranges `10.0.0.0/24` and `10.0.1.0/24`
* 2 private subnets with CIDR ranges `10.0.2.0/24` and `10.0.3.0/24`
* an Internet Gateway
* a NAT Gateway
* a public and private route table
* all required attachments and associations

This is not required to run sorry-cypress but is provided as a convenience when deploying the [advanced template](/cloud-setup/aws/advanced-aws-setup.md). Any pre-existing VPC with at least 1 subnet and routing to the Internet can be used.


---

# 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://docs.sorry-cypress.dev/cloud-setup/aws/aws-networking.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.
