after using "aws configure --profile dev" how do I tell puppet aws module to use "dev" profile instead of "default"?
We have multiple aws accounts and are looking for a way to access them in puppet module without resetting the AWS_ACCESS_KEY_ID env variables each time. --profile works great for aws cli.
↧