Docs|Deployment Guides

Template Deployment Guides

Select a template to get a complete deployment walkthrough — pre-deploy checklist, step-by-step CLI and Console instructions, timing notes, and a post-deploy how-to for end users. Every guide below is written against the template's actual exported CloudFormation.

🏗️

Design on canvas

Build your architecture using drag-and-drop. Customize resource names and properties.

📦

Export IaC

Click Export IaC → download CloudFormation JSON or YAML. Parameters make it renameable without breaking.

🚀

Deploy & validate

Follow this guide to deploy, then run each validation test in order. Timing notes tell you what to wait for.

🌐free

Static Website

S3 bucket served via CloudFront CDN. No servers. Globally distributed.

~$1–5/mo
7 steps
🛜free

Starter VPC

A clean network foundation: VPC with one public and one private subnet, Internet Gateway, route tables, S3 gateway endpoint, and flow logs. No NAT — nothing here has an hourly charge.

~$0/mo
5 steps
🖥️free

Single EC2 Server

One t3.micro Amazon Linux 2023 instance in a public subnet, with SSM shell access, the CloudWatch agent, and daily AWS Backup snapshots. No load balancer, no database.

~$15/mo all-in (~$7.50 instance)
7 steps
🏗️pro

Web App (EC2 + RDS)

ALB → EC2 in VPC with RDS PostgreSQL. Classic 2-tier web application.

~$80–150/mo
10 steps
pro

Serverless API

API Gateway (REST API) → Lambda → DynamoDB. Zero servers, scales to zero.

~$0–10/mo
6 steps
🏛️pro

3-Tier Architecture

ALB → EC2 web tier → EC2 app tier → RDS PostgreSQL, each layer in its own subnet with its own security group.

~$200–400/mo
9 steps
🐳pro

ECS Fargate Microservice

ALB → ECS Fargate service (2 tasks) with execution + task IAM roles, plus RDS PostgreSQL.

~$60–200/mo
6 steps
pro

Serverless Full-Stack

CloudFront + S3 static frontend, plus a separate HTTP API (API Gateway → Lambda → DynamoDB) with Cognito auth.

~$5–30/mo
7 steps
📡pro

Event-Driven Pipeline

SNS fan-out → SQS queue → Lambda processor → DynamoDB, with a dead-letter queue for failed messages.

~$2–20/mo
6 steps
💰pro

Billing Alarm

Four CloudWatch billing alarms — $10 / $50 / $100 monthly plus a $5/day spike detector — publishing to one SNS email topic. Must be deployed in us-east-1.

~$0/mo
6 steps
📊Team

Data Analytics Pipeline

Kinesis → Firehose → S3 data lake → Glue ETL → Redshift with Athena.

~$1,650–2,200/mo
9 steps
🏆Team

High Availability Web App

Multi-AZ ECS Fargate + Aurora Serverless v2 (PostgreSQL) + ElastiCache Redis, behind a WAF-protected internet-facing ALB.

~$400–900/mo
8 steps

Need to tear down a deployed stack?

Read the Decommissioning guide →