System Grab Bag

View all TLDR pages from common (or from all pages)

aws s3 mb

Create S3 buckets. More information: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/mb.html.
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.