AWS ECS Quick Start
Create Cluster
go to AWS ECS
click *'Create Cluster'

Networking only– This cluster template creates an empty cluster. Optionally, you can create a new VPC to use. This cluster template is typically used for workloads hosted on either AWS Fargate or external instances (ECS Anywhere). The
FARGATE
andFARGATE_SPOT
capacity providers will be automatically associated with the cluster. For more information, see AWS Fargate capacity providers.EC2 Linux + Networking– This cluster template is used to create a cluster of Amazon EC2 instances to run Linux-based containers on. An Auto Scaling group is created for the Amazon EC2 instances.
EC2 Windows + Networking – This cluster template is used to create a cluster of Amazon EC2 instances to run Windows-based containers on. An Auto Scaling group is created for the Amazon EC2 instances. For more information, see Amazon EC2 Windows containers.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create_cluster.html

input cluster name according to your naming rules.
recommen naming rule
${organization-name}---${stage-name}---cluster---${project-name}
Create ECR
recommen naming rule
${organization-name}_${stage-name}_ecr_${project-name}
Create Task
recommend naming rule
${organization-name}---${stage-name}---task---${project-name}
Last updated
Was this helpful?