> 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/automation-platform/overview/aws-services/database/timestream-database.md).

# AWS Timestream database

DuploCloud supports the Amazon Timestream database in the DuploCloud Portal. AWS Timestream is a fast, scalable, and serverless time-series database service that makes it easier to store and analyze trillions of events per day at an accelerated speed.

Amazon Timestream automatically scales to adjust for capacity and performance, so you don’t have to manage the underlying infrastructure.

## Adding a Timestream database

1. In the DuploCloud Portal, navigate to **Cloud Services** -> **Database**.
2. From the **RDS** page, click the **Timestream** tab.<br>

   <figure><img src="/files/bKTt5271h9HHTlSB8wES" alt=""><figcaption><p><strong>Timestream</strong> database page</p></figcaption></figure>
3. Click **Add**. The **Add Timestream Database** pane displays.<br>

   <div align="left"><figure><img src="/files/LIBnBfrN1nkebxF3B1hN" alt=""><figcaption><p><strong>Add Timestream Database</strong> pane</p></figcaption></figure></div>
4. Enter the **DatabaseName.**
5. Select an **Encryption Key**, if required.
6. Click **Submit**. The Timestream database name displays on the **Timestream** tab.

## Adding Tables to a Timestream database

1. In the DuploCloud Portal, navigate to **Cloud Services** -> **Database**.
2. From the **RDS** page, click the **Timestream** tab.
3. Select the database from the **Name** column.
4. On the **Tables** tab, click **Add**. The **Add Timestream Table** pane displays.<br>

   <div align="left"><figure><img src="/files/Gbb1y9OpQHVGcJ6AJnQt" alt=""><figcaption><p><strong>Add Timestream Table</strong> pane</p></figcaption></figure></div>
5. Enter the **Table Name** and other necessary information to size and create your table.
6. Click **Create**.

## Modifying and Running a Timestream database

1. In the DuploCloud Portal, navigate to **Cloud Services** -> **Database**.
2. From the **RDS** page, click the **Timestream** tab.
3. Select the database from the **Name** column.
4. On the Timestream page, click the database's **Action** menu to modify the **JSON** code or launch the **Console** in AWS. You can also select the database name in the **Name** column and, from the **Tables** tab, click the table's **Action** menu to modify the **JSON** code or launch the **Console** in AWS or **Delete** a table.

<figure><img src="/files/KYdPM6Jy046IUgV3rB77" alt=""><figcaption><p><strong>Actions</strong> menu for a <strong>Timestream</strong> database, <strong>Tables</strong> tab</p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.duplocloud.com/docs/automation-platform/overview/aws-services/database/timestream-database.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
