Exam4Training

In DynamoDB, could you use IAM to grant access to Amazon DynamoDB resources and API actions?

In DynamoDB, could you use IAM to grant access to Amazon DynamoDB resources and API actions?
A .  In DynamoDB there is no need to grant access
B .  Depended to the type of access
C .  No
D .  Yes

Answer: D

Explanation:

Amazon DynamoDB integrates with AWS Identity and Access Management (IAM). You can use AWS IAM to grant access to Amazon DynamoDB resources and API actions. To do this, you first write an AWS IAM policy, which is a document that explicitly lists the permissions you want to grant. You then attach that policy to an AWS IAM user or role.

Reference:

http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/UsingIAMWithDDB.html

Exit mobile version