SCS-C02 · Question #339
You have an S3 bucket defined in AWS. You want to ensure that you encrypt the data before sending it across the wire. What is the best way to achieve this?
The correct answer is B. Use the AWS Encryption CLI to encrypt the data first. One can use the AWS Encryption CLI to encrypt the data before sending it across to the S3 Options A and C are invalid because this would still mean that data is transferred in plain text Option D is invalid because you cannot just enable client side encryption for the S3 bucket…
Question
You have an S3 bucket defined in AWS. You want to ensure that you encrypt the data before sending it across the wire. What is the best way to achieve this?
Options
- AEnable server side encryption for the S3 bucket. This request will ensure that the data is
- BUse the AWS Encryption CLI to encrypt the data first
- CUse a Lambda function to encrypt the data before sending it to the S3 bucket.
- DEnable client encryption for the bucket
How the community answered
(57 responses)- A5% (3)
- B81% (46)
- C2% (1)
- D12% (7)
Explanation
One can use the AWS Encryption CLI to encrypt the data before sending it across to the S3 Options A and C are invalid because this would still mean that data is transferred in plain text Option D is invalid because you cannot just enable client side encryption for the S3 bucket https://aws.amazonxom/blogs/securirv/how4o-encrvpt-and-decrypt-your-data-with-the-aws-
Topics
Community Discussion
No community discussion yet for this question.