AWS Certified SysOps Administrator – Associate (legacy) — Question 833
Could you use IAM to grant access to Amazon DynamoDB resources and API actions?
Answer options
- A. In DynamoDB there is no need to grant access
- B. Depended to the type of access
- C. No
- D. Yes
Correct answer: D
Explanation
AWS Identity and Access Management (IAM) is fully integrated with Amazon DynamoDB to manage access control for its resources and API actions. By using IAM policies, administrators can define who is authorized to perform actions such as creating tables, reading data, or writing data. Therefore, you can absolutely use IAM to secure and grant access to DynamoDB.