Skip to content
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
@benpillet

Description

@benpillet

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions