AWS Certified Security – Specialty — Question 334

A company is testing a new version of its application. The company is using a public Amazon API Gateway API to expose the application. Currently, the company wants to allow only testers from its network to access the new application.

Which solutions can the company use to meet these requirements? (Choose two.)

Answer options

Correct answer: C, D

Explanation

AWS WAF can be associated with Amazon API Gateway to filter traffic based on IP addresses using web ACLs. Additionally, API Gateway resource policies support condition keys such as aws:SourceIp to restrict access to specific IP CIDR blocks. Security groups and network ACLs cannot be applied directly to a public API Gateway endpoint, making those options incorrect.