Appendix D. Create an Amazon S3 bucket


  1. Open a terminal and ensure that the AWS CLI is installed and configured with your AWS credentials.
  2. Run the following command to create a new S3 bucket:

    $ aws s3 mb s3://<bucket-name> --region <region-name>
    Warning

    The bucket name must be a unique name.

  3. Run the following command to check that the bucket has been successfully created

    $ aws s3 ls | grep <bucket-name>
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.