This repository has been archived by the owner on May 18, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setting AWS_PROFILE as part of exec leads to errors in some apps:
- Some apps (for example, packer) use the AWS_PROFILE setting to determine which profile to load out of ~/.aws/config shared config. The problem is that these profiles don't have associated credentials, so those applications fail. Instead, don't set profile, and the applications just use the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY vars.
- Loading branch information