Search code examples
amazon-web-serviceselastic-load-balancer

Finding static IPs associated with AWS Network Load Balancer?


How can someone find a list of the static IPs assigned to an existing AWS Network Load Balancer?

I see nothing in the console that shows the IPs, nor do I see anything in the CLI that would do so.


Solution

  • This documentation should be helpful for you:

    https://aws.amazon.com/blogs/aws/new-network-load-balancer-effortless-scaling-to-millions-of-requests-per-second/

    The elastic IP will be the IP that you want.

    If you just want to know the address of an existing load balancer then take the CNAME of it and query the DNS using dig or nslookup.