Load Balancer s IP address

0 votes
I have an EC2 instance attached to a load balancer. How do I find a load balancer's IP address?
Oct 11, 2019 in AWS by Hannah
• 18,570 points
535 views

1 answer to this question.

0 votes

Use the following command on the AWS CLI: 

aws ec2 describe-network-interfaces --filters Name=description,Values="ELB elb-name" --query 'NetworkInterfaces[*].PrivateIpAddresses[*].PrivateIpAddress' --output text
answered Oct 11, 2019 by Nagya

Related Questions In AWS

0 votes
1 answer

How to manage different type of load balancers simultaneously?

The ELB Console will allow you to ...READ MORE

answered Oct 15, 2018 in AWS by Archana
• 4,170 points
548 views
0 votes
1 answer

How to allocate IP address in VPC to RDS instance?

The instance will already have an IP ...READ MORE

answered Oct 31, 2018 in AWS by Archana
• 5,640 points
2,607 views
0 votes
1 answer

Target groups in AWS for Network Load Balancers

Ypu can change the port definition in ...READ MORE

answered Nov 13, 2018 in AWS by Priyaj
• 58,090 points
2,605 views
0 votes
1 answer

Will Network Load Balancer have static IP?

Each NLB provides a single IP for ...READ MORE

answered May 14, 2019 in AWS by Rakshi
1,564 views
0 votes
1 answer
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP