I run a LoadBalance on aws and when I tried to get an external ip i got like this:
a86a863a4bea9807-1478376474.us-west-2.elb.amazonaws.com
Is it possible to get a normal IP?
I run a LoadBalance on aws and when I tried to get an external ip i got like this:
a86a863a4bea9807-1478376474.us-west-2.elb.amazonaws.com
Is it possible to get a normal IP?
Yes you can get the IP, e.g. using dig
or drill
commands:
drill a86a863a4bea9807-1478376474.us-west-2.elb.amazonaws.com
But the IP returned are not static IP addresses. If you require to have static IP addresses for your load balancer, you should use either Network Load Balancer, or add global accelerator to Application Load Balancer.