Back to articles
February 17, 2025

AWS Create Bucket with LocationConstraint

Create S3 bucket in AWS CLI with LocationConstraint

aws s3api create-bucket 
  --bucket my-bucket 
  --region us-west-2 
  --create-bucket-configuration LocationConstraint=us-west-2
Loading comments...