Skip to content

Instantly share code, notes, and snippets.

@SumindaD
Created November 2, 2019 13:22
Show Gist options
  • Save SumindaD/01926775b5e1c2c4f47562aeb75b0148 to your computer and use it in GitHub Desktop.
Save SumindaD/01926775b5e1c2c4f47562aeb75b0148 to your computer and use it in GitHub Desktop.
CloudformationExecutionRole:
Type: AWS::IAM::Role
Properties:
AssumeRolePolicyDocument:
Statement:
- Effect: Allow
Principal:
Service: cloudformation.amazonaws.com
Action: 'sts:AssumeRole'
ManagedPolicyArns:
- 'arn:aws:iam::aws:policy/AdministratorAccess'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment