AWS Certified Solutions Architect – Professional (SAP-C02) — Question 160

A telecommunications company is running an application on AWS. The company has set up an AWS Direct Connect connection between the company's on-premises data center and AWS. The company deployed the application on Amazon EC2 instances in multiple Availability Zones behind an internal Application Load Balancer (ALB). The company's clients connect from the on-premises network by using HTTPS. The TLS terminates in the ALB. The company has multiple target groups and uses path-based routing to forward requests based on the URL path.

The company is planning to deploy an on-premises firewall appliance with an allow list that is based on IP address. A solutions architect must develop a solution to allow traffic flow to AWS from the on-premises network so that the clients can continue to access the application.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because creating a Network Load Balancer (NLB) with static IP addresses allows traffic to be managed efficiently and enables the on-premises firewall to recognize and allow traffic from those IPs. Option A is incorrect as the ALB cannot be configured to have static IPs; it requires a different architecture. Option C, while it suggests using an NLB, incorrectly proposes removing the ALB, which may disrupt the existing configuration. Option D introduces a Gateway Load Balancer, which is unnecessary for this scenario and adds complexity without addressing the immediate requirement.