Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.3 KB

securitygroup.md

File metadata and controls

83 lines (64 loc) · 2.3 KB

Security Security Groups


Prerequisites


Steps

Load Balancer Security Group

ECS Security Group

Create Load Balancer Security Group
  1. In Inboud Rules Add Rules
2. Add Two HTTP Type Rules
3. One Points to 0.0.0.0/0 other one to ::/0
4. Give Name to Role
Create ECS Security Group
  1. In Inboud Rules Add Rule 
2. Add Custom TCP Type Rule
3. Set Port Range 32768-65535
Select Destination Load Balancer Security Group




In VPC Section, security groups

  • Create Security Group for ECS & Load Balancer In VPC


Load Balancer Security Group

  • In VPC Create Security group for Load Balancer
    Make port 80 accessible to everywhere, which will be url to the website through load balancer


ECS Security Group

  • Create Security Group for ECS
    Specify Port rage (32768-65535) and select load balancer. we will access ECS through load balancer