Create a new bucket using the low-level API command.
Section: S3API Bucket Commands
Create a bucket
bash
bash
aws s3api create-bucket --bucket my-bucket --region us-west-2 --create-bucket-configuration LocationConstraint=us-west-2Explanation
Use `s3api` when you need explicit API-level control.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing S3API Bucket Commands