pry0cc / axiom

The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
MIT License
4k stars 622 forks source link

AWS errors when "security group 'axiom' already exists for VPC" #644

Closed quantumburnz closed 1 year ago

quantumburnz commented 1 year ago

Setting up Axiom for a 2nd time (previously used it) and now getting errors during setup. Would be ideal if this were handled gracefully.

An error occurred (InvalidGroup.Duplicate) when calling the CreateSecurityGroup operation: The security group 'axiom' already exists for VPC 'vpc-HEX_ID_HERE'

An error occurred (InvalidGroupId.Malformed) when calling the AuthorizeSecurityGroupIngress operation: The security-group ID '' is malformed

image

0xtavian commented 1 year ago

@quantumburnz sorry for the delay this open PR addresses this issue https://github.com/pry0cc/axiom/pull/635#issue-1417535951 We are still working thru some other bugs with AWS, such as round Robbin region distribution and managing multiple images (axiom-images functionality). I hope to do some more work on axiom over the weekend.

0xtavian commented 1 year ago

Thanks this should be fix. Please let me know if you continue to see the issue.