> ## Documentation Index
> Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Demo Creating new cluster

> Learn to create a new Amazon ECS cluster using the AWS Management Console with Fargate, avoiding EC2 instance launches.

In this lesson, you will learn how to create a new Amazon ECS cluster using the AWS Management Console. Follow the steps below to configure your cluster with Fargate and avoid launching EC2 instances.

## Step 1: Choose a Cluster Template

Click on the **Create Cluster** button. You will see three template options:

1. **Networking only** – Ideal for using Fargate.
2. **EC2 Linux + Networking** – Use this if you plan to run EC2 instances with Linux.
3. **EC2 Windows + Networking** – Use this if you plan to run EC2 instances with Windows.

Since the goal is to use Fargate, select the **Networking only** option. Then, provide a name for your cluster, such as **cluster1**. You also have the option to customize your VPC configuration by modifying the default CIDR block and subnets. If no customization is required, leave these settings as they are. When you click **Create**, the system will automatically provision a VPC with your specified CIDR block and two subnets.

<Frame>
  ![The image shows an AWS interface for creating a cluster, offering three template options: "Networking only," "EC2 Linux + Networking," and "EC2 Windows + Networking." Each option lists the resources to be created, such as clusters, VPCs, and subnets.](https://kodekloud.com/kk-media/image/upload/v1752869139/notes-assets/images/Amazon-Elastic-Container-Service-AWS-ECS-Demo-Creating-new-cluster/aws-cluster-creation-interface.jpg)
</Frame>

## Step 2: Configure Networking Settings

After selecting your cluster template, adjust any additional networking settings as needed. This includes configuring the VPC, CIDR block, and subnets. You may also add tags or enable CloudWatch Container Insights. Once you have reviewed the settings, click **Create** to continue.

<Frame>
  ![The image shows an AWS interface for creating a cluster, with options to configure networking settings such as VPC, CIDR block, and subnets. There are also fields for adding tags and enabling CloudWatch Container Insights.](https://kodekloud.com/kk-media/image/upload/v1752869140/notes-assets/images/Amazon-Elastic-Container-Service-AWS-ECS-Demo-Creating-new-cluster/aws-cluster-creation-interface-2.jpg)
</Frame>

<Callout icon="lightbulb" color="#1CB2FE">
  After configuring your networking settings, ensure that the VPC and subnet settings meet your organizational requirements.
</Callout>

## Step 3: View Cluster Details

Once the cluster is created, click **View Cluster** to access its details. This action will take you to the cluster details page where you can verify the successful creation and review the configuration details.

<Frame>
  ![The image shows an AWS console screen displaying the launch status of an ECS cluster, with details about the VPC, subnets, and other cluster resources.](https://kodekloud.com/kk-media/image/upload/v1752869142/notes-assets/images/Amazon-Elastic-Container-Service-AWS-ECS-Demo-Creating-new-cluster/aws-ecs-cluster-launch-status.jpg)
</Frame>

On the details page, you will see that **cluster1** is now active. The dashboard provides an overview of the cluster status, task counts, and services. Although the cluster is active, note that there are no registered container instances or running tasks yet.

<Frame>
  ![The image shows an AWS ECS (Elastic Container Service) dashboard for a cluster named "cluster1," displaying details like cluster status, task counts, and service information. The cluster is active, but there are no registered container instances or running tasks.](https://kodekloud.com/kk-media/image/upload/v1752869142/notes-assets/images/Amazon-Elastic-Container-Service-AWS-ECS-Demo-Creating-new-cluster/aws-ecs-cluster1-dashboard.jpg)
</Frame>

<Callout icon="triangle-alert" color="#FF6B6B">
  Ensure you have reviewed all configuration parameters and networking settings before finalizing your cluster creation to avoid configuration issues later.
</Callout>

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/amazon-elastic-container-service-aws-ecs/module/5d992c10-db1a-4e88-91f3-83c23d3595d0/lesson/a8e641f2-1be0-4d27-af07-cb5c48697f45" />
</CardGroup>
