Skip to main content
hyperlink created and superfluous text removed
Source Link

I was able to solve this issue through the followingthe following:

export AWS_CONFIG_FILE="/root/.aws/config"
export AWS_ACCESS_KEY_ID=XXXX
export AWS_SECRET_ACCESS_KEY=YYYY

For more info see: http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-environment

I was able to solve this issue through the following:

export AWS_CONFIG_FILE="/root/.aws/config"
export AWS_ACCESS_KEY_ID=XXXX
export AWS_SECRET_ACCESS_KEY=YYYY

For more info see: http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-environment

I was able to solve this issue through the following:

export AWS_CONFIG_FILE="/root/.aws/config"
export AWS_ACCESS_KEY_ID=XXXX
export AWS_SECRET_ACCESS_KEY=YYYY
Source Link

I was able to solve this issue through the following:

export AWS_CONFIG_FILE="/root/.aws/config"
export AWS_ACCESS_KEY_ID=XXXX
export AWS_SECRET_ACCESS_KEY=YYYY

For more info see: http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html#cli-environment