Linux
Command
Library
Basics
Tips
Commands
aws-s3-mb
Create S3 buckets.
TLDR
Create an S3 bucket
$ aws s3 mb s3://[bucket_name]
Create an S3 bucket in a specific region
$ aws s3 mb s3://[bucket_name] --region [region]
Display help
$ aws s3 mb help
COLLAPSE ALL
Copied to clipboard