curl http://169.254.169.254/latest/meta-data/public-ipv4 will fetch the floating ip for the primary interface eth0. But I want to fetch the secondary interface floating ip.
is there way to fetch the floating ip of eth1 ?
curl http://169.254.169.254/latest/meta-data/public-ipv4 will fetch the floating ip for the primary interface eth0. But I want to fetch the secondary interface floating ip.
is there way to fetch the floating ip of eth1 ?