AWS EC2 Kali Linux
September 27, 2020 ยท View on GitHub
Offensive Terraform module which creates Kali Linux from the AWS marketplace and installs cloud security tools (Pacu, Cloudsplaining, ScoutSuite).
Included Cloud Security Tools
Included Cloud Tools
Requirements
Subscribe Kali Linux on Marketplace
Diagram

Usage
module "ec2-kali-linux" {
source = "offensive-terraform/ec2-kali-linux/aws"
}
output "ssh_ec2_kali_linux_connect" {
value = module.ec2-kali-linux.ssh_ec2_kali_linux_connect
}
output "ssh_private_key" {
value = module.ec2-kali-linux.ssh_private_key
}
Author
Module managed by Itgel (Jack) Ganbold
