Skip to content

Instantly share code, notes, and snippets.

@hisashiyamaguchi
Last active October 18, 2023 02: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 hisashiyamaguchi/a38e3aa314c1c9f73f09e4d2f77a130c to your computer and use it in GitHub Desktop.
Save hisashiyamaguchi/a38e3aa314c1c9f73f09e4d2f77a130c to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::976280145156:root"
},
"Action": "sts:AssumeRole",
"Condition": {
"StringEquals": {
"sts:ExternalId": "<External ID>"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment