AWS Certified Advanced Networking – Specialty (ANS-C01) — Question 33

A company's development team has created a new product recommendation web service. The web service is hosted in a VPC with a CIDR block of 192.168.224.0/19. The company has deployed the web service on Amazon EC2 instances and has configured an Auto Scaling group as the target of a Network Load Balancer (NLB).
The company wants to perform testing to determine whether users who receive product recommendations spend more money than users who do not receive product recommendations. The company has a big sales event in 5 days and needs to integrate its existing production environment with the recommendation engine by then. The existing production environment is hosted in a VPC with a CIDR block of 192.168.128 0/17.
A network engineer must integrate the systems by designing a solution that results in the least possible disruption to the existing environments.
Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because creating a VPC endpoint service allows the existing production VPC to access the web service without needing to change the underlying architecture significantly. Options A and D involve more complex routing and potential disruptions, while option B would require redeployment of the service, which is not feasible given the timeline.