AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

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

Question 1
« Back   Next solutions-architect Certification Question »

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" } } } ] }