Problem
The current deployment pipeline provisions a Cowrie SSH honeypot in a single AWS region.
To improve coverage and better simulate a distributed honeynet environment, the infrastructure should support deploying honeypots across multiple regions.
Proposed Enhancement
Extend the Terraform configuration to deploy honeypot nodes in multiple AWS regions.
Each region should provision:
- an EC2 instance
- a security group
- an SSH key pair
- a region-specific Ubuntu AMI
This will enable a distributed honeynet setup and improve attacker interaction data collection.
Problem
The current deployment pipeline provisions a Cowrie SSH honeypot in a single AWS region.
To improve coverage and better simulate a distributed honeynet environment, the infrastructure should support deploying honeypots across multiple regions.
Proposed Enhancement
Extend the Terraform configuration to deploy honeypot nodes in multiple AWS regions.
Each region should provision:
This will enable a distributed honeynet setup and improve attacker interaction data collection.