question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the CreateBucket operation: Access Denied

See original GitHub issue

As per Readme.md I have done all the things mentioned over there still error exists.

Here is my ~/.aws/credentials (credentials are double checked with amazon user) :

[default]
aws_access_key_id = 'AKIAIWX3MVLXSxxxxTQ'
aws_secret_access_key = 'CqERo84v2X9M0OyR8I2T+wEA0hi/siIxxxxxx'

changed bucket name getting created by sample python script to jimish

@ Amazon console : user has access of AmazonS3FullAccess

Issue is still there. Please help

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:5

github_iconTop GitHub Comments

29reactions
jsr03126commented, Apr 2, 2018

Great

1reaction
ogyalcincommented, May 16, 2018

@bprager who would have thought! That fixed my problem on OSX. Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

botocore.exceptions.ClientError: An error occurred ...
My understanding is that Zappa zips the entire project and wants to upload it to AWS S3 bucket, but it is missing a...
Read more >
An error occurred AccessDenied when calling the ... - Edureka
I am trying to create an S3 bucket in AWS. But it is showing me the below error. $ aws s3api create-bucket --bucket...
Read more >
AWS - S3 - Creating a Bucket Policy - Error: Access Denied
botocore.exceptions.ClientError: An error occur. red (AccessDenied) when calling the PutBucketPolicy operation: Access Denied The following is my script:.
Read more >
i'm getting `botocore.exceptions.ClientError: An error ... - Medium
ClientError : An error occurred (AccessDenied) when calling the CreateBucket operation: Access Denied` when trying to upload with df.to_csv() ...
Read more >
Reading and writing data across different AWS accounts with ...
ClientError : An error occurred (AccessDenied) when calling the CreateBucket operation: Access Denied The above exception was the direct ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found