# AWS Console link

{% hint style="info" %}
Use [Just-In-Time (JIT)](/docs/automation-platform/overview/use-cases/jit-access.md) to launch the AWS console and work with a specific Tenant configuration, or to obtain Administrator privileges.
{% endhint %}

DuploCloud users have AWS Console access for advanced configurations of S3 Buckets, Dynamo databases, SQS, SNS Topic, Kinesis stream, and API Gateway resources that are created in DuploCloud. ELB and EC2 areas of the console are not supported.

Using the DuploCloud Portal, click on the **Console** link in the title bar of the AWS resource you created in DuploCloud, as in the example for S3 Bucket, below.

<figure><img src="/files/9q1sPz5Z9lpfYuKUDkqd" alt=""><figcaption><p>S3 bucket page with highlighted Console link</p></figcaption></figure>

Clicking the **Console** link launches the AWS console and gives you access to the resource, with permissions scoped to the current Tenant.

Using the **Console** link, you don't need to set up permissions to create new resources in the AWS Console. You can perform any operations on resources that are created with DuploCloud.

For example, you can create an S3 bucket from the DuploCloud UI, and then launch the AWS Console with the **Console** link, removing files, setting up static web hosting, and so on. Similarly, you can create a [DynamoDB](/docs/automation-platform/overview/aws-services/database/dynamodb.md) in DuploCloud and use the AWS console to add and remove entries in a database table.


---

# 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/overview/use-cases/using-aws-console.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.
