Slide 16
Slide 16 text
{
"Version": "2012-10-17",
"Statement": [
{
"Action": "ec2:*",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ec2:Region": "ca-central-1"
}
}
}
]
}
AWS PERMISSIONS
Could be tightened up
considerably, other
permissions as
well...ELB, Route53, S3