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