AWS Templates
Pick a starting point — open it to see what it builds, then continue to chat.
EC2 Instance
Launches a single EC2 instance inside a dedicated VPC, on a public subnet, protected by a security group.
3-Tier App on AWS
A classic web/app/data topology: a public load balancer, an application EC2 tier, and a PostgreSQL RDS database, each in its own subnet of a new VPC.
RDS for PostgreSQL
A managed PostgreSQL database on Amazon RDS, placed in a private subnet and locked down with a database security group.
S3 Bucket with Versioning
A private S3 bucket with versioning and server-side encryption enabled for safe, durable object storage.
Deploy into an Existing VPC
Reuses an existing VPC and subnet via data sources, then deploys a new EC2 instance and security group into that pre-existing network.
Multi-Region Architecture
A primary and secondary region, each with its own VPC and EC2 tier, fronted by a Route 53 record for regional failover.