Skip to content

Babusrinivasan76/setupecscluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Set up the AWS ECS Cluster

Summary

This is a technical document to show step by step process to setup the AWS ECS Cluster

Step by Step Process for ECS Cluster

Step1: Verify the NAT Gateway and Security Group permission

  1. Ensure the NAT Gateway is created and configured for the public subnet of the VPC.
  2. Ensure the Route Table for the Public subnet is configured for the IGW
  3. Ensure the Route Table for the Private Subnet is configured for the NAT GW
  4. Ensure the Security group created have the adequate inbound privileges.
  5. Ensure the NACL are configured for inbound and outbound permissions.

Step2: Create Application Load Balancer

  1. Select "Load Balancers" on the left side menu of EC2 services.
  2. clicke "Create" button in the "Application Load Balancer"
  3. Select the Name, Scheme, IP Address type, Listeners and Availability Zones 4.Leave the "Configuration Security Settings" as default 5.Create a new Security Group and assign the routing IP 6.Configure the Target Grop and Health Checks in "Configure Routing" 7.Select the VPC and Port in "Register Targets" 8.Review the Details and click "Create" 9.Ensure the Load Balancer is created successfully test

Step3: Create ECS Cluster

  1. Search for "ECS" in the AWS Console and Select "Elastic Container Services" 2.select the "Clusters" from the left side menu and click "Create" 3.Select "Fargate" and provide the configuration details
  2. After selecting the configurations, click "Next Step"

Step4: Configure Services - Network, Load Balancer

  1. Configure the Network Details

  2. Select the Load Balancer from the drop down and configure other parameters. Click "Next Step"

  3. If the Application Load Balancer is not set up (shown in red) , click on the EC2 console and setup the Load balancer as instructed in Step2

  4. Configure other parameters

  5. Configure the Auto-Scaling

  6. Review the details and Click "Create Services"

  7. Ensure all the services are created successfully

Step5: Configure Task

1.Navigate to "Task Definitions" and click "Create new Task definition" 2.Configure the Task Definition details 3.Click Create

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published