Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created February 20, 2019 02:55
Show Gist options
  • Save 100daysofdevops/e9dc4ac31bdfc9d4dd957364d7c8908c to your computer and use it in GitHub Desktop.
Save 100daysofdevops/e9dc4ac31bdfc9d4dd957364d7c8908c to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": {
"Effect": "Allow",
"Action": "sts:AssumeRole",
"Resource": "arn:aws:iam::PRODUCTION-ACCOUNT-ID:role/UpdateApp" <-- Update the IAM Role we created for Account A
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment