Skip to content

Instantly share code, notes, and snippets.

@gezza-b
Last active April 27, 2020 09:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gezza-b/fe0c2001c40cc86c920f81508c8cd984 to your computer and use it in GitHub Desktop.
Save gezza-b/fe0c2001c40cc86c920f81508c8cd984 to your computer and use it in GitHub Desktop.
org-recorder-role1
Type: AWS::IAM::Role
Properties:
AssumeRolePolicyDocument:
Version: 2012-10-17
Statement:
- Effect: Allow
Principal:
Service:
- config.amazonaws.com
Action:
- 'sts:AssumeRole'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment