> For the complete documentation index, see [llms.txt](https://uniquid.gitbook.io/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uniquid.gitbook.io/introduction/integrate-uniquid-with-aws/install-and-configure-aws-cli.md).

# Install AWS CLI

### Install AWS tool

```bash
sudo pip3 install awscli --upgrade
```

### Generate AWS IAM Access Key

Click [here](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-quick-configuration) for instructions on how to generate an access key from the AWS IAM console

### Configure CLI

Run the AWS CLI command

```bash
aws configure
```

Then, input the following parameters

**AWS Access Key ID**: Downloaded from AWS IAM console.

**AWS Secret Access Key**: Downloaded from AWS IAM console.

**Default region name**: The user's preferred AWS Region

**Default output format**: \[Return/Enter] to use the default.<br>
