Created
December 23, 2018 18:15
-
-
Save lvthillo/6439ee8784c29ef4956c8dabff5d7f66 to your computer and use it in GitHub Desktop.
Assume role policy document
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Version": "2012-10-17", | |
| "Statement": { | |
| "Effect": "Allow", | |
| "Principal": { "AWS": "arn:aws:iam::123456789012:root" }, | |
| "Action": "sts:AssumeRole" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment