Closed pwinston closed 5 years ago
The standard way to define which AWS CLI profile to use is through the AWS_PROFILE
environment variable, which Aegea supports by not interfering with the profile ingestion functionality of the underlying boto3/botocore libraries.
I will consider adding --profile
and --region
as aegea CLI options.
Thank you that works. I use --profile
on aws-cli and added that same flag to all our tools. This env var is more than a 80% solution, but --profile
is a tiny bit nicer I think.
--profile
and --region
are now supported in v2.7.3.
Cool thanks for doing that, nice job.
I expected I could use
--profile staging
and--profile production
like aws-cli to access the profiles in my credentials file. Looks like --profile is not supported? Is there another way to access these named profiles?