Hi, @charithccmc
We will first start the project with a minimal Terraform setup to provision a single VM that will hosts a honeypot later. Then focus on building a distributed honeynet system.
Initial Steps:
- Create Terraform project structure
- Provision a single VM
- Enable SSH access
- Output public IP
We will proceed on to increasing the single VM setup into a distributed one if the following steps succeed:
- Terraform init works
- Terraform apply creates a single VM
- Public IP is returned
- We are able to SSH into VM
As of now we haven't introduced honeypot or logging or automation
This issue sets the basic building foundation for:
-multi-region deployment
-honeypot installation etc...
Hi, @charithccmc
We will first start the project with a minimal Terraform setup to provision a single VM that will hosts a honeypot later. Then focus on building a distributed honeynet system.
Initial Steps:
We will proceed on to increasing the single VM setup into a distributed one if the following steps succeed:
As of now we haven't introduced honeypot or logging or automation
This issue sets the basic building foundation for:
-multi-region deployment
-honeypot installation etc...