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

The bees need a security group to run under. The one specified was not found. #186

Closed ghost closed 6 years ago

ghost commented 6 years ago

Getting The bees need a security group to run under. The one specified was not found. when using a sg-id that exists in my AWS account. I've tried two different SG ids that exists and that I currently use in my VPC but still tells me it can't find the one. Anyone else run into this?

FliesLikeABrick commented 6 years ago

@Hueyza the tool expects a security group name instead of ID, try using the name instead (it automatically finds the ID later).

I or someone may write a patch which helps with this by identifying if an ID was provided, and if so using that.

FliesLikeABrick commented 6 years ago

@cosmin this issue can be closed due to the merge of #200