Every CloudStack Canvas template is deployable as exported. Select a template to get a complete deployment walkthrough — pre-deploy checklist, step-by-step CLI and Console instructions, per-service validation tests with timing notes, and a post-deploy how-to for end users.
Build your architecture using drag-and-drop. Customize resource names and properties.
Click Export IaC → download CloudFormation JSON or YAML. Parameters make it renameable without breaking.
Follow this guide to deploy, then run each validation test in order. Timing notes tell you what to wait for.
S3 bucket served via CloudFront CDN. No servers. Globally distributed.
API Gateway → Lambda → DynamoDB. Zero servers, scales automatically.
ALB → EC2 in VPC with RDS PostgreSQL. Classic 2-tier web application.
ALB → EC2 web tier → EC2 app tier → RDS. Fully separated presentation, logic, and data layers.
ALB → ECS Fargate → RDS. Containerized app with no server management.
CloudFront → Cognito → API Gateway → Lambda → DynamoDB with authentication.
SNS fan-out → SQS queues → Lambda processors → DynamoDB.
CodeCommit → CodeBuild → CodePipeline → CodeDeploy to ECS.
Kinesis → Firehose → S3 data lake → Glue ETL → Redshift with Athena.
CloudFront + WAF → ALB → ECS Fargate (multi-AZ) → Aurora + ElastiCache.
Need to tear down a deployed stack?
Read the Decommissioning guide →