AWS Certified Security – Specialty (SCS-C02) — Question 248

A security engineer is working with a development team to design a supply chain application that stores sensitive inventory data in an Amazon S3 bucket. The application will use an AWS Key Management Service (AWS KMS) customer managed key to encrypt the data in Amazon S3.

The inventory data in Amazon S3 will be shared with hundreds of vendors. All vendors will use AWS principals from their own AWS accounts to access the data in Amazon S3. The vendor list might change weekly. The security engineer needs to find a solution that supports cross-account access.

Which solution is the MOST operationally efficient way to manage access control for the customer managed key?

Answer options

Correct answer: A

Explanation

Option A is correct because KMS grants allow for efficient management of access to the customer managed key, enabling the engineer to programmatically create and revoke grants as vendors change. Options B and C require more complex policy updates and do not provide the same level of operational efficiency. Option D, while feasible, introduces additional complexity with trust policy management compared to using KMS grants.