# 8. Deploy an S3 Bucket

Navigate to **Cloud Services** -> **Storage** -> **S3**, and click **Add**. The **Create an S3 Bucket** pane displays.

Enter a **Name** for your S3 Bucket (e.g., `myapp-bucket`), and click **Create**.

<div align="left"><figure><img src="/files/G8Hj1srOXuDpziwAgSp0" alt=""><figcaption><p>The <strong>Create an S3 Bucket</strong> pane</p></figcaption></figure></div>

To open the AWS S3 console using Just-In-Time (JIT) credentials, allowing you to work with the bucket in AWS, navigate to **Cloud Services** -> **Storage** -> **S3**, and select the S3 Bucket name from the list to open the details page. From this page, click the **Console** button.


---

# 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.duplocloud.com/docs/automation-platform/workshops/duplocloud-101-for-aws/create-your-infrastructure-and-application/7.-deploy-an-s3-bucket.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.
