puppetlabs-aws
puppetlabs-aws copied to clipboard
Support multiple aws profiles/accounts
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?
Hi @benpillet. That's potentially a good idea. I don't think we'll be adding this immediately unfortunately due to other priorities but I'll leave this issue open as a reminder, or in case someone else has time and would like to submit a PR.
+1
@garethr any update here? I got another customer with the same request to support multiple aws profiles/accounts
+1
+1
+1
+1