AWS Certified Big Data – Specialty — Question 30

A solutions architect for a logistics organization ships packages from thousands of suppliers to end customers.
The architect is building a platform where suppliers can view the status of one or more of their shipments.
Each supplier can have multiple roles that will only allow access to specific fields in the resulting information.
Which strategy allows the appropriate level of access control and requires the LEAST amount of management work?

Answer options

Correct answer:

Explanation

Option A is the best choice as it utilizes AWS STS for temporary credentials and fine-grained security policies, which reduces management overhead while ensuring proper access control. The other options involve more complex management, such as file preparation or setting up multiple tables and roles, which increases the administrative burden.