Open flickerfly opened 5 years ago
Is what you want to do to get a pool of IPs based on some filter? Currently the script only allows for a pool/list of IPs to be entered on the command line.
What I have done is to populate the command line argument dynamically using CloudFormation. But that of course requires you to use CloudFormation.
I'd like to be able to grab an IP from a pool of IPs. For now this in userdata does the trick for me, but this seems like useful thing for this script to support.