AWS Static LB - Integration of NLB with ALB || Concept- Use Case || Demo

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ค. 2024
  • Video will help us to understand the production use case of how to get static LB with multi tenant AWS ALB. Video will cover the concept and demo on how to use Application Load Balancer-type Target Group for Network Load Balancer.
    Use Lambda to do same:- aws.amazon.com/blogs/networki...
    Network Playlist:- • AWS Network Infrastruc...
    If you like the video please like , comment , share and subscribe the channel to get more updates on technical videos.
    Channel Link:- / @cloud4devops
    Happy Learning !!!

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

  • @sviswanath7413
    @sviswanath7413 ปีที่แล้ว +1

    Excellent bro
    Thank you for your help to understand clearly on this concept

  • @vijay.e7387
    @vijay.e7387 2 ปีที่แล้ว +1

    Thanks for your good video...i am looking forward this kind of production use cases

    • @Cloud4DevOps
      @Cloud4DevOps  2 ปีที่แล้ว +1

      thanks.. more videos will come...

  • @raghudevops
    @raghudevops 2 ปีที่แล้ว +2

    Good Explination

  • @interesting_stuffs
    @interesting_stuffs 2 ปีที่แล้ว +5

    Can you please how does HTTPS connections flow through in this setup? (Note: there’s no video on this at all)

  • @srinipulavarthi8005
    @srinipulavarthi8005 2 ปีที่แล้ว +1

    Excellent

  • @nileshjoshi100
    @nileshjoshi100 ปีที่แล้ว +1

    My two cents.. AWS Global accelarator will be helpful in such cases as well. Especially where is a need to bring your own IP or preserve your owned public IP's for whitelisting.

  • @Ankit-nw8ou
    @Ankit-nw8ou หลายเดือนก่อน

    from instances of my alb i am accessing an external API which is demanding ips for whitelisting my instances now if i implement your mentioned way can i provide my nlb static ip to them??

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

      this method is to get inbound static IP which will whitelist in fw , again its not instance IPs which needs to be whitelisted , outbound of instance traffic either go via NAT/TGW if in private network otherwise generic IGW

  • @GulabDigambarNandanvar
    @GulabDigambarNandanvar ปีที่แล้ว +1

    Hi I have 4 pre-prod env. and each env. have separate namespaces in the cluster so is it possible can i add all the ALB in the NLB - target group so it will work for same. ? in this case can i use 1-NLB or 4 NLB ?..

    • @Cloud4DevOps
      @Cloud4DevOps  ปีที่แล้ว +1

      U can use host-header values in ALB to segregate the traffic.. so u can use 1 NLB-1ALB only , not sure why u want multiple NLBs.. ALBs are multi tenant and high perf cluster in backend so that will suffice ur request rt away.

    • @GulabDigambarNandanvar
      @GulabDigambarNandanvar ปีที่แล้ว

      @@Cloud4DevOps Can you please elaborate how can i segregate the traffic for the environments ??..

  • @subhajitchatterjee6618
    @subhajitchatterjee6618 2 ปีที่แล้ว +1

    If we have rds in private subnet and need to have public ip to access the same db from external application without any vpn access, what would be the solution

    • @Cloud4DevOps
      @Cloud4DevOps  2 ปีที่แล้ว +1

      One way coming into my mind which is secure is to use reverse proxy keeping all ur DBs/Servers in private subnet and have firewall to play-around the connection logic. This way you can make sure that you dont go into security risk model connecting to private RDS from external Apps...

  • @namrathapandey5168
    @namrathapandey5168 ปีที่แล้ว

    Hey Shashank, i just configured ALB and NLB in internet facing. While creating NLB I have configured one elastic ip which got whitelisted from the internal team to send OTP to the end user. But not able to get an OTP

    • @Cloud4DevOps
      @Cloud4DevOps  ปีที่แล้ว

      are we sure configuration of AZs for NLB and ALB is correct in same zone. Its a prod tested scenario which worked for all customers. Seems something is missing in configuration or firewall

  • @rasmitajena9528
    @rasmitajena9528 ปีที่แล้ว +1

    While cretaing NLB, you have not assigned static IP, is aws going to create static Ip automatically, kindly reply if I am wrong?

    • @Cloud4DevOps
      @Cloud4DevOps  ปีที่แล้ว +1

      yes aws will give u static IPs. bt thats different from EIP which we create from AWS

  • @vilasithavattikuti1480
    @vilasithavattikuti1480 ปีที่แล้ว

    I have the alb with 3838,8787 port applications running on it.alb tg are getting healthy but for nlb the health checks failed

    • @Cloud4DevOps
      @Cloud4DevOps  ปีที่แล้ว

      sounds like mis-config on healthcheck attribute

    • @vilasithavattikuti1480
      @vilasithavattikuti1480 ปีที่แล้ว

      Alb tg(http-3837,http-8787)
      Nlb tg(tcp-80)
      What need to be done

    • @Cloud4DevOps
      @Cloud4DevOps  ปีที่แล้ว

      ahh ok.. Are your listener configured for port 80 for both ALB and NLB?? These has to be exact match in terms of AZ as well ..

  • @roneybehura1673
    @roneybehura1673 ปีที่แล้ว

    why ALB and NLB should present in same AZ?