Table of Contents

Aws - Cluster

About

cluster in Aws are managed by the Amazon Elastic Container Service (ECS).

Management

Create

aws ecs create-cluster --cluster-name clusterName
:: Example 
aws ecs create-cluster --cluster-name MythicalMysfits-Cluster