This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Crear Cluster | |
aws ecs create-cluster --cluster-name cdmx | |
Listar Clusters | |
aws ecs list-clusters | |
Describir el Cluster | |
aws ecs describe-clusters --clusters cdmx | |
Eliminar cluster |