> For the complete documentation index, see [llms.txt](https://stephanosterburg.gitbook.io/scrapbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stephanosterburg.gitbook.io/scrapbook/data-science/fast.ai/aws.md).

# AWS

## Amazon AWS

1\. Run "aws configure" and enter your credentials. This will ensure the values are written to the correct file location.

```
aws configure
AWS Access Key ID [**ABCD]: foo
AWS Secret Access Key [**ABCD]: bar
Default region name [us-west-2]: us-west-2
Default output format [None]:
```

2\. Then verify the configuration values, and make sure they are shown in the config file.

```
aws configure list
```

## paperspace

```
ssh paperspace@184.105.119.191
```
