Splunk Attack Range — Cloud¶
lab / aws
Same lab concept as the Local variant, provisioned as real AWS infrastructure via Terraform instead. Added via the local-tools pipeline.

Location¶
/opt/detectops/attack-simulation/attack-range-cloud
How to run¶
source venv/bin/activate
aws configure # your own AWS credentials — none are bundled
python cloud_attack_range.py configure && python cloud_attack_range.py build
Manual step required
provisions real, billable AWS resources (EC2, EKS) — always run python cloud_attack_range.py destroy when finished
Part of the Attack Simulation toolset in DetectOps.