For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Last updated