exam questions

Exam AWS Certified Security - Specialty All Questions

View all questions & answers for the AWS Certified Security - Specialty exam

Exam AWS Certified Security - Specialty topic 1 question 12 discussion

Exam question from Amazon's AWS Certified Security - Specialty
Question #: 12
Topic #: 1
[All AWS Certified Security - Specialty Questions]

A company has a customer master key (CMK) with imported key materials. Company policy requires that all encryption keys must be rotated every year.
What can be done to implement the above policy?

  • A. Enable automatic key rotation annually for the CMK.
  • B. Use AWS Command Line Interface to create an AWS Lambda function to rotate the existing CMK annually.
  • C. Import new key material to the existing CMK and manually rotate the CMK.
  • D. Create a new CMK, import new key material to it, and point the key alias to the new CMK.
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
BillyC
Highly Voted 3 years, 9 months ago
D is correct for me
upvoted 30 times
RonaldDruck
3 years, 9 months ago
Should be C since you can import new key material to an existing CMK.
upvoted 1 times
HACKY1336
3 years, 8 months ago
One key per CMK When you import key material into a CMK, the CMK is permanently associated with that key material. You can reimport the same key material, but you cannot import different key material into that CMK. Also, you cannot enable automatic key rotation for a CMK with imported key material. However, you can manually rotate a CMK with imported key material. https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html
upvoted 13 times
...
RtwoDtwo
3 years, 8 months ago
WRONG! "You must reimport the same key material that was originally imported into the CMK. You cannot import different key material into a CMK. " https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html#reimport-key-material
upvoted 11 times
...
...
...
viral65
Highly Voted 3 years, 9 months ago
D is correct."You might prefer to rotate keys manually so you can control the rotation frequency. It's also a good solution for CMKs that are not eligible for automatic key rotation, such as asymmetric CMKs, CMKs in custom key stores and CMKs with imported key material. Because the new CMK is a different resource from the current CMK, it has a different key ID and ARN. When you change CMKs, you need to update references to the CMK ID or ARN in your applications. Aliases, which associate a friendly name with a CMK, make this process easier. Use an alias to refer to a CMK in your applications. Then, when you want to change the CMK that the application uses, change the target CMK of the alias. To update the target CMK of an alias, use UpdateAlias operation in the AWS KMS API. " -https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html#rotate-keys-manually
upvoted 21 times
...
Raphaello
Most Recent 1 year, 4 months ago
Selected Answer: D
New key with new imported key material. D is the correct answer.
upvoted 1 times
...
yorkicurke
1 year, 6 months ago
Selected Answer: D
Same question at; https://www.examtopics.com/discussions/amazon/view/4038-exam-aws-certified-security-specialty-topic-1-question-12/ ... and answer over there was D as well
upvoted 1 times
...
Benah
1 year, 9 months ago
D is correct Create a new CMK, import new key material to it, and point the key alias to the new CMK
upvoted 1 times
...
Sickcnt
2 years ago
Selected Answer: D
"You cannot import different key material into the KMS key..." So C is out. https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys-import-key-material.html
upvoted 1 times
Sickcnt
2 years ago
So answer is D
upvoted 1 times
...
...
mrMeatChill
2 years ago
As of 2023, the answers for this questions are outdated, Both A and D would be valid answers A Reasoning: AWS rotates kms keys every year(365 days) https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html D: Rotating the key yourself is always an option which can be done at any frequency level that matches your orgnaizations needs. For isntance an key can be rotated every week, every month every year and so forth.
upvoted 2 times
...
sapien45
2 years, 11 months ago
Selected Answer: D
You might prefer to rotate keys manually so you can control the rotation frequency. It's also a good solution for KMS keys that are not eligible for automatic key rotation, such as asymmetric KMS keys, HMAC KMS keys in custom key stores and KMS keys with imported key material. Because the new KMS key is a different resource from the current KMS key, it has a different key ID and ARN. When you change KMS keys, you need to update references to the KMS key ID or ARN in your applications. Aliases, which associate a friendly name with a KMS key, make this process easier. Use an alias to refer to a KMS key in your applications. Then, when you want to change the KMS key that the application uses, change the target KMS key of the alias. For details, see Using aliases in your applications.
upvoted 1 times
...
Kurp
3 years ago
Selected Answer: D
D is correct
upvoted 1 times
...
remyy
3 years, 1 month ago
Selected Answer: D
Makes more sense
upvoted 1 times
...
RaySmith
3 years, 4 months ago
D is correct
upvoted 1 times
...
KaliKing
3 years, 5 months ago
On the test as of Jan 14 2022
upvoted 2 times
...
jj22222
3 years, 6 months ago
D looks right
upvoted 1 times
...
NSF2
3 years, 8 months ago
D is the correct answer. For me the catch is that question says imported key material which means you can’t enable automatic rotation Which makes A incorrect B is not correct, neither is C as you can’t import same key material so the answer is D. “you cannot enable automatic key rotation for a KMS key with imported key material. However, you can manually rotate a KMS key with imported key material” https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html
upvoted 4 times
...
TollaMS
3 years, 8 months ago
D When you enable automatic key rotation for a customer managed CMK, AWS KMS generates new key material for the CMK every year. AWS KMS also saves the CMK's older key material in perpetuity so it can be used to decrypt data that it encrypted. AWS KMS does not delete any rotated key material until you delete the CMK.
upvoted 1 times
...
Mikeclue
3 years, 8 months ago
D: it is for me as well
upvoted 1 times
...
sanjaym
3 years, 8 months ago
Ans: D 100%
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 ...