This repository was archived by the owner on Jun 5, 2020. It is now read-only.
This repository was archived by the owner on Jun 5, 2020. It is now read-only.
Support multiple aws profiles/accounts #179
Open
Description
I'm working with a team that has multiple aws accounts. It would be cool to not need the AWS_PROFILE environment variable. Instead, something like:
ec2_instance { 'foo':
profile => 'account1'
}
that would use the different entries in ~/.aws/credentials
. The upside would be I could run puppet apply across multiple manifests across multiple accounts. I don't think I can do that with the existing setup. Thoughts?