From IT Help Desk to Cloud Security

The most-asked question I get, answered honestly. Help desk is a better starting line than almost anyone tells you - but the jump isn't a leap, it's a staircase. Here's the realistic timeline, the stepping-stone roles, and a month-by-month plan to walk it from exactly where you are now.

An IT support technician working across multiple monitors in an operations center
Photo by Pexels

· · Vendor-neutral · View source on GitHub

The honest version: Help desk is one of the best on-ramps to cloud security there is - better than a bootcamp alone, better than a degree alone - because you already do the two things the job is actually made of: structured troubleshooting under pressure and translating between humans and machines. What you don't have yet is cloud depth and a security mindset. Both are learnable on nights and weekends from exactly where you sit, often without changing employers first.

The honest part: this is a 12-36 month project, not a 12-week one, and almost nobody jumps straight from the help desk to a job titled "Cloud Security Engineer." You take one or two steps. This page is the staircase.

12-24 mo
Realistic with focused effort
1
Cloud, learned at depth (not three)
3
Portfolio projects that get interviews
$0
To start: free tier + free resources

On this page

  1. Why help desk is a better start than you think
  2. The honest timeline (and why there's no overnight jump)
  3. Pick the target role first
  4. The stepping-stone path
  5. The skills gap to close
  6. A 12-month study plan, month by month
  7. Certifications, in the right order
  8. The home lab and portfolio that get you hired
  9. Reposition the job you already have
  10. Translating help desk experience on your resume
  11. Internal transfer vs. external jump
  12. A week in the life, mid-transition
  13. Common mistakes
  14. How AI changes this path
  15. Studying while working full-time without burning out
  16. Resources
  17. Where next

Why help desk is a better start than you think

Most people leaving the help desk apologize for it. "I'm just in support." Stop doing that. The help desk is where you learned the unteachable parts of the job - the parts bootcamp graduates and fresh CS grads conspicuously lack. The cloud knowledge is the part you can study. The instincts are the part you already have.

Here's what you actually bring, framed the way a hiring manager hears it:

Structured troubleshooting

You isolate variables, reproduce problems, and work a fault tree under time pressure. That is incident response and detection triage, applied to a different layer of the stack.

Ticketing and documentation discipline

You already live in a queue, write reproducible notes, and close the loop. Security runs on exactly this: findings, owners, remediation, evidence.

Translating tech to humans

You explain hard things to frustrated non-experts every day. Most senior cloud security work is influence - convincing engineers to fix things. You've been practicing the core skill for years.

Real identity and access exposure

Password resets, MFA, group membership, joiner-mover-leaver, "why can't I access this share." That is the on-prem rehearsal for IAM - the single most important cloud security specialty.

Breadth of exposure

You've touched endpoints, networks, email, SaaS apps, VPNs, and a dozen vendor consoles. Breadth is the cloud security generalist's whole game. You've seen how things actually break.

Customer empathy and composure

You stay calm when someone is panicking. That temperament is gold in an incident bridge, a vendor escalation, or a security review where everyone's stressed.

None of this means you're ready today. It means you're starting from base camp, not from the parking lot. The work ahead is to bolt cloud depth and a security mindset onto instincts you already own.

The honest timeline (and why there's no overnight jump)

If a course or influencer promises you a six-figure cloud security job in 90 days from the help desk, close the tab. That's not how the hiring market works, and chasing it is how people waste a year and a few thousand dollars.

Here's the realistic shape, assuming roughly 6-10 focused hours a week of study plus deliberate repositioning at work:

The single biggest variable isn't intelligence or money. It's whether you can get your hands on real cloud in your current job, or have to manufacture that exposure through a lab and portfolio. People with supportive managers who let them touch the cloud or security team move fastest. Everyone else manufactures the evidence - which is entirely doable, just slower.

Reframe the timeline as a feature, not a bug. Two years sounds long until you remember you'll spend those two years getting paid the whole time, at a job that keeps getting more security-adjacent if you steer it. You're not quitting to study. You're compounding.

A person studying at a desk with a laptop and notes
Photo by Pexels

Pick the target role first

"Cloud security" isn't one job - it's at least seven, with very different day-to-day work and hiring bars. The most common mistake out of help desk is studying everything at once and aiming at a fuzzy "cloud security engineer" target. Pick a destination first; it tells you what to study and which stepping-stone to take.

Read the full role taxonomy on the careers page, but here's the quick map of which targets pair naturally with a help-desk background:

You don't have to marry the first target - you'll learn more about what you actually like once you're in a stepping-stone role. But aiming at one specific destination for the next 6-12 months beats spraying study time across all of them.

The stepping-stone path

The fastest route is almost never a straight line from help desk to a security title. It's one role-step from where you are now, then a pivot. Trying to leap the whole gap in a single hire is the most common reason capable people stall for years applying to roles they can't yet land.

Help desk to cloud security stepping-stone paths Help desk branches into four common intermediate roles that each lead into cloud security. One step out of help desk, then a pivot into security YOU ARE HERE IT Help Desk / Desktop Support Sysadmin / Jr Cloud Enginfra, IAM, ticket-to-build SOC Analyst (cloud)alerts, logs, triage CSPM / CNAPP Analystfindings, remediation DevOps / Cloud SupportIaC, CI/CD, automation TARGETCloud Securityengineer / analyst / specialist
The middle column is the move that matters. Each intermediate role is realistically reachable from help desk in 6-18 months and puts you one credible step from a titled cloud security job.

Which stepping-stone is fastest for you?

The skills gap to close

Between help desk and a cloud security role sits a specific, finite set of skills. It's finite - that's the encouraging part. You're not learning "everything"; you're closing a known list. Roughly in priority order:

1. One cloud, at depth

Pick AWS by default (biggest job market), Azure if your shop is Microsoft-heavy, GCP if you have a specific reason. Learn its core compute, storage, networking, and logging services well. Resist the urge to "learn all three" - "I know AWS well" beats "I know AWS, Azure, and GCP" most of the time.

2. Linux and the command line

Cloud security is API-first and terminal-first. You don't need to be a kernel hacker, but you need to be comfortable in a shell, in ssh, in reading logs from the command line, and in basic scripting. If the console is where you live, you'll struggle; the console is for screenshots, not work.

3. Networking fundamentals, cloud-flavored

You already know more networking than you think from help desk. Map it onto the cloud equivalents: VPCs and subnets, security groups vs. firewall rules, routing, DNS, load balancers, private vs. public endpoints. The mental model transfers; the names change.

4. Identity and access management - the big one

If you learn one thing deeply, make it IAM. Identity-based vs. resource-based policies, roles and trust policies, assume-role, least privilege, federation and SSO. In interviews, the ability to explain IAM precisely is the single fastest way to separate yourself from the pile. Your help-desk identity work (AD groups, MFA, access requests) is the perfect foundation - the careers page has a full IAM/identity track.

5. Infrastructure as code and a scripting language

Learn Terraform well enough to stand up and tear down real infrastructure, and pick up Python or PowerShell to the point where you can write a script that calls a cloud API. This is the difference between "studied cloud" and "works in cloud" on a resume.

6. The security mindset and cloud-native tooling

Last, layer on the security-specific knowledge: CSPM/CNAPP posture management, the cloud's native logging (CloudTrail, Activity Log, Audit Logs) and threat detection (GuardDuty, Defender, SCC), the SIEM, common misconfigurations, and the shared responsibility model. The learning path sequences all of this in detail.

A 12-month study plan, month by month

This is one concrete sequence, tuned for someone working full-time on a help desk with ~6-10 hours a week to spend. Treat it as a default to adapt, not a law. The through-line: learn a thing, then immediately build something small with it and write it down publicly. Consumption without production is the trap that keeps people studying for three years and landing nothing.

Months 1-3: Cloud literacy

Goal: speak the language. Core services + a fundamentals cert.

Months 4-6: Depth + IAM

Goal: think like an engineer. Associate cert track, IAM deep, first lab.

Months 7-9: Security + build

Goal: look hired already. Security tooling, IaC, first portfolio piece.

Months 10-12: Proof + apply

Goal: convert. Second project, network, start the stepping-stone search.

Months 1-3 - Cloud literacy

Months 4-6 - Depth and IAM

Months 7-9 - Security and your first build

Months 10-12 - Proof and the search

The 20-hour rule that actually matters: the single most predictive habit isn't total hours studied - it's whether you publish. People who ship three rough public write-ups in their first year get interviews; people who privately complete ten courses usually don't. Build in public, imperfectly, and link it everywhere.

Study materials and a laptop arranged for exam preparation
Photo by Pexels

Certifications, in the right order

Recruiters use certs to pass the resume screen; hiring managers use portfolios to decide. So certs are necessary but not sufficient - and the order matters more than any single one. A practical sequence out of help desk:

  1. Cloud fundamentals (month ~3): AWS Cloud Practitioner, AZ-900, or Cloud Digital Leader. Proves baseline literacy. Cheap, fast, a confidence win.
  2. Associate cloud (month ~9): AWS Solutions Architect Associate, Azure Administrator (AZ-104), or GCP Associate Cloud Engineer. Proves real depth in your chosen cloud. This is the one that actually moves your resume.
  3. Security-specific (month ~12+): CCSK (vendor-neutral cloud security, widely respected and a great signal of intent), AWS Security Specialty / AZ-500 (cloud-specific security depth), or CompTIA Security+ if your target leans SOC/defensive or you're eyeing roles that list it as a baseline.

Don't stack certs without a portfolio - three certs and zero public projects looks worse than one cert plus a CloudGoat repo. And don't chase the famous-but-advanced credentials (CISSP, CCSP) early; they're built for people with years of experience and won't help you out of help desk. The full breakdown by career stage lives on the certifications guide.

The home lab and portfolio that get you hired

This is the part that converts. A help-desk resume with one associate cert and three real, public projects beats a resume with five certs and nothing to show. Your portfolio is your interview - it's the hands-on evidence hiring managers say they want above everything else.

You don't need to spend money. A free-tier account, a GitHub, and somewhere to write (a free blog, dev.to, even well-organized GitHub READMEs) is the whole toolchain. Build the lab first - see the home lab guide for a safe, free setup with billing guardrails so you never get a surprise bill - then turn lab work into public artifacts.

Three projects, picked from the portfolio playbook, are plenty for a first move:

What not to build: a "cloud security dashboard" toy web app. Hiring managers see hundreds. Build operational artifacts that look like the actual job.

Reposition the job you already have

Here's the move most people miss: you don't have to wait for a new job to start doing cloud and security work. The help desk sits next to both, and a little initiative converts "support tech" into "the support tech who handles our cloud and security stuff" - which is the bridge.

The internal hop is underrated. The easiest cloud security job to get is frequently the one at the company that already trusts you. Hiring managers take a far bigger bet on an internal help-desk tech with demonstrated initiative than on an unknown external applicant with the same paper resume. Mine your own building first.

Translating help desk experience on your resume

The content of your help-desk job is more relevant than its title suggests - but only if you translate it into the language of the role you want. Lead with results and the security/cloud-adjacent slice of what you do, not a generic "provided technical support" line.

Translate, don't fabricate:

Then the universal rules: results over responsibilities (numbers force specificity), one page early-career, mirror the job description's language so the applicant-tracking system matches you, and make your LinkedIn and GitHub do the talking - link your write-ups everywhere. Recruiters source heavily from LinkedIn; a headline that says what you're becoming, plus pinned project links, punches above its weight. The careers page covers the full application game.

Internal transfer vs. external jump

You have two routes off the help desk, and most successful transitions use the first one at least once.

The internal transfer

Move to a cloud, DevOps, SOC, or security-adjacent team at your current employer. Advantages: they already know you're reliable, your tenure and relationships carry over, the hiring bar for a known quantity is lower, and you often get to learn on the job with a safety net. Disadvantages: the role may not exist yet (you might have to help create it), and internal pay bumps are sometimes smaller than an external jump. Still, as a first move, the internal hop is usually the fastest and lowest-risk.

The external jump

Apply out to a stepping-stone role at a new company. Advantages: a clean title change, often a bigger comp step, and access to roles your current employer doesn't have. Disadvantages: you're an unknown competing against other applicants, so you lean entirely on your portfolio and certs to clear the bar. The external jump tends to work better as a second move - once you have a cloud or security title from the internal hop, the external market opens up.

A common, effective pattern: internal hop to a cloud/SOC/DevOps role to get the title and the hands-on reps, then jump externally 12-18 months later into a clearly titled cloud security role at a meaningful comp step.

A home office desk setup with a laptop, monitor, and notebook
Photo by Pexels

A week in the life, mid-transition

The plan above is a schedule; here's the texture. This is a composite, illustrative week of someone nine months into the transition - still on the help desk full-time, study habit established, first project published. The specifics are fictionalized; the rhythm is drawn from how people who actually make this work spend their time.

Monday. Day job. But a ticket comes in about a contractor who still has access two weeks after their end date. Instead of just revoking it, you spend ten extra minutes documenting the gap in the offboarding process and send your manager a short note proposing a fix. That note is a resume bullet being born. Evening: 45 minutes on the Terraform module you're building for project two.

Tuesday. Day job. Slow afternoon, so you shadow the SOC for an hour - you asked last month and they said yes. You watch an analyst triage a GuardDuty finding and finally see how the log story comes together. Evening: off. Rest is part of the plan.

Wednesday. Day job. Evening: an hour in your lab. You deliberately misconfigure an S3 bucket, run Prowler, and watch it flag exactly what you broke. You screenshot it for the write-up. Small loop, real understanding.

Thursday. Day job. Lunch: 20 minutes reading the reading list on your phone. Evening: you draft the README for project two and push a rough version to GitHub. It's not polished. You publish it anyway.

Friday. Day job. Noon: you drop into the CSOH Friday Zoom for 30 minutes on your break and ask a real question about your IAM project. Someone who hires for these roles answers it. Evening: off.

Weekend. One focused 2-3 hour block - the associate-cert track and a few practice questions. The other day is yours. You went from base camp to clearly-moving in nine months not by heroics but by this: a steady weekly loop, building in public, and steering the day job toward the destination. That's the whole secret.

Common mistakes

How AI changes this path

AI cuts both ways for someone climbing out of the help desk, and it's worth being clear-eyed about both.

The tailwind: AI is the best study partner a career-changer has ever had. It explains an IAM policy line by line at exactly your level, generates practice scenarios, reviews your Terraform, drafts the first version of a project write-up, and answers the "dumb" questions you'd be embarrassed to ask a person - at 11pm, for free. Used well, it compresses the months-1-to-9 learning curve meaningfully. Lean into it as a tutor.

The headwind: the same AI is also raising the floor on what "entry-level" means and automating some of the rote first-tier support and triage work that historically gave help-desk techs their on-ramp reps. Tier-1 ticket deflection, password self-service, and AI-assisted triage are real. The bottom rung is getting thinner.

The synthesis: AI rewards the people who use it to climb faster and punishes the people who compete with it on rote tasks. So use it as a tutor to accelerate, but make sure the skills you're building are the ones AI doesn't replace - judgment, hands-on system work, the security mindset, and the human-translation skills you already have from the help desk. Demonstrate that you build with AI (it's a positive signal now, the way scripting was a decade ago) rather than that you can be replaced by it. The honest read for the next few years: this transition is still very much open, but the people who make it will be visibly AI-fluent.

Studying while working full-time without burning out

The plan only works if you can sustain it for a year-plus alongside a draining job. Most failed transitions don't fail on ability; they fail on burnout in month four. A few things that keep people in the game:

A mentor and a learner reviewing work together at a laptop
Photo by Pexels

Resources

Everything you need for this path already lives on this site, sequenced and vendor-neutral. The route through it:

Where next