1. Navigate to Amazon ECS:
ECS
2. In the ECS Dashboard, select Clusters from the left navigation panel, then click Create cluster.
3. Configure the cluster settings:
fcj-ecs-cluster
4. Configure monitoring:
5. Review your configuration and click Create.
6. Verify creation: Confirm that the fcj-ecs-cluster appears in your clusters list with “Active” status.
AWS Fargate is a serverless compute engine that eliminates the need to manage EC2 instances. Container Insights provides enhanced monitoring and observability for your containerized applications.
Your ECS cluster is now ready to host containerized applications. In the next sections, we’ll create task definitions and services to deploy your Spring Boot applications.