AWS appears in 11,409 startup job descriptions out of 109,875 total — 10.4% of every open role. That's more than React (5,595), more than Python as a standalone requirement (though Python leads overall at 19,395 when you include data and ML roles), and more than Kubernetes (5,905), Docker (3,826), and Terraform (3,565) combined.

But "mentions AWS" and "is an AWS job" are very different things. Most of those 11,409 listings aren't looking for cloud specialists. They're looking for engineers who happen to need AWS fluency — the way a chef needs to know how to use an oven without being an oven specialist.

The Three Tiers of AWS Jobs

Tier 1: AWS Is the Job — These are the cloud engineers, DevOps engineers, and platform engineers whose primary responsibility is building and maintaining AWS infrastructure. They architect VPCs, manage IAM policies, optimize costs, and ensure everything stays up. There are roughly 2,000-3,000 of these roles in our dataset. Median salary: $210K-230K.

Tier 2: AWS Is a Core Requirement — Backend engineers, data engineers, and SREs who spend 30-50% of their time interacting with AWS services. They need to know how to deploy to ECS, query from RDS, configure S3 buckets, and debug Lambda functions. But they're primarily building application logic, not infrastructure. Roughly 4,000-5,000 roles. Median salary: $200K-220K.

Tier 3: AWS Is a Bullet Point — Software engineers, data scientists, and even product managers whose job descriptions mention AWS because the company runs on it. They need basic familiarity — maybe they deploy through a CI/CD pipeline that targets AWS, or they query data from Redshift. But AWS expertise isn't what gets them hired. Roughly 4,000-5,000 roles. Median salary varies by primary role.

The AWS Services That Actually Matter

Not all AWS services are created equal in the job market. Here's what startups actually use, based on JD analysis:

S3 is everywhere. Object storage is the most fundamental AWS service, and virtually every startup uses it. But nobody lists "S3 experience" as a requirement because it's too basic. It's like listing "can use a web browser."

EC2/ECS/EKS — Compute is where the real differentiation starts. ECS (Elastic Container Service) and EKS (Elastic Kubernetes Service) appear in the most infrastructure-focused JDs. If you know one, learn the other. Most startups are migrating from EC2 to containers.

Lambda — Serverless is growing fast at startups. It appears in roughly 1,200 JDs, and the trend is accelerating. Startups love Lambda because it scales to zero — you don't pay when nobody's using your product at 3am.

RDS/Aurora — Managed databases are table stakes. PostgreSQL on RDS or Aurora is the default startup database stack. If you know PostgreSQL (3,554 JD mentions), you implicitly know the most important RDS skill.

SQS/SNS/EventBridge — Event-driven architecture is the pattern that separates junior from senior cloud engineers. Understanding message queues and event buses is increasingly non-negotiable for backend roles.

Bedrock/SageMaker — The AI infrastructure layer is the fastest-growing AWS skill. With 4,647 LLM-related jobs in our dataset, the intersection of AWS and AI is where the highest-paying roles live.

AWS vs. GCP vs. Azure: The Startup Perspective

The cloud market share numbers you see in analyst reports don't reflect the startup world. Here's the reality:

AWS: 11,409 mentions (dominant). GCP: 4,816 mentions (strong second). Azure: 5,363 mentions (surprisingly high, but concentrated in enterprise-facing startups).

The interesting pattern: startups that mention GCP tend to be more engineering-culture companies — developer tools, AI/ML, and infrastructure startups. Companies that mention Azure tend to be selling to enterprises — healthcare, fintech, and government-adjacent startups.

For career planning, this means: AWS is the safe bet. GCP is the bet on engineering-forward companies. Azure is the bet on enterprise sales. All three pay well, but the cultures they correlate with are meaningfully different.

The Certification Question

Every cloud engineer asks: is the AWS Solutions Architect certification worth it?

The honest answer: it depends on where you are in your career.

If you're breaking in (0-2 years experience): Yes. The certification signals baseline competence and gives you vocabulary for interviews. It won't get you hired alone, but it removes a reason to reject you.

If you're mid-career (3-5 years): Probably not. At this level, hiring managers care about what you've built, not what you've memorized. A GitHub repo with a well-architected Terraform module is worth more than a cert.

If you're senior (5+ years): Definitely not, unless your company is paying for it or you need it for a specific client engagement. Your experience speaks for itself.

The one exception: the AWS Security Specialty certification. Security is the one area where formal credentials still carry weight at all levels, because the consequences of getting it wrong are catastrophic.

What's Changing in 2026

Three trends are reshaping AWS jobs at startups:

AI infrastructure is the new growth area. The intersection of AWS (Bedrock, SageMaker, custom GPU instances) and AI/ML is creating a new category of "AI infrastructure engineer" that didn't exist two years ago. These roles pay $250K+ and are almost impossible to fill.

FinOps is becoming a real discipline. As startups mature and investors demand profitability, cloud cost optimization has gone from "nice to have" to "board-level priority." Engineers who can reduce AWS spend by 30-40% are worth their weight in gold.

Platform engineering is eating DevOps. The title "DevOps Engineer" is slowly being replaced by "Platform Engineer" at forward-thinking startups. The distinction matters: DevOps implies maintaining infrastructure. Platform engineering implies building internal products that make other engineers more productive. The pay is similar, but the career trajectory is different.

How to Stand Out

If you're applying for AWS-heavy roles at startups, three things separate you from the pack:

Show your architecture decisions, not just your implementations. Anyone can follow a tutorial to set up an ECS cluster. Explain why you chose ECS over EKS, or Lambda over containers. Startups hire for judgment, not just execution.

Know the bill. Pull up the AWS pricing calculator in your interview and estimate the monthly cost of the architecture you just proposed. Most candidates can't do this. It immediately signals that you think like a startup operator, not just a technician.

Have an opinion about managed vs. self-hosted. Startups constantly debate whether to use managed services (higher cost, lower maintenance) or self-host (lower cost, higher complexity). Having a framework for this decision — and being able to articulate it — shows the kind of strategic thinking that gets you to senior roles fast.