fourcodes-org / proof-of-concepts

2 stars 1 forks source link

62. Create the internet facing application load balancer? #120

Closed four-codes closed 11 months ago

four-codes commented 12 months ago

Specif to loadbalancer

four-codes commented 12 months ago

https://www.qovery.com/blog/best-tips-to-get-most-out-of-aws-load-balancer

fourtimes commented 12 months ago

Internet facing application load balancer

  1. Create the 1 VPC.
  2. Under the VPC, 1 public subnet, 1 private subnet.
  3. Create a route table (RT) - 1. public-rt 2. private-rt
  4. Create the IGW and attach the VPC and also associate the subnet.
  5. Create the NAT and and associate the subnet in private rt.
  6. create the 2 EC2 instance - 1. public 2. private
  7. Create the internet appliation load balancer using this url - https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create-application-load-balancer.html

OUTPUT

Image Image Image Image