Skip to content

Instantly share code, notes, and snippets.

@SumindaD
Last active October 30, 2019 10:15
Show Gist options
  • Save SumindaD/9384a152f2ad594bddd851186a248e52 to your computer and use it in GitHub Desktop.
Save SumindaD/9384a152f2ad594bddd851186a248e52 to your computer and use it in GitHub Desktop.
CodePipeLineExecutionRole:
Type: AWS::IAM::Role
Properties:
AssumeRolePolicyDocument:
Statement:
- Effect: Allow
Principal:
Service: codepipeline.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