AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 350

A DevOps engineer is implementing governance controls for a company that requires its infrastructure to be housed within the United States. The company has many AWS accounts in an organization in AWS Organizations that has all features enabled.

The engineer must restrict which AWS Regions the company can use. The engineer must also ensure that an alert is sent as soon as possible if any activity outside the governance policy occurs. The controls must be automatically enabled on any new Region outside the United States.

Which combination of steps will meet these requirements? (Choose two.)

Answer options

Correct answer: A, B

Explanation

Option A is correct because an explicit deny SCP using the aws:RequestedRegion condition is the most secure and scalable way to restrict access to unauthorized Regions while excluding global services. Option B is correct because enabling CloudTrail globally and streaming to CloudWatch Logs allows for near real-time detection and alerting of any API activity in non-US regions via metric filters and alarms. Options C and D are incorrect because they rely on periodic polling or third-party assessment tools which do not provide immediate alerting and require significant maintenance as new Regions are launched.