mb
The aws s3 mb
command is used to create a new bucket in Amazon S3. It's one of the fundamental commands for Amazon S3, allowing users to initialize new storage locations. This command is simple but crucial for organizing and managing your data in AWS cloud storage.
The bucketname
should be unique across all existing bucket names in Astran Continuity Cloud deployement.
Syntax
aws s3 mb s3://bucketname
Options
bucketname
: The name of the bucket to be created. Must be globally unique and follow Amazon S3 naming conventions.
See also the original AWS documentation.