How to find IP of future instances in aws Auto Scaling Groups?

Viewed 25

I have a auto scaling group with

desired instance - 1 max instance - 4

I know the ip of that one instance that is currently running. How will I know the ip of the other 3 instance that will start in the future.

Because I need to add that to nginx for loadbalancer.

PS: instance running on linux

0 Answers
Related