Skip to content

Instantly share code, notes, and snippets.

@aws-joe
Created December 9, 2016 00:29
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 aws-joe/7a55a4b502fb6db170e3504a3258d45f to your computer and use it in GitHub Desktop.
Save aws-joe/7a55a4b502fb6db170e3504a3258d45f to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::AWSACCOUNTIDTMP:root"
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"sts:ExternalId": "SOLANOEXTERNALIDTMP"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment