Compare / Google Cloud Run vs AWS Lightsail

Google Cloud Run vs AWS Lightsail

Pre-calculated from hand-checked data — Google Cloud Run checked 2026-08-06, AWS Lightsail checked 2026-08-06.

The short version

Google Cloud Run wins more of our comparison points, but AWS Lightsail still fits if projects that want predictable AWS — a fixed-price server with a clear upgrade path into the wider AWS ecosystem describes you.

Price Tie

Google Cloud Run costs less while you're starting out, but AWS Lightsail works out cheaper once traffic grows.

Ease Google Cloud Run

Google Cloud Run is easier to get running: run `gcloud run deploy --source .` — buildpacks containerize the app, or push any Docker image; GitHub continuous deployment is built in.

Control AWS Lightsail

AWS Lightsail gives you more control over the stack — the flip side of the convenience trade.

Features Google Cloud Run

Google Cloud Run comes out ahead on 7 of the 15 features we track, versus 3.

What developers say about this matchup

We couldn't find a substantive first-person discussion comparing this exact pair. We leave the section empty instead of filling it with vendor marketing or generic SEO comparisons.

At a glance

Google Cloud Run AWS Lightsail
Best for Container apps with spiky or low traffic that want scale-to-zero economics and can manage billing discipline. Projects that want predictable AWS — a fixed-price server with a clear upgrade path into the wider AWS ecosystem.
How deploys work Run `gcloud run deploy --source .` — buildpacks containerize the app, or push any Docker image; GitHub continuous deployment is built in. Pick a blueprint (WordPress, LAMP, Node.js, plain Linux), get SSH in the browser or your terminal, and manage it like any VPS.
The tradeoff The best free tier and autoscaling here, attached to a billing system with no hard cap and real horror stories. Costs more per spec than the European VPS crowd, and stopped instances keep billing.
Free tier Always free: 2M requests, 180k vCPU-seconds, 360k GiB-seconds per month, plus a $300/90-day new-customer credit. 90-day free trial (750 hours/month) on the $5–$12 Linux bundles and the $15 database, plus $100–$200 in new-account AWS credits.

What you'd realistically pay

Free $5 $10 $12 $58 $39 Just starting Steady traffic Growing
Google Cloud Run AWS Lightsail
Estimated monthly cost at each project stage. Estimates use each provider's real plans; euro prices are compared at a rough exchange rate.
Project stage Google Cloud Run AWS Lightsail Cheaper
Just starting Free Free tier — A scale-to-zero service with hobby traffic typically rounds to $0 — the always-free tier absorbs it. ≈$5/mo Nano — 2 vCPU, 512 MB RAM, 20 GB SSD, 1 TB transfer. $3.50 as IPv6-only. Free for the first 90 days. Google Cloud Run
Steady traffic ≈$10/mo Pay-as-you-go + 1 warm instance — One min-instance (1 vCPU, 512 MiB at the idle rate) is ~$10/month; request costs on top are usually small. ≈$12/mo Small — 2 vCPU, 2 GB RAM, 60 GB SSD, 3 TB transfer. Google Cloud Run
Growing ≈$58/mo Always-on + Cloud SQL — ~$50/month for an always-on 1 vCPU / 1 GiB service (instance-based billing) plus ~$7.67 for a db-f1-micro Cloud SQL instance. ≈$39/mo Medium + managed database — $24 Medium (4 GB RAM, 4 TB transfer) plus the $15 managed MySQL/PostgreSQL bundle. AWS Lightsail

Google Cloud Run pricing notes

  • Egress: first 1 GiB/month free, then $0.12/GiB to NA/EU/Asia.
  • Tier 2 regions cost more; committed-use discounts take ~17% off.
  • The $300 new-customer credit runs 90 days and cannot produce a bill — the account closes instead of charging you.

AWS Lightsail pricing notes

  • Billed hourly up to the monthly cap — partial months cost less, but stopped instances still bill.
  • IPv6-only bundles are 20–30% cheaper; an unattached static IPv4 costs ~$3.60/month.
  • Bundles scale up to 64 vCPU / 256 GB RAM ($1,764/month), with compute- and memory-optimized variants.

Our ratings

Ease of use Google Cloud Run

