AWS AI Practitioner
A company runs an application on servers in an Amazon VPC. The company's application uses Amazon Bedrock APIs for AI features. The company does not want API calls to travel across the public internet. Which solution will meet this requirement?
A
Use AWS PrivateLink to establish a private connection between the Amazon VPC and Amazon Bedrock.
✓ Correcta
B
Sign API requests by using an access key ID and a secret access key that is associated with an IAM principal.
C
Move the application to an on-premises server. Make API calls to the public endpoint of Amazon Bedrock.
D
Encrypt the data in transit from clients to the APIs that have been implemented in the Amazon VPC. Encrypt the data in transit for API calls from the Amazon VPC to Amazon Bedrock.
Explicación
AWS PrivateLink creates a private endpoint within the VPC that routes traffic to Amazon Bedrock through the AWS private network, ensuring API calls never traverse the public internet. This is the appropriate solution for keeping Bedrock API traffic within the AWS network.