Error AccessDeniedException Nitesh is not authorized to perform dynamodb BatchWriteItem

0 votes

I am trying to import a DynamoDB table using CLI and my IAM User has the complete access and permissions, even though I am getting this error:

An error occurred (AccessDeniedException) when calling the BatchWriteItem operation: User: arn:aws:iam::********:user/Nitesh is not authorized to perform: dynamodb:BatchWriteItem on resource: arn:aws:dynamodb:us-east-1:********:table/History with an explicit deny
Dec 13, 2018 in AWS by Nitesh
• 3,080 points
2,970 views

1 answer to this question.

0 votes
Hello @Nitesh,

Many a time what happens is that even though the user policy has AmazonDynamoDBFullAccess, policy for the user also has an explicit deny on resource arn:aws:dynamodb:us-east-1:********:table/History.
The one solution is to remove the explict deny policy for the user but there is a reason the explicit policy is there.

Hope this helps.
answered Dec 13, 2018 by Shuvodip

Related Questions In AWS

0 votes
1 answer

What is the best way to check if table exists in DynamoDB?

This function gives you a nice boolean ...READ MORE

answered Nov 30, 2018 in AWS by Archana
• 5,640 points
6,305 views
0 votes
1 answer
0 votes
1 answer

AWS S3 uploading hidden files by default

versioning is enabled in your bucket. docs.aws.amazon.com/AmazonS3/latest/user-guide/….... the ...READ MORE

answered Oct 4, 2018 in AWS by Priyaj
• 58,090 points
5,387 views
–1 vote
1 answer

How to decrypt the encrypted S3 file using aws-encryption-cli --decrypt

Use command : aws s3 presign s3://mybucket/abc_count.png you get ...READ MORE

answered Oct 22, 2018 in AWS by Priyaj
• 58,090 points
4,823 views
0 votes
2 answers
0 votes
1 answer
0 votes
1 answer

Error creating Key Pair: You are not authorized to perform this operation

Try adding AmazonEC2FullAccess policy. If you are not sure how ...READ MORE

answered Sep 19, 2018 in AWS by Priyaj
• 58,090 points
5,270 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP