# AWS CLI configuration

To use your Impossible Cloud Storage with the AWS CLI, you need to use the "**configure**" command. Simply type:

```
aws configure
```

You will be prompted to enter your access key and secret access key for Impossible Cloud Storage. When it asks for the region, you can either type "e&#x75;**-central-2**" or leave it blank.

{% hint style="info" %}
More information on Access Keys is [here](https://docs.impossiblecloud.com/impossible-cloud-help/impossible-cloud-storage-guide/access-keys).
{% endhint %}

If you need to configure a profile for a specific type of access, you can do so by typing:

```
aws configure --profile impossiblecloud
```

Then enter your Access Key ID and Secret Access Key, and you are ready to go.


---

# 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.impossiblecloud.com/impossible-cloud-help/impossible-cloud-storage-guide/cli-user-guide/aws-cli-configuration.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.