Google Cloud Run 4/5
AWS Lightsail 3/5

Pricing clarity AWS Lightsail

Google Cloud Run 2/5
AWS Lightsail 4/5

Free tier Google Cloud Run

Google Cloud Run 5/5
AWS Lightsail 3/5

Scaling Google Cloud Run

Google Cloud Run 5/5
AWS Lightsail 3/5

Control AWS Lightsail

Google Cloud Run 2/5
AWS Lightsail 5/5

Feature by feature

Google Cloud Run wins 7, AWS Lightsail wins 3, with 5 even.

Deploy workflow

Google Cloud Run AWS Lightsail
Deploy from Git push Yes Built-in continuous deployment from GitHub, or deploy from source with gcloud. No No deploy pipeline — bring your own CI or scripts.
Preview deploys Partial Every deploy creates a tagged revision you can hit directly and split traffic to — but no automatic PR previews. No Nothing built in.
Official CLI Yes `gcloud run` covers deploys, revisions, and traffic splits. Yes The AWS CLI covers Lightsail end to end.
Instant rollbacks Yes Shift traffic back to any previous revision instantly. Partial Snapshots restore machines ($0.05/GB-month); no deploy-level rollback.

Platform

Google Cloud Run AWS Lightsail
Custom domains + HTTPS Partial Domain mappings exist but Google steers production setups toward a load balancer, which adds cost and setup. Yes Lightsail DNS zones are included; TLS is yours via certbot or a Lightsail distribution.
Built-in CDN / edge network Partial Cloud CDN is available but requires fronting Cloud Run with a load balancer. Yes Lightsail distributions add a CloudFront-backed CDN from $2.50/month (first year of 50 GB/month free).
Serverless functions Yes The whole platform is serverless; Cloud Run functions cover event-driven code. No Not in Lightsail — that is the wider AWS (Lambda), with the à la carte billing this product avoids.
Docker containers Yes Runs any container image — that is the product. Yes Install Docker on any instance, or use the Lightsail container service from $7/month.
SSH / shell access No No servers to reach. Yes Full root SSH, including a browser-based terminal.
EU hosting region Yes A dozen-plus EU regions, four of them at Tier 1 pricing. Yes Frankfurt, Ireland, London, Paris, Stockholm, and Spain.

Runtime & operations

Google Cloud Run AWS Lightsail
Automatic scaling Yes Scales per request from zero to your max-instances setting. No No autoscaling — resize by restoring a snapshot to a bigger bundle.
Scale to zero Yes Idle services cost nothing unless you set min-instances. No Stopped instances bill at full rate; only deletion stops charges.
Scheduled jobs Yes Cloud Scheduler triggers services; Cloud Run jobs handle batch work. Yes Classic cron on the box.
Managed database Yes Cloud SQL from ~$7.67/month (no SLA at that size); Firestore and AlloyDB nearby. Yes Managed MySQL/PostgreSQL bundles from $15/month.
Logs & metrics built in Yes Cloud Logging, Monitoring, and request traces are built in. Partial Instance metrics and alarms in the console; deeper monitoring means CloudWatch or your own stack.

Watch out for

Google Cloud Run

  • There is no hard spend cap anywhere in Google Cloud — budgets only send alerts. The community horror stories ($4.6k on an idle setup, $18k against a $7 budget) are real.
  • Min-instances are the classic trap: a warm instance bills around $10/month, and old revisions can silently keep their own min-instances.
  • Egress costs $0.12/GiB after the first free GiB — heavy traffic gets expensive fast.
  • Since March 2026 Google can automatically raise your spending-tier quotas, which amplifies leaked-API-key incidents.

AWS Lightsail

  • Stopped instances bill at the full rate — only deleting an instance (snapshot first, $0.05/GB-month) stops charges.
  • Transfer overage costs $0.09/GB in US/EU regions, and some regions (Mumbai, Sydney, São Paulo…) include only half the listed allowance.
  • The new-account AWS Free plan expires after 6 months or when credits run out, then the account auto-closes with a 90-day grace period.
  • Outgrowing Lightsail means migrating to EC2 — a real project, not a plan toggle.

Read the full reviews: Google Cloud Run and AWS Lightsail. Or answer four questions to see what fits your project.