Skip to content

Instantly share code, notes, and snippets.

@chrisking
Created January 29, 2021 19:36
Show Gist options
  • Save chrisking/672e9092b0909458a52c61bdbeed69f0 to your computer and use it in GitHub Desktop.
Save chrisking/672e9092b0909458a52c61bdbeed69f0 to your computer and use it in GitHub Desktop.
iam trust relationship
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Service": "lookoutmetrics.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment