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 "us-west-1" or leave it blank.

More information on Access Keys is here.

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, Secret Access Key and the proper Default region name (such as "us-west-1").

Last updated