Compare / AWS

The AWS alternative that skips ECS, IAM and the VPC
Running one container on AWS means ECS or EKS, a VPC, an Application Load Balancer, IAM roles, and ECR. Lizard is `lizard up`. The trade is real and worth naming: you give up the depth of AWS and get back the week it takes to wire it together.
Why developers look for a AWS alternative
The simple path just closed
AWS App Runner stopped accepting new customers on 30 April 2026. AWS now points leavers at Amazon ECS Express Mode, which hands back a load balancer, a VPC, and a task definition.
A cluster costs $73 before a pod runs
Amazon EKS charges $0.10 an hour for the control plane, and an Application Load Balancer adds roughly $16 a month on top.
Egress is the quiet line
AWS charges about $0.09 per GB to the internet. Lizard charges $0.05.
The bill is unreadable on purpose
Compute, transfer, requests, NAT gateway, load balancer, logs, and storage arrive as separate line items across separate services.
Lizard vs AWS
Every figure read off AWS’s published pricing and our own. Last verified: 27 August 2026.
| Compared by | Lizard | AWS |
|---|---|---|
| Deploying one container | lizard up | ECS or EKS, a VPC, an ALB, IAM, and ECR |
| Compute | $0.0278 per vCPU-hour, $0.0139 per GB-hour, on measured use | Fargate at $0.04048 per vCPU-hour and $0.004445 per GB-hour, on the reserved size |
| Control plane | None to pay for | EKS at $0.10 an hour — $73 a month per cluster |
| Load balancer | Included, with TLS on the first deploy | An ALB from about $16 a month, plus capacity units |
| Egress | 50 GB a month included on Hobby, 300 GB on Pro, then $0.05 per GB | About $0.09 per GB |
| Managed Postgres | lizard add postgres — same project, same bill | RDS, its own service, its own bill |
| Object storage | $0.015 per GB-month | S3, plus request charges and transfer |
| Isolation | A pod per service with a default-deny network policy; Firecracker micro-VMs for sandboxes | Firecracker under Fargate and Lambda; shared kernels under EKS pods |
When AWS is the better choice
Regulated workloads, deep VPC requirements, GPU fleets, petabyte storage, exotic managed services, committed-use discounts, or an existing enterprise agreement. AWS has more services than anyone, a bigger combined footprint of regions, zones, and edge locations than anyone, and compliance paperwork nobody else can match. If your requirement list has a service only AWS sells, that decides it.
Moving from AWS
No Dockerfile required — lizardpack detects the stack and writes one on the build node. If your repo already has a Dockerfile, it is used as it stands.
Frequently asked questions
For running containers without the surrounding infrastructure, Lizard, Railway, Render, or Fly.io. For raw servers at low prices, Hetzner. For serverless HTTP, Google Cloud Run. AWS remains the right answer when you need its breadth, its regions, or its compliance coverage.
AWS moved App Runner to maintenance and stopped accepting new customers on 30 April 2026, keeping existing services running with no new features. The recommended path is Amazon ECS Express Mode, which creates the ECS service, the load balancer, and the networking from one command.
On the lines most apps actually use, yes: $0.0278 per vCPU-hour on measured use against Fargate’s $0.04048 on the reserved size, $0.05 per GB of egress against about $0.09, no control-plane fee against EKS’s $73 a month, and no load balancer line. AWS wins on committed-use discounts and at very large scale.
Yes, and your Dockerfile comes with you — Lizard rebuilds from source on its own build nodes rather than pulling your ECR image. Point lizard up at the repo; a Dockerfile with a real build step is used as it stands, and dockerfilePath forces it. Then recreate the environment variables with lizard secrets set and attach the domain with lizard domain app.example.com, followed by lizard domain verify app.example.com. There is no task definition, VPC, or target group to rebuild.
Build with AI. Ship with Lizard.
You don't need a platform team to go live. Your whole cloud, one CLI command away.
No credit card required