5. Setup AWS Application Load Balancer with Auto Scaling Group using Terraform

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

ความคิดเห็น • 12

  • @FarasatRashid
    @FarasatRashid 5 หลายเดือนก่อน

    One of the best video which covered all the concepts and to the point using new console. The way he compared creating resources manually on console VS creating on terraform was superb, which made the concepts more clear and helped how we can more customize it by our own.

    • @kodedge
      @kodedge  5 หลายเดือนก่อน +1

      Thanks for the feedback 🙂

  • @husnainizharkhan
    @husnainizharkhan 19 ชั่วโมงที่ผ่านมา

    Is there any functionality for rollback to last stable in case of error

  • @Giiven_Siisanda
    @Giiven_Siisanda หลายเดือนก่อน

    Great video, concise and straight to the point. I wanted to know why you chose to use EC2 health checks instead of Load Balancer health checks?...Load Balancer health checks are generally more reliable for assessing application health.

    • @kodedge
      @kodedge  หลายเดือนก่อน +1

      Thanks. No specific reason as such to choose between EC2 or ELB as health check option. Here I used EC2 just as demonstration purpose. But its depend on the use-case which one to use. In most of the use-cases health_check_type = "ELB" is the best option. Thanks for the suggestion.

  • @alexiojunior7867
    @alexiojunior7867 2 หลายเดือนก่อน

    This is really great it helped so much , maybe you may need to explain how you configured aws or maybe it was at the begining i dont know i only wanted to watch this video but its great it worked well for me :)

    • @kodedge
      @kodedge  หลายเดือนก่อน

      Thanks for the feedback. Yes that is already explained in this video
      th-cam.com/video/hOr38M6pVYw/w-d-xo.htmlsi=vSC6ZX7oekvBJBGn

  • @narasimha._sai
    @narasimha._sai 5 หลายเดือนก่อน

    excellent video series

    • @kodedge
      @kodedge  5 หลายเดือนก่อน +1

      Thanks for the feedback

  • @DerrickWe
    @DerrickWe 2 หลายเดือนก่อน

    I am so stuck, I can get is all created and verify that, but only 502 errors and unhealthy health checks. I have checked all the SG and Route tables, I can connect to the instances if i add a public ip and ssh with an end point so I know that work. I am shaking my head here and very lost.

    • @kodedge
      @kodedge  หลายเดือนก่อน

      Did you followed all the steps as shown in the video.

    • @DerrickWe
      @DerrickWe หลายเดือนก่อน +1

      @@kodedge I figured out the issue, it was the image I used an amazon linux 2023 and since it was created in the private subnet apache was not able to install, as soon as I replaced it with an AMI i created with everything installed works fine.