What problem does it solve?
Redc-useage removes the manual burden of provisioning, operating, and cleaning up multi-cloud red team infrastructure by providing a single command-and-workflow guide for creating “cases” with Terraform.
Core Features & Use Cases
- Multi-cloud infrastructure lifecycle: initialize templates, plan, start, stop, remove, and execute cases across AWS, Aliyun, and Tencent Cloud.
- Repeatable case management: list cases, check status, and standardize how outputs like public IPs are tracked for later steps.
- Operational execution workflow: run commands, upload/download files, and orchestrate controlled deployments using template-driven parameters (e.g., passwords) and case IDs.
Use case example: you need to deploy an AWS EC2 staging environment from an existing template, verify the planned resources, start the case, upload a deployment script, execute it, then reliably clean up.
Quick Start
Tell the AI to initialize templates and deploy a template case using your config, for example: “Run redc init, then run redc pull aliyun/ecs and redc run aliyun/ecs -n myserver -e password=Pass123, and return the case-id so I can execute a follow-up command.”