3 Answers
Hello,
It seems that you are launching the command from an EC2 instance which doesn’t have access to your bucket. I advice you to create an instance profile with the s3:ListBucket api permission and you will be able to see all your buckets.
Try to create a role with s3 full access, attach the instance profile to the ec2 and then run the command again
Please make sure to update the region to us-east-1(North Virginia) inside aws credential file if its pointed to some other region.