exam questions

Exam AWS Certified Developer Associate All Questions

View all questions & answers for the AWS Certified Developer Associate exam

Exam AWS Certified Developer Associate topic 1 question 127 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 127
Topic #: 1
[All AWS Certified Developer Associate Questions]

An application needs to encrypt data that is written to Amazon S3 where the keys are managed in an on-premises data center, and the encryption is handled by
S3.
Which type of encryption should be used?

  • A. Use server-side encryption with Amazon S3-managed keys.
  • B. Use server-side encryption with AWS KMS-managed keys.
  • C. Use client-side encryption with AWS KMS-managed keys.
  • D. Use server-side encryption with customer-provided keys.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
LEHUY
Highly Voted 2 years, 10 months ago
Selected Answer: D
Answer D: "With Server-Side Encryption with Customer-Provided Keys (SSE-C), you manage the encryption keys and Amazon S3 manages the encryption, as it writes to disks, and decryption, when you access your objects."
upvoted 8 times
...
SD_CS
Most Recent 1 year, 5 months ago
Selected Answer: D
As S3 is encrypting it is server side, as customer is providing the key, it is customer provided CMK
upvoted 1 times
...
rcaliandro
2 years ago
Selected Answer: D
Since the keys are managed on-primeses, in this scenario we must use SSE-C server-side encryption. When we upload and download files from S3 we have to send the key to the server in order to encrypt/decrypt data. The correct answer is D
upvoted 1 times
...
sichilam
2 years, 5 months ago
D is the answer for SSE-C
upvoted 1 times
...
cloud_collector
2 years, 8 months ago
Selected Answer: D
With Server-Side Encryption with Customer-Provided Keys (SSE-C), you manage the encryption keys and Amazon S3 manages the encryption, as it writes to disks, and decryption, when you access your objects. https://docs.aws.amazon.com/AmazonS3/latest/userguide/serv-side-encryption.html
upvoted 2 times
...
LEHUY
2 years, 10 months ago
B ........
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...