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 184 discussion

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

A Security Engineer accidentally deleted the imported key material in an AWS KMS CMK.
What should the Security Engineer do to restore the deleted key material?

  • A. Create a new CMK. Download a new wrapping key and a new import token to import the original key material.
  • B. Create a new CMK. Use the original wrapping key and import token to import the original key material.
  • C. Download a new wrapping key and a new import token. Import the original key material into the existing CMK.
  • D. Use the original wrapping key and import token. Import the original key material into the existing CMK.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
DayQuil
Highly Voted 3 years, 9 months ago
C. The original wrapping key and import token expires after 24 hours. The question doesn't give us a timeframe, so we should assume that generating a new wrapping key and import token is the safer option. Then reimport the original key material and you will be good to go.
upvoted 19 times
...
cldy
Highly Voted 3 years, 9 months ago
C. Correct.
upvoted 5 times
...
Raphaello
Most Recent 1 year, 4 months ago
Selected Answer: C
C is the correct answer. For the existing KMS key, as long as the original "PLAINTEXT" key material is available, you can download a new wrapping key and a new import token, and import the original key material into the existing KMS key.
upvoted 1 times
...
RosenYordanov
1 year, 7 months ago
Selected Answer: C
Download a new wrapping key and a new import token. Import the original key material into the existing CMK. Explanation: Download a New Wrapping Key and Import Token: Request a new wrapping key and a new import token from AWS Key Management Service (KMS). These are needed to securely import the key material. Import the Original Key Material into the Existing CMK: Use the newly obtained wrapping key and import token to import the original key material back into the existing CMK. Why Option C is Correct: This option allows the Security Engineer to obtain fresh components (wrapping key and import token) for the import process. Importing the original key material into the existing CMK ensures that the restored key material has the same key ID and other properties as the original material.
upvoted 1 times
...
addy_prepare
1 year, 10 months ago
Selected Answer: C
The link already pinned below.
upvoted 1 times
...
Kezuko
2 years, 2 months ago
Selected Answer: C
You must download a new public key and import token for each import operation. You can use the same or a different wrapping algorithm for each import operation on a KMS key.
upvoted 1 times
...
shahs10
2 years, 3 months ago
Selected Answer: C
https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html#reimport-key-material
upvoted 2 times
...
sapien45
2 years, 10 months ago
Selected Answer: C
Each time you import key material to a KMS key, you need to download and use a new wrapping key and import token for the KMS key. The wrapping procedure does not affect the content of the key material, so you can use different wrapping keys (and different import tokens) to import the same key material. https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html#reimport-key-material
upvoted 2 times
...
Rja148393
2 years, 11 months ago
Selected Answer: C
C : https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html#reimport-key-material .. New wrapping key and import token on the existing CMK
upvoted 2 times
...
sam_live
3 years, 6 months ago
When you manually delete imported key material, AWS KMS deletes the key material but does not delete the KMS key or its metadata. No need to create another key here. C should be the answer.
upvoted 1 times
...
NivNZ
3 years, 7 months ago
C is the answer. "Each time you import key material to a KMS key, you need to download and use a new wrapping key and import token for the KMS key" Reference: From 'How to reimport key material' section in this link: https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html#reimport-key-material
upvoted 3 times
...
kiev
3 years, 8 months ago
C for full house
upvoted 2 times
...
ChinkSantana
3 years, 8 months ago
C is correct here Each time you import key material to a CMK, you need to download and use a new wrapping key and import token for the CMK. The wrapping procedure does not affect the content of the key material, so you can use different wrapping keys (and different import tokens) to import the same key material.
upvoted 4 times
...
JAWS1600
3 years, 9 months ago
https://docs.aws.amazon.com/kms/latest/developerguide/fix-keystore.html#fix-keystore-recover-backing-key
upvoted 3 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 ...