AmazonAmazon
SCS-C02 · Question #83
SCS-C02 Question #83: Real Exam Question with Answer & Explanation
Sign in or unlock SCS-C02 to reveal the answer and full explanation for question #83. The question stem and answer options stay visible for context.
Submitted by packet_pusher· Mar 6, 2026Security and Compliance - Implement and manage IAM policies with condition keys to enforce regulatory and organizational guardrails on AWS resource usage
Question
To meet regulatory requirements, a security engineer needs to implement an IAM policy that restricts the use of AWS services to the us-east-1 Region. What policy should the engineer implement? A. B. C. D.
Options
- A{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "*", "Resource": "*", "Condition": { "StringEquals": { "aws:RequestedRegion": "us-east-1" } } } ] }
- B{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "*", "Resource": "*", "Condition": { "StringEquals": { "ec2:Region": "us-east-1" } } } ] }
- C{ "Version": "2012-10-17", "Statement": [ { "Effect": "Deny", "Action": "*", "Resource": "*", "Condition": { "StringNotEquals": { "aws:RequestedRegion": "us-east-1" } } } ] }
- D{ "Version": "2012-10-17", "Statement": [ { "Effect": "Deny", "NotAction": "*", "Resource": "*", "Condition": { "StringEquals": { "aws:RequestedRegion": "us-east-1" } } } ] }
Unlock SCS-C02 to see the answer
You've previewed enough free SCS-C02 questions. Unlock SCS-C02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#IAM Policies#Region Restriction#AWS Condition Keys#Service Control Policies