Viewing 1 replies (of 1 total)
  • HI ecafaller,

    you can use the aws-cli to obtain the ip address of istances in the autoscaling group.

    something like this :

    aws ec2 describe-instances –filters ‘Name=tag:Name,Values=YOUR_VALUES’ –output text –query ‘Reservations[*].Instances[*].PrivateIpAddress’

    r.

Viewing 1 replies (of 1 total)
  • The topic ‘Dynamic Varnish Servers’ is closed to new replies.