**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 `__ in the *AWS Elemental MediaStore User Guide*.