
AWS Certified Solutions Architect - Associate
Get started today
Ultimate access to all questions.
In a VPC with Amazon API Gateway running two REST APIs, the BuyStock service is incorrectly calling CheckFunds over the internet instead of internally. Identify the solution requiring minimal code changes to ensure internal VPC communication.
In a VPC with Amazon API Gateway running two REST APIs, the BuyStock service is incorrectly calling CheckFunds over the internet instead of internally. Identify the solution requiring minimal code changes to ensure internal VPC communication.
Exam-Like
Explanation:
The correct answer is B: 'Utilizing an interface endpoint.' Using an interface endpoint allows the BuyStock RESTful web service to communicate with the CheckFunds RESTful web service internally within the VPC without routing traffic over the internet. This is the most appropriate solution to ensure internal VPC communication with minimal changes to the code.