piyushraj82006-hub/Cloud-project ? reverse-engineered prompt
Reverse engineered prompt
Build me the CloudGuard DR project as described in the README, a disaster recovery testing app that actually breaks a tagged EC2 service on a schedule, measures how long it takes to come back, and turns that into a simple resilience score.
I want the full thing working end to end, with Terraform for the AWS infrastructure, Python Lambda functions for injection, monitoring, measurement, scoring, audit report generation, alerts, and API handlers, plus a React dashboard where I can see test runs, score trends, audit reports, and compare sites side by side. Include the Step Functions flow that coordinates the whole process, DynamoDB for test run records, S3 for reports, SNS for low score alerts, API Gateway for the frontend, and Cognito for login. Make the frontend feel like a dark technical ops dashboard.
Set it up so I can deploy the infrastructure, run the frontend locally, and trigger a test run manually. If you need to check current AWS or Terraform docs while wiring things up, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit