Skip to content

Instantly share code, notes, and snippets.

@rhysgodfrey
Created September 23, 2014 17:46
Show Gist options
  • Save rhysgodfrey/6fc8ba3b5b717ac254ac to your computer and use it in GitHub Desktop.
Save rhysgodfrey/6fc8ba3b5b717ac254ac to your computer and use it in GitHub Desktop.
{
"Version":"2012-10-17",
"Statement":[
{
"Sid":"EC2EnvironmentInstances",
"Effect":"Allow",
"Action":[
"ec2:MonitorInstances",
"ec2:UnmonitorInstances",
"ec2:RebootInstances",
"ec2:StopInstances"
],
"Resource":[
"arn:aws:ec2:eu-west-1:123xxxxxxxxx:instance/*"
],
"Condition":{
"StringEquals":{
"ec2:ResourceTag/elasticbeanstalk:environment-name":"EnvironmentName"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment