newsapps / beeswithmachineguns

A utility for arming (creating) many bees (micro EC2 instances) to attack (load test) targets (web applications).
http://apps.chicagotribune.com/
MIT License
6.43k stars 631 forks source link

Connect to bees by IP instead of host names #119

Open abguy opened 9 years ago

abguy commented 9 years ago

Sometimes hostnames are not resolved.

FliesLikeABrick commented 6 years ago

If this change is to be adopted, I think it should be accompanied by a command line option which enables "ssh by IP address". Because:

The option would probably allow for selection between "SSH by" name, IPv4 address, IPv6 address.

abguy commented 6 years ago

I think that SSH by instance name is a bad idea. AWS allows to reconfigure internal VPC DNS through Route53. It is better to use IP addresses.

PS. Too many things were changed since 2015. Let's just close this PR.