Skip to content

Instantly share code, notes, and snippets.

@tom-butler
Last active June 20, 2017 03:24
Show Gist options
  • Save tom-butler/24c9af45f1b02b063ef854d15f69b50f to your computer and use it in GitHub Desktop.
Save tom-butler/24c9af45f1b02b063ef854d15f69b50f to your computer and use it in GitHub Desktop.
Assume Role
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::<CentralMonitoringAccountId>:role/<CentralMonitoringRole>"
},
"Action": "sts:AssumeRole"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment