Thanks to visit codestin.com
Credit goes to github.com

Skip to content

invalid environment variables during the config. #439

@fogfish

Description

@fogfish

The AWS CLI supports the following environment variables.

  • AWS_ACCESS_KEY_ID – AWS access key.
  • AWS_SECRET_ACCESS_KEY – AWS secret key. Access and secret key variables override credentials stored in credential and config files.
  • AWS_SESSION_TOKEN – Specify a session token if you are using temporary security credentials.
  • AWS_DEFAULT_REGION – AWS region. This variable overrides the default region of the in-use profile, if set.

See the official documentation

The official boto client support these variables

erlcloud fails because it uses outdated variables AWS_SECURITY_TOKEN and AWS_REGION

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions