3.27.2014

Lock Down EC2 usage by Region

Lock down the usage of EC2 based on region:
{
“Statement”: [
{
"Effect": "Allow",
"Action": [
"ec2:*"
],
“Condition”: {
“StringLike”: {
“ec2:Region”: “us-east-1″
}
},
“Resource”: [
"*"
]
}
]
}
Note in order for this policy to work with the mobile AWS console application you must also include access to CloudWatch.

1 comment:

rmouniak said...

Excellent Blog , i appreciate your hardwork ,it is useful
AWS Online Training