Getting Started with Amazon ECS
STEP 1: Creating a Cluster First step is creating a cluster. This can be done with CLI or Amazon Console. To do in CLI, run aws ecs create-cluster –cluster CLUSTER_NAME If you login to Amazon ECS console, you will see newly created cluster. If you want to delete cluster, you can do with command line … Read more