TL;DR: Lightsail is intentionally simpler AWS — fixed-price monthly bundles that include compute, storage, and data transfer in one predictable number, running on real EC2 underneath. It's the combo meal to EC2's à-la-carte menu: the right call for WordPress sites, dev environments, small apps, and learning, where billing anxiety would otherwise dominate. When you outgrow it, a snapshot converts to standard EC2 — the on-ramp goes both ways.
The numbers
- Bundles from $3.50/month (512 MB / 1 vCPU / 20 GB SSD + included transfer) up to $40 (2–4 GB RAM, 1–3 TB transfer).
- Everything's bundled — instance + EBS + static IP + egress in one figure; the equivalent EC2 stack bills each separately, and small apps get bitten hardest by per-GB egress.
- Overages are gentle: $0.09/GB past the included transfer — no penalty, no shutdown.
- Underrated wins: snapshots at $0.05/GB-mo, free static IPs while attached, managed MySQL/PostgreSQL from ~$15/mo.
- Field examples: a WordPress portfolio on the $10 bundle absorbed a viral spike with no surprise charges; a SaaS MVP ran a $20 instance + $15 managed Postgres = ~$35/mo vs ~$80–120 for the EC2+RDS equivalent.
Do this
- Match the bundle to the workload — $3.50–$10 for dev/test and WordPress, $20–40 for a small two-tier app; a $20 bundle costs $20 every month, full stop.
- Use it for ephemeral environments — snapshot a "base" image, clone per project at $5–10 each, delete when done; no orphaned resources.
- Pair an app instance with a managed database (MySQL/PostgreSQL from ~$15/mo, automated backups, no surprise I/O charges) for a real two-tier stack.
- Go hybrid when you need real AWS services — VPC-peer Lightsail into your main VPC to reach RDS, S3, etc., without leaving the fixed-price umbrella.
- Graduate to EC2 when you cross ~16 GB RAM — at $80–160/mo per instance, standard EC2 with a Savings Plan or Reserved Instance is cheaper.
Gotchas
- Simple because limited — no Auto Scaling Groups, only a basic load balancer, no fine-grained IAM, and a reduced CloudWatch surface; a workload needing horizontal autoscaling on custom metrics has outgrown it.
- The value inverts at the high end — big instances are cheaper on EC2 + commitments; Lightsail shines small-to-medium.
- Migration is a snapshot — convert to EC2 when complexity or size demands it, no lock-in.
Skip this if
- The architecture is multi-tier with lots of AWS-service dependencies, custom VPC peering chains, or sophisticated IAM — you'll fight the simplicity; use standard EC2 + Auto Scaling Groups + ALB.
- You need guaranteed-cheap large instances — Reserved Instances or Savings Plans on EC2 win past the small tier. The natural next stops on full EC2 are EC2 Fleet and Auto Scaling Groups.