A company is using an AWS KMS customer master key (CMK) with imported key material. The company references the CMK by its alias in the Java application to encrypt data. The CMK must be rotated every 6 months. What is the process to rotate the key?
A.
Enable automatic key rotation for the CMK, and specify a period of 6 months.
B.
Create a new CMK with new imported material, and update the key alias to point to the new CMK.
C.
Delete the current key material, and import new material into the existing CMK.
D.
Import a copy of the existing key material into a new CMK as a backup, and set the rotation schedule for 6 months.
If you choose to import keys to AWS KMS or asymmetric keys or use a custom key store, you can manually rotate them by creating a new KMS key and mapping an existing key alias from the old KMS key to the new KMS key.
https://aws.amazon.com/kms/faqs/
Correct Answer: B
CMKs with Imported Key Material: For AWS KMS customer master keys (CMKs) with imported key material, automatic key rotation is not supported. To meet rotation requirements, a new CMK must be created with the updated imported key material, and the alias should be updated to point to the new CMK.
Other Options:
Option A: Automatic key rotation is not available for CMKs with imported key material.
Option C: Deleting and re-importing key material into the existing CMK does not satisfy rotation requirements, as it does not create a new CMK.
Option D: Creating a backup CMK with the same key material does not address rotation requirements and does not set up regular rotation.
Rotation date
AWS KMS rotates key material one year (approximately 365 days) after rotation is enabled, and then every year (approximately 365 days) thereafter.
Customer managed keys
Because automatic key rotation is optional on customer managed keys and can be enabled and disabled at any time, the rotation date depends on the date that rotation was most recently enabled. That date can change many times over the life of the key.
For example, if you create a customer managed key on January 1, 2022, and enable automatic key rotation on March 15, 2022, AWS KMS rotates the key material on March 15, 2023, March 15, 2024, and every 365 days thereafter.
When you rotate KMS keys manually, you also need to update references to the KMS key ID or key ARN in your applications. Aliases, which associate a friendly name with a KMS key, can 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, instead of editing your application code, change the target KMS key of the alias.
To create new cryptographic material for your customer managed keys, you can create new KMS keys, and then change your applications or aliases to use the new KMS keys. https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html
upvoted 1 times
...
Log in to ExamTopics
Sign in:
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.
princajen
Highly Voted 2 years, 2 months agojipark
Highly Voted 1 year, 3 months agogehadg
Most Recent 2 weeks, 1 day agoChristina666
1 year, 3 months agoChristina666
1 year, 3 months agoArnaud92
1 year, 10 months ago