Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created July 28, 2019 00:35
Show Gist options
  • Select an option

  • Save 100daysofdevops/34b3fd8b7070de5026f09a45059dbacb to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/34b3fd8b7070de5026f09a45059dbacb to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::XXXXX:root" <----
},
"Action": "sts:AssumeRole",
"Condition": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment