CloudForms AWS IAM policies

To enable Cloudforms to connect to the AWS provider you need to following policies: AmazonEC2FullAccess AWSConfigUserAccess IAMReadOnlyAccess IAMUserSSHKeys AWSCloudFormationReadOnlyAccess As well as two custom policies CFMESNS { “Version”: “2012-10-17”, “Statement”: [ { “Effect”: “Allow”, “Action”: [ “sns:*” ], “Resource”: “arn:aws:sns:us-east-1:${AWS-ACCT_ID}:AWSConfig_topic” } ] } CFMESQS { “Version”: “2012-10-17”, “Statement”: [ { “Effect”: “Allow”, “Action”: [ “sqs:*”…

Read More

About

I work for @AWSCloud & my opinions are my own. Laurent is a Chief Technologist for Worldwide US Federal Financial Services at Amazon Web Services (AWS). Over the past 20 years, he worked in different roles from leading teams in Product Management, Consulting and IT to working as a Principal Solutions Architect, Consultant and Developer….

Read More