HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/awscli/examples/mediastore/create-container.rst
**To create a container**

The following ``create-container`` example creates a new, empty container. ::

    aws mediastore create-container --container-name ExampleContainer

Output::

    {
        "Container": {
            "AccessLoggingEnabled": false,
            "CreationTime": 1563557265,
            "Name": "ExampleContainer",
            "Status": "CREATING",
            "ARN": "arn:aws:mediastore:us-west-2:111122223333:container/ExampleContainer"
        }
    }

For more information, see `Creating a Container <https://docs.aws.amazon.com/mediastore/latest/ug/containers-create.html>`__ in the *AWS Elemental MediaStore User Guide*.