AWS - S3 Fundamentals
You try to create a bucket with this command:
The command fails. What is the most likely cause?
aws s3api create-bucket --bucket my_bucket_01 --region us-east-2 --create-bucket-configuration LocationConstraint=us-east-2
The command fails. What is the most likely cause?
