Skip to content

Loguinho-0.0.3

Latest

Choose a tag to compare

@mlcruz mlcruz released this 01 Sep 16:29
· 3 commits to master since this release
  • Now uses [loguinho] profile for aws credentials, falling back to [default] if not set

  • The following sources are checked in order for credentials when calling credentials:

  • Environment variables: AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY

  • credential_process command in the AWS config file, usually located at ~/.aws/config.

  • AWS credentials file using [loguinho] profile. Usually located at ~/.aws/credentials.

  • AWS credentials file using [default] profile. Usually located at ~/.aws/credentials.

  • IAM instance profile. Will only work if running on an EC2 instance with an instance profile/role.