peterkh / cumulus

Helps manage AWS CloudFormation stacks
Other
206 stars 40 forks source link

Support for AWS profile credentials and STS assume role #42

Closed Raniz85 closed 2 years ago

Raniz85 commented 8 years ago

If the stack contains the key 'aws_profile' that profile will be used when connecting to AWS

If the stack contains the key 'sts_role' that role ARN will be assumed using STS when connecting to AWS. If a profile name is configured that profile will be used for assuming the role.

Raniz85 commented 8 years ago

This fixes #39

ryno75 commented 8 years ago

I like it!