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

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

The Development team receives an error message each time the team members attempt to encrypt or decrypt a Secure String parameter from the SSM
Parameter Store by using an AWS KMS customer managed key (CMK).
Which CMK-related issues could be responsible? (Choose two.)

  • A. The CMK specified in the application does not exist.
  • B. The CMK specified in the application is currently in use.
  • C. The CMK specified in the application is using the CMK KeyID instead of CMK Amazon Resource Name.
  • D. The CMK specified in the application is not enabled.
  • E. The CMK specified in the application is using an alias.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

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
mojoa
Highly Voted 3 years, 9 months ago
Most of the Parameter Store failures related to CMKs are caused by the following problems: The credentials that an application is using do not have permission to perform the specified action on the CMK. To fix this error, run the application with different credentials or revise the IAM or key policy that is preventing the operation. For help with AWS KMS IAM and key policies, see Authentication and Access Control for AWS KMS. The CMK is not found. This typically happens when you use an incorrect identifier for the CMK. Find the correct identifiers for the CMK and try the command again. The CMK is not enabled. When this occurs, Parameter Store returns an InvalidKeyId exception with a detailed error message from AWS KMS. If the CMK state is Disabled, enable it. If it is Pending Import, complete the import procedure. If the key state is Pending Deletion, cancel the key deletion or use a different CMK. To find the key state of a CMK in the AWS KMS console, on the Customer managed keys or AWS managed keys page, see the Status column. To use the AWS KMS API to find the status of a CMK, use the DescribeKey operation.
upvoted 34 times
BillyC
3 years, 9 months ago
SO, A and D
upvoted 15 times
duduga40
3 years, 9 months ago
A and D, right?
upvoted 4 times
...
...
...
AnNguyen
Highly Voted 3 years, 8 months ago
Answer A, D https://docs.amazonaws.cn/en_us/kms/latest/developerguide/services-parameter-store.html
upvoted 13 times
TerrenceC
2 years, 7 months ago
More accurately, we could refer to the bottom section - Troubleshooting KMS key issues in Parameter Store.
upvoted 3 times
...
...
Raphaello
Most Recent 1 year, 4 months ago
Selected Answer: AD
KMS key is either disabled, or does not exist. AD.
upvoted 1 times
...
ritears41
2 years, 11 months ago
Selected Answer: AD
A and D
upvoted 1 times
...
MoreOps
3 years, 3 months ago
Selected Answer: AD
A and D , similar to other questions asked
upvoted 1 times
...
Radhaghosh
3 years, 5 months ago
A & D is the Answer
upvoted 1 times
...
ShakthiVinu
3 years, 8 months ago
A and D for sure
upvoted 1 times
...
Mikeclue
3 years, 8 months ago
AD it is
upvoted 1 times
...
sanjaym
3 years, 8 months ago
Ans: AD 100%
upvoted 1 times
...
NANDY666
3 years, 8 months ago
A & D are correct
upvoted 3 times
...
devjava
3 years, 8 months ago
Ans > A,D
upvoted 1 times
...
AfricanCloudGuru
3 years, 8 months ago
Ans (A & D)
upvoted 1 times
...
AfricanCloudGuru
3 years, 8 months ago
Ans (A & D)
upvoted 1 times
...
RB80
3 years, 8 months ago
C cant be right as you can use either KeyID or Key ARN to get Parameter, example from AWS documentation aws ssm put-parameter --name param1 --value "secret" --type SecureString --key-id 1234abcd-12ab-34cd-56ef-1234567890ab aws ssm put-parameter --name MyParameter --value "secret_value" --type SecureString --tier Advanced --key-id arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
upvoted 4 times
...
ADVIT
3 years, 8 months ago
I also will choose A+D
upvoted 4 times
...
RaySmith
3 years, 8 months ago
AD correct
upvoted 2 times
...
tomtom2020
3 years, 8 months ago
I would like to say A & D
upvoted 2 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 ...