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.44k stars 632 forks source link

Mutiple regions and their subnets ? #233

Open oodgaard opened 5 years ago

oodgaard commented 5 years ago

How do we specify which subnet to use in each region ?

(subnet names have been substituted)

bees up -s 4 -g bees \ --key=$KEY \ --i=ami-2a,ami-1a \ --zone=ap-southeast-2a,ap-southeast-1a \ --login=ec2-user \ --subnet=subnet-2a,subnet-1a \ --group=SG_Groups_Tag_Name_In_Both_Regions (I assume this works since it resolves the SG ID)

The subnet ID 'subnet-2a,subnet-1a' does not exist"