AWS Network Load Balancer (AWS NLB) with Elastic IP Address

Поделиться
HTML-код
  • Опубликовано: 25 янв 2025

Комментарии • 5

  • @sofianetech9816
    @sofianetech9816 9 месяцев назад

    I Have a question about stateful Network ACL do we need to create the same rules for the inbound traffic too?

    • @DigitalCloudTraining
      @DigitalCloudTraining  8 месяцев назад

      Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out.
      If you're not already a member of our Facebook community, we'd love to have you join us! 

      Here's the link to sign up: facebook.com/groups/awscertificationqa
      Once you're in, you can post your question and get some helpful insights.

  • @ebutuoyymsti
    @ebutuoyymsti 8 месяцев назад

    Thank you for clarifying the concept of NLB. I have a question - you created 2 Elastic IPs. You assigned EIP1 to AZ1 of NLB and EIP2 to AZ2 of NLB. The target group of NLB had 2 instances - one in AZ1 and other in AZ2. Does this mean that EC2 instance in AZ1 gets assigned EIP1 and EC2 instance in AZ2 gets assigned the EIP2. Request you to please clarify.

    • @DigitalCloudTraining
      @DigitalCloudTraining  7 месяцев назад

      Hi there, we recommend posting your question in our Facebook group. Our community members are always happy to share their knowledge and help each other out.
      If you're not already a member of our Facebook community, we'd love to have you join us! 

      Here's the link to sign up: facebook.com/groups/awscertificationqa
      Once you're in, you can post your question and get some helpful insights.

    • @themarksman1
      @themarksman1 5 месяцев назад

      @@ebutuoyymsti EIPs are not assigned to EC2 instances. EIPs are meant for NLB itself on the internet facing side. Basically when you use the DNS name of the NLB, it resolves to one of those 2 EIPs. Once the Client request reaches the NLB from the Internet, it gets redirected to one of the EC2 instances in the target group based on some load-balancing algorithm (round-robin or something).