# Setting up AWS Account

Follow this section to set up the AWS S3 Account and create relevant credentials.

## Setup Developer Console

The set up of a developer console is required for access to:&#x20;

* Security Profile ID
* Client ID
* Client Secret

Follow the steps to set up the Developer Console:

* Create a developer account at <https://developer.amazon.com/dashboard>.&#x20;
* After creating a developer account, sign-in to the account.
* At “Login with Amazon” [console](https://developer.amazon.com/loginwithamazon/console/site/lwa/overview.html), click \[Create a new Security Profile] to create a security profile.

<figure><img src="https://media.langstack.com/documentation/media/images/connector/awss3connector/awscrtsecurityprofbutton.png" alt=""><figcaption></figcaption></figure>

* Add the following details for the security profile and click \[Save] to save the settings:
  1. Security Profile Name
  2. Security Profile Description
  3. Consent Privacy Notice URL
  4. Consent Logo Image

<figure><img src="https://media.langstack.com/documentation/media/images/connector/awss3connector/awssecrprofmngfrmfill.png" alt=""><figcaption></figcaption></figure>

* A success message displays with directions for managing the Security Profile with the “Manage” icon.

<figure><img src="https://media.langstack.com/documentation/media/images/connector/awss3connector/awssecrprofcrtdseticon.png" alt=""><figcaption></figcaption></figure>

* To go to the Security Profile, click on the “manage” icon and select “Security Profile”.

<figure><img src="https://media.langstack.com/documentation/media/images/connector/awss3connector/awsawssecrprofcrtdsetspm.png" alt=""><figcaption></figcaption></figure>

* The “Security Profile Management” page displays with the General tab preselected. This tab displays information including:
  1. Security Profile Name
  2. Security Profile Description
  3. Security Profile ID
  4. Consent Privacy Notice URL
  5. Consent Logo Image

<figure><img src="https://media.langstack.com/documentation/media/images/connector/awss3connector/awscustapp123genrl.png" alt=""><figcaption></figcaption></figure>


---

# 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.langstack.com/welcome/in-depth-learning/connectors/aws-connector/setting-up-aws-account.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.
