# AWS

### Pricing

Predicting the bill is sometimes complicated on AWS. Be careful with what resources you are spinning up.

![The cheapest production-ready Postgres on RDS.](/files/-LrF2J7Dea4zWQXmUw2g)

In this tutorial, we assume the app will run in production and use the best resources available to make our app scalable and reliable.

### How much will it cost?

This is the break down of the monthly cost of the resources we will use:

* **Route 53:**
  * $0.40 per 1,000,000 queries for the first 1 Billion queries
  * $0.50 per Hosted Zone for the first 25 Hosted Zones
* **NAT Gateway**: $35 + $0.048 per GB Data Processed
* **Aurora Serverless**: $45


---

# 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://tutorial.specian.co.uk/devops/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.
