Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Deep 

Dive with Amazon ECS 

Clusters 
 
Create a cluster 
aws ecs create-cluster --cluster-name deepdive 
 
List all clusters 
aws ecs list-clusters 
 
A deeper look into the cluster's state 
aws ecs describe-clusters --clusters deepdive 
 
(Optionally)​
 Delete the cluster 
aws ecs delete-cluster --cluster deepdive

● Do not delete it now unless you're experimenting on your own 

You might also like