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

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

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

  • @sviswanath7413
    @sviswanath7413 2 года назад +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 3 года назад +2

    Good Explination

  • @srinipulavarthi8005
    @srinipulavarthi8005 2 года назад +1

    Excellent

  • @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 ??..

  • @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)

    • @ganeshmhaske33
      @ganeshmhaske33 23 дня назад

      I guess this is not possible as its app layer features

  • @Ankit-nw8ou
    @Ankit-nw8ou 7 месяцев назад

    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  7 месяцев назад

      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

  • @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

  • @subhajitchatterjee6618
    @subhajitchatterjee6618 3 года назад +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  3 года назад +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 2 года назад

    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  2 года назад

      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

  • @vilasithavattikuti
    @vilasithavattikuti 2 года назад

    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  2 года назад

      sounds like mis-config on healthcheck attribute

    • @vilasithavattikuti
      @vilasithavattikuti 2 года назад

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

    • @Cloud4DevOps
      @Cloud4DevOps  2 года назад

      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 ..

  • @nileshjoshi100
    @nileshjoshi100 2 года назад +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.

  • @roneybehura1673
    @roneybehura1673 2 года назад

    why ALB and NLB should present in same AZ?