Skip to content

Instantly share code, notes, and snippets.

@lvthillo
Created December 23, 2018 18:15
Show Gist options
  • Save lvthillo/6439ee8784c29ef4956c8dabff5d7f66 to your computer and use it in GitHub Desktop.
Save lvthillo/6439ee8784c29ef4956c8dabff5d7f66 to your computer and use it in GitHub Desktop.
Assume role policy document
{
"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