Create a gist now

Instantly share code, notes, and snippets.

{
"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