ezra-buckingham / terry-the-terraformer

A CLI for deploying red team infrastructure across mutliple cloud providers, all integrated with a virtual Nebula network, and full ELK integration
https://github.com/ezra-buckingham/terry-the-terraformer/wiki
MIT License
110 stars 15 forks source link

AWS security groups #4

Closed leebaird closed 2 years ago

leebaird commented 2 years ago

Using the -r switch with 'destroy' should delete all AWS security groups that were created.

Each AWS instance that is deployed has an attached security group. These security groups all have the same rule: allow traffic on all ports and protocols. This seems redundant.

ezra-buckingham commented 2 years ago

I would love to see what you are seeing, I am seeing deletion of groups. Can you provide more information please? It should be created in your default VPC and that might be causing issues...

leebaird commented 2 years ago

This seems to be working now.