What problem does it solve?
Deploys AWS infrastructure with a research-first approach, using documentation-first practices to ensure services, regions, and resources are chosen with care. It emphasizes consulting AWS docs before coding, clarifies service abbreviations, evaluates alternatives, keeps an organized aws/ folder, and proactively offers to destroy resources after testing to prevent cost surprises.
Core Features & Use Cases
- Documentation-first deployment: Searches AWS docs for service availability, recommended patterns, and regional constraints; documents decisions and tradeoffs.
- Resource management toolkit: Maintains organized folders (aws/ Terraform/state, manifests) for reproducible infrastructure generation.
- Prototype-safe workflows: Prototyping ECS/Fargate/Lambda/S3/RDS tasks with built-in destroy prompts to avoid accidental costs.
- Destruction as a first-class option: Proactively proposes resource teardown after testing.
Quick Start
Use the aws-deployment skill to provision pharma-test-gen infrastructure in a staging environment, then verify resources and destroy after validation if test data is removed.