From QA engineer to DevOps in 12 months.
QA to DevOps is the cleanest pivot in the test-engineering pool. You already write code, debug flaky systems, own a CI pipeline, and care about release gates — four of the five things DevOps interviews actually grade on. The 12-month plan: clear AWS SAA-C03 first to lock down the cloud vocabulary, then Terraform Associate plus one production-grade module, then 4–5 months on the CKA plus a real GitHub Actions or GitLab CI artifact. Salary delta is +$30–55k base, sustained.
The two failure modes are (1) treating DevOps as "QA + YAML" and skipping infrastructure-as-code depth, and (2) collecting certs without ever shipping a public pipeline that builds, tests, scans, and deploys something real. The plan below is built to avoid both.
Why this pivot works in 2026
DevOps hiring in 2026 has bifurcated. The "DevOps generalist" listings have flattened, but the seats next to CI/CD, release engineering, and developer experience are still net-hiring. QA engineers — particularly SDETs and test-automation leads — sit on exactly that border. The U.S. Bureau of Labor Statistics tracks software developers, QA analysts, and testers as one occupation with a 2024 median wage of $133,080 and 17% projected growth through 2033, but the spread inside that bucket is huge: pure manual QA roles sit at the low end, DevOps and SRE titles at the top. The pivot is the spread.
What makes QA a strong feeder pool: you already think in environments (dev / staging / prod), gates (lint, unit, integration, smoke), and failure modes (flaky tests, race conditions, environment drift). A junior backend dev hired into DevOps has to learn those concepts from scratch. You do not.
The 12-month sequence
Three phases of four months. Each phase has one cert plus a tangible code artifact. Skip either side and the phase doesn’t count.
Months 1–4 — Cloud fluency (AWS SAA-C03)
- Cert: AWS Certified Solutions Architect – Associate (SAA-C03), $150 with the 50% off voucher new accounts get, ~120 study hours, ~55% first-attempt pass rate. The single highest-leverage credential on the path because every Terraform module and every Kubernetes manifest assumes you already speak IAM, VPC, and managed-service vocabulary.
- Artifact: rewrite your team’s existing test-runner CI as a GitHub Actions workflow that provisions ephemeral AWS environments (one CloudFormation or CDK stack per PR, torn down after merge). Even a stripped-down clone in a personal GitHub repo counts — the point is the PR comment that shows "Environment ready: pr-42.example.com".
- Coding: 3 hours/week on Python or Go beyond test code. Pick one and stay there. By month 4 you should be writing a small CLI tool that calls the AWS SDK without copy-pasting.
Months 5–8 — Infrastructure as code (Terraform Associate 003)
- Cert: HashiCorp Terraform Associate 003, $70.50, ~50 study hours, ~75% first-attempt pass. Cheapest credential on the path and the one that proves you can think in declarative state rather than imperative scripts.
- Artifact: a public Terraform module that provisions a non-trivial stack (VPC + ALB + ECS Fargate service or EKS node pool) with variables, outputs, a remote state backend, and a working CI job. Bonus: a
terratestsuite — you already know how to write tests, lean into it. This single repo closes more DevOps interview loops than any cert on its own. - The burnout month is month 6. Most candidates hit the wall on state management (workspaces vs. directories vs. backends, drift, locking). Plan a one-week pause, then come back to it. Skip this and you fail the Terraform Associate domain-3 questions.
Months 9–12 — Kubernetes + observability (CKA)
- Cert: Certified Kubernetes Administrator (CKA), $445, ~120–180 study hours, ~60% first-attempt pass. Fully practical, weighted toward troubleshooting — exactly what DevOps day-one work looks like. Optional if your target shops do not run Kubernetes (rare in 2026 above $130k).
- Artifact: a Helm chart for one application you maintain, deployed via Argo CD or Flux to a kind / k3d cluster, with a Prometheus exporter shipping real metrics and a Grafana dashboard. Document an SLO. This proves you understand DevOps’s actual job (error budgets, not heroics).
- Apply month 10 onward. 5–8 applications per week, targeting product companies (Stripe-tier fintech, Datadog-tier observability, mid-market SaaS) and large-enterprise platform teams. Postings that demand 5+ years are mis-leveled; apply anyway if interested. DevOps I postings in 2026 want cloud associate + Terraform + one CI/CD artifact more than they want years.
- Salary anchor: $115–140k in mid-cost metros, $145–185k coastal/FAANG-adjacent (Levels.fyi DevOps Engineer data, May 2026). Below $105k means the role is "QA with a pipeline" and the on-call rotation will own your weekends; negotiate or walk.
The investment math
Cash outlay: SAA-C03 ~$150 (after AWS’s 50%-off first-attempt voucher) + Terraform Associate $70.50 + CKA $445 (one retake bundled in 2026) = ~$665, plus $20–40/month for a KodeKloud or Tutorial Dojo subscription (~$360 over 12 months). Round to $1,025 hard cash. Time investment is ~500 focused hours. At a $30/hour QA opportunity cost, total investment lands near $16,025.
Expected return: a $30–55k base salary increase (call it $40k median), sustained, with 10–20% bonus and equity at venture-backed shops typically adding another $10–30k/year. Payback is roughly 5–6 months after starting the new role. Five-year cumulative delta usually clears $230,000 before counting the typical DevOps-to-Senior-DevOps promotion at year 2–3.
When to deviate from the plan
- You already write Playwright + Python or pytest at scale. Compress phase 1 to 8 weeks; spend the saved time on Go fundamentals so phase 3 lands cleaner.
- Your team is Azure or GCP first. Replace SAA-C03 with AZ-104 or GCP Associate Cloud Engineer. The vocabulary transfers cleanly. Resume keywords matter more than which hyperscaler you certify on.
- You want Platform Engineering instead of generalist DevOps. Keep the same three certs but replace the phase-3 Helm artifact with a tiny internal-developer-platform demo (Backstage shell, golden-path template, Argo CD wiring). Same timeline. Platform Engineer profile →
Bottom line
QA to DevOps in 12 months is achievable specifically because the QA seat already trains you on the things DevOps interviews grill on: pipelines, gates, flaky systems, environments. The pivot is mostly about (a) widening your code surface beyond test-runner glue and (b) producing public evidence — a Terraform module, a CI/CD repo, a Helm chart with metrics. Three certs (one optional in some metros), three artifacts on GitHub, three phases. The candidates who finish are the ones who treat the GitHub portfolio as non-negotiable. The ones who don’t finish almost always trip on month 6 (Terraform state) or never push code beyond test suites.
Start phase 1 right now — no signup
CertQuests has engineer-written practice questions for the SAA-C03, Terraform Associate, and CKA with full explanations on every answer. Free, no account required.
Frequently asked questions
Can a QA engineer really pivot to DevOps in 12 months?
Yes, if you already author test code (Playwright, Cypress, pytest, JUnit) and own at least one CI pipeline. The plan assumes 10–12 focused study hours per week, a public GitHub repo with a Terraform module and a working GitHub Actions or GitLab CI workflow, and one cloud associate cert. QA seats that are 100% manual click-testing stretch the realistic timeline to 18–24 months because the coding floor has to be built first.
Which cert should I take first as a QA pivoting to DevOps?
AWS SAA-C03 first, even though Terraform Associate is cheaper. The cloud associate is the single most common DevOps resume filter in 2026 — LinkedIn job-post analysis shows ~70% of DevOps postings naming AWS, Azure, or GCP by name, against ~45% naming Terraform. SAA-C03 also forces you to learn the IAM, VPC, and managed-service vocabulary that every Terraform module assumes you already speak. Then Terraform, then CKA.
Do I need to drop my QA job and study full-time?
No. Stay employed through month 11. Your QA seat is the cheapest CI/CD lab you will ever own: pipelines, flakiness, test infrastructure, and release gates are exactly the things DevOps interviews dig into. Candidates who quit early to grind certs full-time consistently take longer to land an offer, not shorter — they lose the production context that makes their portfolio sound real in interviews.
What salary should I expect after the pivot?
DevOps Engineer I/II salaries in 2026 cluster at $115,000–$150,000 base in mid-cost US metros and $145,000–$185,000 in coastal tech hubs (Levels.fyi DevOps data, May 2026). SDET / senior QA medians sit around $85,000–$105,000 base, so the realistic delta is +$30,000 to +$55,000 base plus 10–20% bonus and stock at venture-backed shops. Below $105k for a first DevOps title in 2026 means the role is QA-with-a-pipeline; negotiate or keep looking.
Will Playwright / Selenium / pytest experience count for anything?
Yes — more than QAs expect. Hiring managers value test-automation code because it proves three DevOps-adjacent skills: you write code, you debug flaky systems, and you have opinions about CI. Frame it that way on your resume: "Authored 800-test Playwright suite running on every PR via GitHub Actions; cut mean PR-to-merge time from 38 minutes to 11 by parallelising shards." That single bullet outperforms three lines of cert names.
Is CKA really needed for a first DevOps role?
Not for entry-level DevOps, but the postings paying $130k+ list it 55–65% of the time. The realistic answer in 2026 is: SAA-C03 + Terraform Associate gets you into the resume screen; CKA gets you into the $130–150k band instead of the $110–130k band. If your target is venture-backed product companies that actually run Kubernetes (which is most of them now), keep CKA in phase 3. If you target traditional enterprise shops, you can defer it 6–12 months without losing offers.
How we wrote this
No bootcamp or training-vendor revenue. Salary anchors come from Levels.fyi DevOps Engineer data (May 2026), cross-referenced against the BLS Occupational Outlook Handbook (2024 median $133,080 for the broader software-developer / QA-analyst bucket) and ~150 US DevOps postings on LinkedIn the same week. Cert prices reflect the AWS, HashiCorp, and Linux Foundation store list prices in May 2026 (SAA-C03 voucher math assumes the AWS Skill Builder 50%-off first-attempt offer that has been continuously available since 2023). Investment math uses a $30/hour QA opportunity cost. The 12-month timeline reflects observed pivots in the CertQuests community over 2024–2026; faster timelines exist but are not the median. Tell us what you’d update.
Last reviewed: May 19, 2026.