Skip to content

Instantly share code, notes, and snippets.

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 abderrazak-bouadma/68a55b25454f96640bddd61884ad449d to your computer and use it in GitHub Desktop.
Save abderrazak-bouadma/68a55b25454f96640bddd61884ad449d to your computer and use it in GitHub Desktop.
none
{
"Effect": "Allow",
"Action": [
"ec2:DescribeInstances",
"ec2:StartInstances",
"ec2:StopInstances"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"ssm:StartSession",
"ssm:TerminateSession"
],
"Resource": "*"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment