Question 196:
You have an S3 bucket defined in AWS. You want to ensure that you encrypt the data before sending it across the wire to the S3 bucket. What is the best way to achieve this?
Answer options:
A.Enable server-side encryption for the S3 bucket. This request will ensure that the data is encrypted before it is saved in the bucket. B.Encrypt the data using the KMS key SSE-S3 before sending the data to S3. C.Use a Lambda function to encrypt the data in transit. D.Enable client-side encryption for the S3 bucket.