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

A company has proprietary data available by using an Amazon CloudFront distribution. The company needs to ensure that the distribution is accessible by only users from the corporate office that have a known set of IP address ranges. An AWS WAF web ACL is associated with the distribution and has a default action set to Count.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: D

Explanation

Option D is correct because modifying the existing AWS WAF web ACL requires less operational overhead than creating and associating a new one. Setting the default action to Block and adding a priority 0 rule to Allow traffic from the corporate IP address set correctly implements a whitelist strategy. Using an IP address set is the standard, built-in mechanism for IP filtering, whereas regex pattern sets (Options A and C) are unnecessary and add administrative complexity.