Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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.
A
Implementing an X-API-Key header for authorization.
B
Utilizing an interface endpoint.
C
Employing a gateway endpoint.
D
Introducing an Amazon SQS queue between the APIs.