ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

39 / 310

Question 39:

You have a Jenkins server deployed in EC2. One Jenkins pipeline is used to build artifacts. It needs to fetch some source files from an S3 bucket which is encrypted with a Customer Master Key (CMK) in KMS. The pipeline was working fine. However, it suddenly stopped working early this week. You have found that the Jenkins task failed to decrypt the S3 data using the CMK. Which one may be the cause of the failure?

Answer options:

A.The secret access key and access key token have expired for the Jenkins EC2 IAM user.
B.The key policy of the CMK was added with a ViaService condition for EC2 service.
C.The key policy of the CMK was recently modified with a deny for the IAM role that Jenkins EC2 is using.
D.An SCP policy was added in the Organization which allows kms:encryption operation for EC2 resources.