AWS Certified Security – Specialty — Question 509

An organization has three applications running on AWS, each accessing the same data on Amazon S3. The data on Amazon S3 is server-side encrypted by using an AWS KMS Customer Master Key (CMK).
What is the recommended method to ensure that each application has its own programmatic access control permissions on the KMS CMK?

Answer options

Correct answer: C

Explanation

KMS grants are the recommended mechanism for delegating programmatic, temporary, and granular permissions on a KMS CMK, allowing applications to dynamically manage their own access controls. Modifying key policies dynamically for each access request is highly inefficient and risks lockouts, while AWS Certificate Manager is unrelated to S3 SSE-KMS encryption.