Certification Practice Exams with Real Test Questions & Answers

What does this IAM policy do? { "Version" aws video

 ·  PT1H46M27S  ·  EN

solutions-architect video for what does this IAM policy do? { "Version": "2012-10-17", "Statement": [ { "Sid": "Mystery Policy", "Action": [ "ec2:RunInstances"

Full Certification Question

What does this IAM policy do? { "Version": "2012-10-17", "Statement": [ { "Sid": "Mystery Policy", "Action": [ "ec2:RunInstances" ], "Effect": "Allow", "Resource": "*", "Condition": { "StringEquals": { "aws:RequestedRegion": "eu-west-1" } } } ] }