Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alfonso-cabrera/fb8ee37862218dcd434cedf735871aec to your computer and use it in GitHub Desktop.
Save alfonso-cabrera/fb8ee37862218dcd434cedf735871aec to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Principal": {
"AWS": [
"arn:aws:iam::accountNumber:user/username0",
"arn:aws:iam::accountNumber:user/username1"
]
},
"Action": "sts:AssumeRole"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment