Orange-Cyberdefense / GOAD

game of active directory
GNU General Public License v3.0
4.62k stars 648 forks source link

Support for AWS provider #225

Open ArnCo opened 2 months ago

ArnCo commented 2 months ago

Hello there,

I adapted the Azure provider for AWS support.

The architecture is the same than the Azure one, with an Ubuntu jumpbox that is exposed over Internet, and the Windows VMs living in a private subnetwork.

This should work out of the box with ./goad.sh -t install -l GOAD -p aws, after adapting the values.tfvars file to the users need (region of deployment, IP whitelist to allow contact to the Jumpbox, and optional root disk size for the Ubuntu VM in order to install more tools).

Let me know if you need anything to be modified.

Cheers,

ArnC