Skip to content

Instantly share code, notes, and snippets.

@lavk7
Created August 11, 2020 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lavk7/a77b8397235ed61bfc163e7d42aac77d to your computer and use it in GitHub Desktop.
Save lavk7/a77b8397235ed61bfc163e7d42aac77d to your computer and use it in GitHub Desktop.
assume role #aws #role
{
"Version": "2012-10-17",
"Statement": [
{
"Action": "sts:AssumeRole",
"Principal": {
"Service": "ec2.amazonaws.com"
},
"Effect": "Allow",
"Sid": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment