Tech CertificationsUpdated 2026-09-178 min read

Your First AWS Certification When You Can't Code Yet

Arjun Patel
Arjun Patel writes about tech certification prep methods from a self-study perspective. Bangalore-based · cert…
Visual representation of the voice · not a photographic portrait
Share𝕏f
Cloud Practitioner is the right first exam, not Solutions Architect. Here is the six-week plan, four hands-on projects…
Quick answer: Start with AWS Certified Cloud Practitioner. It is the foundational level exam, it assumes no programming background, and it teaches the vocabulary every other AWS exam takes for granted. Move to an associate exam like Solutions Architect only after you have used the console yourself.↗ Share on X

Start with AWS Certified Cloud Practitioner. It is the foundational exam, it assumes no programming background, and it is the only AWS certification designed for people who need to understand the cloud without building on it yet. Everything else — Solutions Architect, Developer, SysOps — sits a level above and expects you to already know what a VPC, an S3 bucket, and an IAM role are.

The common mistake is skipping straight to Solutions Architect Associate because someone on a forum said it "looks better on a résumé." It does, and it also fails a lot of first-timers who have never opened the AWS console.

What are the four AWS certification levels?

READ ALSOPick the Right English Tense for Daily Life Easily →AWS Solutions Architect vs DevOps Engineer: Which Path Fits You? →What Is the Ideal Daily Study Routine for PMP Exam Success? →

AWS groups its exams into levels. Knowing where each one sits saves you from picking the wrong first step.

LevelExamplesWho it is for
FoundationalCloud Practitioner, AI PractitionerNo hands-on experience required
AssociateSolutions Architect, Developer, SysOpsAbout a year of hands-on work
ProfessionalSolutions Architect Pro, DevOps Engineer ProSeveral years of real design work
SpecialtySecurity, Networking, Machine LearningDeep focus in one narrow area

If you have never used AWS, your ladder is: foundational first, then one associate exam that matches the job you want. Skipping the first rung is possible, but you end up learning the same vocabulary anyway — just under exam pressure instead of calmly.

Level up — free guides in your inbox

Do you actually need to write code?

For Cloud Practitioner, no. The exam is about what the services do, when you would use them, how AWS charges for them, and who is responsible for what when something breaks. There is no question that asks you to write a function.

What you do need is comfort with a few habits that feel like coding but are not:

Later, if you go toward the Developer associate exam, coding matters a lot. If you go toward SysOps, scripting helps. If you go toward the business or project side, you may never need either.

What does a study plan look like around a full-time job?

READ ALSOTrack Progress Across Multiple Cloud Certs Easily →Cheap but powerful AWS certification study tools for working people →Master AWS Solutions Architect with Free Hands-On Labs →

Six weeks at about five hours a week is a realistic shape for someone starting from zero. Adjust it to your life; the order matters more than the calendar.

WeekFocusHands-on task
1Cloud basics, regions, availability zonesCreate a free tier account, set a billing alert
2Compute and storage: EC2, S3Launch one small instance, then delete it
3Networking and identity: VPC, IAMCreate a user with limited permissions
4Databases and serverless: RDS, LambdaHost a static file publicly from S3
5Pricing, support plans, billing toolsRead your own bill line by line
6Practice exams and weak spots onlyTwo full timed practice runs

The single most valuable habit in that table is week 1's billing alert. Set it before you touch anything else, so a forgotten instance never turns into a surprise charge.

What should you build with your hands?

Reading about the cloud does not stick. Doing small things does. Four tiny projects, each under an hour, cover most of what the exam tests:

1. Put a file on the internet. Upload an image to an S3 bucket and make it publicly readable. Then make it private again and watch the link break. That one exercise teaches you more about permissions than an hour of video.

2. Turn a server on and off. Launch the smallest EC2 instance available in the free tier, connect to it, then terminate it. Check the bill the next day.

3. Lock yourself out on purpose. Create an IAM user with read-only access, log in as that user, and try to delete something. Seeing the "access denied" message makes IAM click.

4. Watch the meter run. Open the billing dashboard and find out which service is costing you the most, even if it is pennies.

Keep a plain text file with what you did and what surprised you. That file becomes your revision notes and it is worth more than any summary you download.

What does the exam itself look like?

Cloud Practitioner is multiple choice and multiple response, taken either at a test center or online with a proctor watching through your webcam. AWS publishes the current number of questions, the time limit, the price, and the exam guide on the official exam page. Check there before you book, because AWS updates exam versions and pricing periodically, and outdated numbers float around on blogs for years.

Two things about the questions themselves:

Read the last line of the question first. It tells you whether they want the cheapest option, the most available option, or the most secure one. Three answers may be technically possible; only one matches what they asked for.

How do you spend less on this?

Which certification comes after the first one?

Pick by the job you actually want, not by which one sounds hardest.

Also worth knowing: AWS certifications expire after a set period, and you either retake or move up to keep them current. Check the recertification terms on the AWS site so the expiry does not catch you by surprise.

What trips up first-timers?

Your next step today

Three things, in this order, and none of them cost money:

1. Create an AWS free tier account and immediately set a billing alert at a low amount you would notice, like five dollars.

2. Open the official Cloud Practitioner exam guide on the AWS site and read the list of topic domains — that list is your syllabus.

3. Do project number one above: upload a file to S3 and make it public, then private.

When those three are done, put an exam date on the calendar six weeks out and work backwards using the weekly table. The date is what turns the plan into studying.

FAQ

Can I skip Cloud Practitioner and go straight to Solutions Architect Associate?

AWS does not require the foundational exam first, so technically yes. In practice, people with no hands-on experience struggle, because the associate exam assumes you already know what a VPC, an IAM role, and an S3 storage class are. If you have never opened the console, the foundational exam is the cheaper way to learn that vocabulary.

How much hands-on time do I need before booking the exam?

There is no official requirement for the foundational level, but a few hours in the console beats dozens of hours of video. Aim to have launched and terminated an instance, created and locked down a storage bucket, made a limited-permission user, and read one real bill before you sit the exam.

Does an AWS certification expire?

Yes. AWS certifications are valid for a set period and then need to be renewed, either by retaking the exam or by passing a higher-level one. Check the current recertification rules on the AWS certification site, since the terms have changed over the years.

Level up — free guides in your inbox

Share𝕏f

Level up — free guides in your inbox