
Answer-first summary for fast verification
Answer: Require TLS for all API calls to the S3 bucket.
To ensure the confidentiality and integrity of data in transit, it is essential to require TLS for all API calls to the S3 bucket. This ensures that the data is encrypted during transit between the client and the server. While server-side encryption options (A and B) protect data at rest, they do not address data in transit. Versioning (D) helps in maintaining the version history of objects but does not provide any encryption or protection for data in transit.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is using Amazon S3 to store sensitive customer data. To ensure the confidentiality and integrity of data in transit, which of the following steps should you take?
A
Enable server-side encryption with Amazon S3-Managed Keys (SSE-S3).
B
Enable server-side encryption with customer-provided keys (SSE-C).
C
Require TLS for all API calls to the S3 bucket.
D
Enable versioning on the S3 bucket.
No comments yet.