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?
Explanation:
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.