Skip to content

ECS Cluster - Hands OnΒΆ

We can go into the ECS Container Service to start working on it.

We are going to create our first cluster.

We are going to fill out the creating form. We are going to choose a name for it and the default VPC, subnets.

For infrastructure the default option is the Fargate, but we can select to use the EC2 instances as well. There is also an external instances option where you can configure external instances like on premises.

There is also an option to configure monitoring and tags, but we are going to leave it as is.


Since we selected the ECS cluster with EC2 ec2, we can go to Auto Scaling Groups and see it.

In the ECS we will see a cluster created with basically nothing deployed to it.

In the infrastructure tab we'll see ithat there are 3 providers. We have FARGATE, FARGATE_SPOT and our ASGProvider.

If we were to increase the minimum capacity of the ASG instances to 1, it will automatically register it in the container instances.

Now we can see that it is also registered on ECS.