SCS-C02 · Question #376
You are planning on using the AWS KMS service for managing keys for your application. For which of the following can the KMS CMK keys be used for encrypting? Choose 2 answers from the options given…
The correct answer is C. Password D. RSA Keys. The CMK keys themselves can only be used for encrypting data that is maximum 4KB in size. Hence it can be used for encryptii information such as passwords and RSA keys. Option A and B are invalid because the actual CMK key can only be used to encrypt small amounts of data and…
Question
You are planning on using the AWS KMS service for managing keys for your application. For which of the following can the KMS CMK keys be used for encrypting? Choose 2 answers from the options given below
Options
- AImage Objects
- BLarge files
- CPassword
- DRSA Keys
How the community answered
(29 responses)- A7% (2)
- B17% (5)
- C76% (22)
Explanation
The CMK keys themselves can only be used for encrypting data that is maximum 4KB in size. Hence it can be used for encryptii information such as passwords and RSA keys. Option A and B are invalid because the actual CMK key can only be used to encrypt small amounts of data and not large amoui of data. You have to generate the data key from the CMK key in order to encrypt high amounts of data. https://docs.aws.amazon.com/kms/latest/developereuide/concepts.html
Topics
Community Discussion
No community discussion yet for this question.