LinuxCommandLibrary

aws-s3-mb

Create S3 buckets.

TLDR

Create an S3 bucket

$ aws s3 mb s3://[bucket_name]
copy


Create an S3 bucket in a specific region
$ aws s3 mb s3://[bucket_name] --region [region]
copy


Display help
$ aws s3 mb help
copy

Copied to clipboard