I keep experience ACCESS DENIED issue

0

Hi AWS, I already build a policy for my test user and also assign the policy to it, but when I trying to list the dynamodb table, always show next error: An error occurred (AccessDeniedException) when calling the ListTables operation: User: arn:aws:iam::055058096726:user/test is not authorized to perform: dynamodb:ListTables on resource: arn:aws:dynamodb:us-west-2:055058096726:table/* because no permissions boundary allows the dynamodb:ListTables action

Joe
asked 5 months ago155 views
1 Answer
0

Hello.

The content of the error seems to be a problem with Permissions boundaries, not IAM policy.
How are Permissions boundaries set?
Please check if "ListTables" is allowed in the IAM policy and Permissions boundaries.
https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html

profile picture
EXPERT
answered 5 months ago
profile picture
EXPERT
reviewed 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions