
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
Which AWS encryption capability is used to protect data passed into Amazon Bedrock during API calls?
A
Route 53 DNSSEC
B
TLS encryption for data in transit
C
EBS Snapshot Manager
D
AWS Budgets
Explanation:
TLS (Transport Layer Security) encryption for data in transit is the correct answer because:
Amazon Bedrock API calls involve transmitting data over networks between client applications and AWS services
TLS encryption is the standard security protocol used by AWS to protect data in transit
Route 53 DNSSEC is for DNS security, not API data encryption
EBS Snapshot Manager is for managing EBS snapshots, not encryption for API calls
AWS Budgets is a cost management tool, not an encryption service
TLS provides end-to-end encryption for data transmitted over networks
AWS services like Amazon Bedrock use TLS by default for all API communications
This ensures that sensitive data passed to Bedrock (like prompts, responses, etc.) is protected from eavesdropping during transmission
TLS certificates are managed by AWS Certificate Manager (ACM) for AWS services