End of support notice: On November 13, 2025, AWS will discontinue support
for AWS Elemental MediaStore. After November 13, 2025, you will no longer be able to access the MediaStore console
or MediaStore resources. For more information, visit this
blog post
Viewing a list of containers
You can view a list of all the containers that are associated with your account.
To view a list of containers (console)
-
Open the MediaStore console at https://console.aws.amazon.com/mediastore/
. The Containers page appears, listing all the containers that are associated with your account.
To view a list of containers (AWS CLI)
-
In the AWS CLI, use the
list-containers
command.aws mediastore list-containers --region
us-west-2
The following example shows the return value:
{ "Containers": [ { "CreationTime": 1505317931.0, "Endpoint": "https://aaabbbcccdddee.data.mediastore.us-west-2.amazonaws.com", "Status": "ACTIVE", "ARN": "arn:aws:mediastore:us-west-2:111122223333:container/ExampleLiveDemo", "AccessLoggingEnabled": false, "Name": "ExampleLiveDemo" }, { "CreationTime": 1506528818.0, "Endpoint": "https://fffggghhhiiijj.data.mediastore.us-west-2.amazonaws.com", "Status": "ACTIVE", "ARN": "arn:aws:mediastore:us-west-2:111122223333:container/ExampleContainer", "AccessLoggingEnabled": false, "Name": "ExampleContainer" } ] }