Skip to content

Instantly share code, notes, and snippets.

@tom-butler
Created June 20, 2017 03:29
Show Gist options
  • Save tom-butler/5df01abaa77dc469609debc868392a74 to your computer and use it in GitHub Desktop.
Save tom-butler/5df01abaa77dc469609debc868392a74 to your computer and use it in GitHub Desktop.
Instance Profile
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "InstanceProfile",
"Effect": "Allow",
"Action": [
"sts:AssumeRole"
],
"Resource": [
"arn:aws:iam::<AccountOneId>:role/central-logging-monitor",
"arn:aws:iam::<AccountTwoId>:role/central-logging-monitor"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment