> For the complete documentation index, see [llms.txt](https://docs.duplocloud.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duplocloud.com/docs/aws-extension/aws-extension/policy-model/databases.md).

# Databases

The AWS Extension supports provisioning managed databases inside an Environment. Databases are provisioned into the private subnets of the Environment's Network Baseline, using the subnet groups created during network provisioning.

## Database Types

<table data-view="cards"><thead><tr><th>Title</th><th>Description</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td><strong>RDS</strong></td><td>Amazon Relational Database Service — MySQL, PostgreSQL, MariaDB, SQL Server, Oracle, and Aurora.</td><td><a href="/pages/0ezKJdGGQqcOu18CVHuB">/pages/0ezKJdGGQqcOu18CVHuB</a></td></tr><tr><td><strong>ElastiCache</strong></td><td>Amazon ElastiCache — Redis and Memcached in-memory data stores.</td><td><a href="/pages/pKvGQPFL6617ApqvQjPm">/pages/pKvGQPFL6617ApqvQjPm</a></td></tr></tbody></table>

## Dependencies

All databases require an **Environment** with an associated **Network Baseline** that has RDS and ElastiCache subnet groups available.

{% hint style="warning" %}
Subnet groups are created automatically during Network Baseline provisioning. Networks attached using **Import** mode may not have subnet groups — provisioning a database into an imported network without them will fail.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.duplocloud.com/docs/aws-extension/aws-extension/policy-model/databases.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.
