Learn AWS for Free: The Plain-English Series (2026 Hub)
In April 2022, this page asked a question: shall we start AWS tutorials on this blog, free as always? ๐ค Consider this the answer, four years and a whole library later: yes — and here is every post, in the order to read them. ๐
This is the hub for our free, plain-English AWS series: from S3 and EC2 through Lambda, VPC, and Bedrock to CloudWatch, CloudTrail, GuardDuty, Inspector, Security Hub, Config, and Macie — a first real project with its own domain, a full library of cost deep-dives and error fixes, plus the machine-learning certification track for the AWS AI Practitioner and ML Engineer exams. No paywall ๐ , no signup ๐ , no "full course in my bio" ๐ .
And one fact up front that removes the fear most beginners carry in: on a new AWS account's free plan, you can no longer accidentally run up a bill ๐ธ๐ซ — since mid-2025, free-plan accounts come with credits, and when they run out AWS simply stops the account rather than charging you. The scariest thing about learning the cloud was retired while nobody was looking. ✨
⚡ Quick Answer
- ๐ฑ New to AWS? Start with ๐ What Is Amazon S3? and follow the reading order below.
- ๐ Here for a certification? Jump to the AI/ML certification track.
- ๐ฐ Cost of all of it → $0. The posts are free, and AWS's free plan can't bill you anymore.
๐ Bookmark this page — every new series post gets added here.
๐ฆ Meet Jake — the reason this series reads the way it does
When Jake first asked how the cloud worked — wanting off-site backups for the repair shop's customer data — he did what everyone does: searched "AWS tutorial," landed in an alphabet soup of two hundred services, started with the trendiest one, and gave up twice. ๐ฉ The information was all out there. The order was missing: nothing told him that storage makes sense before compute, that permissions only click after you have something to protect, or that the billing page is scarier in your imagination than in your account.
๐ฌ Ethan: "Learning AWS from the service list is learning English by reading the dictionary — every word is in there, alphabetically, uselessly. What you want is a phrasebook: the sentences you actually need, in the order you'll actually need them. This series is the phrasebook." ๐
๐ฑ From a 2022 question to a library
The original version of this page was a genuine question to readers — and enough of you said yes ✅ that it became a promise. The promise grew into two tracks:
- ๐ The plain-English track explains one AWS service per post, for people who have never touched a cloud console: real analogies, real prices, and every post carries its own surprise ๐ — a true, counterintuitive fact most tutorials never mention.
- ๐ The certification track goes deeper, following the syllabus territory of the AWS AI Practitioner and Machine Learning Engineer exams.
Both are and will remain free. ๐ Each post also keeps a promise at the end: it names the next stop, so the series reads like chapters instead of scattered articles — and I hope that helps! You can skip the foundations reading below if you already know the basics, and jump straight to S3. ๐
๐ก Recommended AWS Foundations Reading (Optional)
Master the core building blocks of AWS infrastructure, networking, and security:
- ๐บ️ Regions vs. Availability Zones — The physical map that fixes half of your latency and redundancy bugs.
- ๐ Decoding AWS ARNs — How to read the exact address syntax for any resource across accounts and regions.
- ๐ก️ Shared Responsibility Model — Who fixes what when an AWS service fails or leaks.
- ๐ Public vs. Private Subnets — Visualizing traffic flow and network isolation in a VPC.
- ๐ช Internet Gateway vs. NAT Gateway — Outbound internet routing without hidden cost surprises.
- ๐งฑ AWS Security Groups — Stateful firewall rules explained in plain English.
- ๐ Service-Linked Roles — The permissions AWS automatically creates and manages for you.
- ๐ฅ️ EC2 Instance Profiles — How EC2 instances access services without hardcoded access keys.
- ๐จ Root User vs. IAM User — Why you should lock away root credentials immediately.
- ๐ AWS MFA Setup Guide — Clear the console nagging banner and secure your account in 3 minutes.
๐ The plain-English track: read in this order
๐ Tap any title to jump straight in.
- ๐ชฃ What Is Amazon S3? — cloud storage, the service everything else leans on.
- ๐ป What Is Amazon EC2? — renting computers by the hour: the heart of the cloud.
- ๐ฝ What Is Amazon EBS? — the "hard drive" your cloud computer uses, and why it is not inside it.
- ๐ What Is AWS IAM? — who may touch what: the permissions layer that keeps you safe.
- ๐ฐ AWS Billing in Plain English — the money post: free plan, budgets, and the traps.
- ⚡ What Is AWS Lambda? — serverless: code that runs without any computer to manage.
- ๐️ What Is Amazon DynamoDB? — the serverless database: instant answers at any size, pennies a month.
- ๐ช What Is Amazon API Gateway? — the front door: routes, sign-in checks, the 29-second rule, and the 3.5× pricing trap.
- ๐ฌ What Is Amazon SQS? — the waiting line: receive-process-delete, the visibility timeout, and why duplicate delivery is a feature your code must survive.
- ๐ข What Is Amazon SNS? — the broadcaster: one event, many listeners, and why a delivery to nobody still counts as success.
- ๐️ What Is Amazon RDS? — the managed database: an address instead of a server, and why you can never SSH in — on purpose.
- ๐ What Is Amazon VPC? — the network post: the free VPC you already own, and the $32-a-month courier hiding in "proper" tutorials.
- ๐ค What Is Amazon SageMaker? — where AWS and machine learning meet; the bridge to the cert track.
- ๐ง What Is Amazon Bedrock? — renting ready-made AI by the sentence: the food court to SageMaker's kitchen.
- ๐ Your First Real AWS Project, End to End — the graduation exercise, delivered: S3 + Lambda + API Gateway + DynamoDB wired into a working link shortener, bill included ($0.00).
- ๐ Your Own Domain + HTTPS: CloudFront & Route 53 — the project's ugly execute-api address replaced with a name you own: the free certificate, the alias record, and the $0 Free plan that now covers DNS too.
- ๐️ Amazon CloudWatch: Metrics, Logs & the $0 Alarm — find the logs your Lambda was writing all along, set the free 2 a.m. billing alarm in seven steps, and learn why the watcher must never cost more than the watched.
- ๐ต️ AWS CloudTrail: Who Did What in Your AWS Account — the audit log every account already has, the search that names who deleted the server, and the $0 root sign-in alarm — plus the blind spot: the log skips the reads you would most want audited.
- ๐ก️ Amazon GuardDuty: The Guard Who Reads Your Logs — the threat detector that reads CloudTrail, flow logs, and DNS for you, what its findings mean, the honest bill after the 30-day trial, and the $0 "email me when it's serious" alarm — plus the twist: it watches the S3 reads CloudTrail skips, without you turning them on, for less.
- ๐ Amazon Inspector: The Inspector Who Checks the Locks — the vulnerability scanner for EC2, containers, and Lambda: three finding types in plain English, why its score can be lower than the CVE's, the honest per-resource bill after the 15-day trial, and the $0 "email me when it's Critical" alarm — plus the surprise that Amazon Linux 2 is now itself a Critical finding.
- ๐ฏ AWS Security Hub: The Front Desk Where It All Lands — the collection point: configuration checks scored against AWS's own checklist, every GuardDuty and Inspector finding in one ranked list, the honest bill for both products, and the $0 one-rule-covers-every-service Critical alarm — plus the rename: what every older tutorial calls Security Hub is now Security Hub CSPM, and the new product wearing the name costs ten times as much.
- ๐ AWS Config: The Clerk Who Writes Everything Down — the recorder under it all: every change in your account kept as a replayable timeline, the one security service with no free tier (it bills through everyone else's trial), the four-changes-a-day recording rule that makes "cheaper" daily mode a 4x increase for most accounts, and the $0 NON_COMPLIANT email alarm.
- ๐ Amazon Macie: The Librarian Who Reads Your Buckets — the only service that reads what is inside the files: which S3 buckets actually hold sensitive data (phone numbers, cards, credentials), the $1-per-GB number up front, the trial that never covers targeted jobs, and the sample-the-shelves strategy that keeps a small account at a couple of dollars.
๐งญ The order is deliberate: store things → compute on them → give the computer a disk → lock the doors → understand the bill → then get clever with serverless and machine learning — and once you have built something real and given it a name, watch it (CloudWatch), know who touched it (CloudTrail), and have someone read that log for you (GuardDuty). Files before servers, locks after belongings, money before magic, alarms after shipping, a guard after the alarms. Skip around if a title calls to you — every post stands alone — but read in order and each one hands the next its vocabulary. ➡️
๐งฐ More Core AWS Services (Extended Library)
The original 23-post track covers the services a first project needs. These fill in the services that come up right after — DNS, CDN, secrets, containers, and infrastructure-as-code. Newly added to this hub: ๐
๐ Networking & DNS
- ๐ What Is Amazon Route 53? — DNS explained without the networking-textbook jargon.
- ๐งญ Route 53 vs. Route 53 Resolver — two similarly-named services, two very different jobs.
- ๐️ What Is a Route 53 Hosted Zone? — the container that holds your domain's DNS records.
- ⏱️ What Is DNS TTL & Route 53 Propagation? — why a DNS change doesn't show up everywhere instantly.
๐ Content Delivery & Perimeter Security
- ๐ What Is AWS CloudFront? — the CDN that puts your content close to visitors: edge locations and caching.
- ๐ต️ Is CloudFront.net Safe, or a Virus? — the FAQ every worried site owner searches after spotting that domain in their logs.
- ๐งฑ What Is AWS WAF? — the web application firewall in front of your app: rules, setup, and the honest bill.
๐ Secrets, Identity & Access
- ๐ What Is AWS Secrets Manager? — getting passwords and API keys out of your source code.
- ๐️ What Is AWS KMS? — who actually holds the keys to your encrypted data.
- ๐ Reading an IAM Policy JSON — decoding the Effect/Action/Resource blocks.
๐️ Infrastructure as Code & Managed Services
- ๐️ What Is AWS CloudFormation? — defining infrastructure as a template instead of clicking through the console.
- ๐งพ What Is Infrastructure as Code (IaC)? — why "click-ops" doesn't scale.
- ๐งฉ What Is a "Managed Service"? — the line between what AWS patches for you and what's still your job.
- ☁️ Is "Serverless" Really Serverless? — an honest look at what you gain, and give up.
๐ณ Containers
- ๐ณ Containers vs. VMs on AWS — why containers took over, no Docker experience assumed.
- ๐ฆ What Is Amazon ECR? — the shelf where your container images live.
- ๐ข What Is Amazon ECS? — AWS's own way to run containers, without standing up Kubernetes.
- ⚓ What Is Amazon EKS? — Kubernetes, rented.
- ๐ง What Is AWS Fargate? — running containers without ever touching the server underneath.
๐️ Storage Deep-Dives
- ๐ What Is an S3 Presigned URL? — temporary access to a private file, without making it public.
- ♻️ S3 Eventual Consistency, Explained — why a file you just uploaded might not show up in a list immediately.
- ๐️ Object vs. Block vs. File Storage — the three storage shapes AWS offers, and which one you actually need.
- ๐ฝ EBS vs. Instance Store — the persistent disk versus the one that vanishes when the instance stops.
- ๐ What Is an AWS AMI? — the snapshot your EC2 instance is actually born from.
๐ธ AWS Costs & Pricing Deep-Dive Library
Every service post mentions price — this section is where the pricing gets a whole post to itself. Newly added to this hub: ๐
๐งฎ Billing & General Cost Habits
- ๐ AWS Free Tier Types, Explained — the different kinds of "free" AWS offers, and which applies to what you're doing.
- ๐ณ The Free-Tier Credits Model, Explained — how the credit-based free plan actually works, month to month.
- ๐ท️ Cost Allocation Tags — tagging resources so you can tell which project is actually spending what.
- ๐ฑ 10 Common AWS Surprise Charges — the line items that blindside beginners, before they blindside you.
- ๐ How to Read AWS Cost Explorer — making sense of AWS's own spending dashboard.
- ๐ณ Reserved vs. Savings Plans vs. Spot — three ways to pay less for EC2, and a simple decision tree.
๐ Per-Service Cost Breakdowns
- ๐ก️ GuardDuty + Inspector + Security Hub, Priced Together
- ๐พ AWS Backup Pricing & Restore Charges
- ๐ Athena Costs & Partitioning — why an unpartitioned table can turn a cheap query expensive.
- ๐ฆ OpenSearch: the Smallest Cluster & Its Real Price
- ๐ AWS Config Pricing & Tuning the Recorder
- ๐ Secrets Manager vs. Parameter Store: Cost
- ๐️ KMS Costs: Key & Request Charges
- ๐ง Bedrock Pricing by the Token — and where the savings actually are.
- ๐ SageMaker Notebook Pricing — what it costs left running overnight.
- ๐ CloudFront Pricing & the Free Allowance
- ⚓ EKS Control-Plane Bill: How to Reduce It
- ๐ข ECS on EC2 vs. Fargate: Real Pricing
- ๐️ DynamoDB On-Demand vs. Provisioned: Cost
- ๐️ RDS vs. Aurora Pricing at Small Scale
- ๐ง Glacier Retrieval Charges — the fee that turns "cheap storage" into a surprise invoice.
- ๐ Unattached Elastic IPs & Idle Load Balancers
- ๐ The Invisible Cross-AZ Traffic Charge
- ๐️ CloudWatch Logs Ingestion Pricing
- ๐บ️ Data Transfer Pricing Map: Free vs. Paid
- ๐ฆ The NAT Gateway Bill, Fixed
- ๐ง S3 Storage Classes, Decided — Standard, IA, Glacier, or Intelligent-Tiering.
- ๐ฅ S3 Request Pricing: When It Actually Matters
- ๐ธ Why Incremental EBS Snapshots Cost Less
๐ ️ When It Breaks: the Full Error-Message Library
The reading order teaches each service; these exist for the day one of them refuses to work. Each is built around the exact error text you'll see on screen, so they're easiest to find by pasting that text into search — collected here too, grouped by service. ๐
๐ชฃ S3 Fixes
- ⚠️ NoSuchBucket, But the Bucket Exists — every cause behind this confusing error.
- ๐ AccessDenied on GetObject — every permission layer that can produce this.
- ๐ซ "Bucket Does Not Allow ACLs" — the Object Ownership setting that broke ACL-based uploads.
- ๐ค "Bucket Name Already Exists" — why bucket names are global, and how to pick a free one.
- ๐ง S3 Access Denied / 403 Errors — a general walkthrough, from bucket policy to VPC endpoint.
๐ป EC2 & SSH Fixes
- ๐ SSH: Permission Denied (publickey) — the key-pair mismatches behind this classic error.
- ๐ PuTTY: "Server Refused Our Key" — the PPK-format version of the same problem.
- ๐ฆ EC2 Status Check Failed — system versus instance checks, and what each means.
- ⏳ Connection Timed Out / Refused / Denied — three failures, three different fixes.
- ๐ Private Subnet Has No Internet — the NAT fix.
⚡ Lambda Fixes
- ๐ฆ "Unable to Import Module" — the packaging mistakes that break a working function.
- ⏱️ "Task Timed Out After 3.00 Seconds" — the default timeout everyone hits once.
- ๐️ Lambda Not Logging to CloudWatch — the permission it needs first.
- ๐ฅ Malformed Lambda Proxy Response (502) — the exact response shape API Gateway expects back.
๐ IAM & CLI Fixes
- ๐ IAM Policy Size Limit Exceeded
- ๐ญ iam:PassRole Access Denied — the extra permission needed before handing off a role.
- ๐จ Leaked Access Key: The First 30 Minutes
- ๐ต Lost Your MFA Device? The Complete Fix
- ๐งฉ MalformedPolicyDocument — the JSON mistakes behind it.
- ๐ AccessDenied on sts:AssumeRole — trust policy vs. permissions policy.
- ๐ซ Not Authorized to iam:CreateRole
- ๐ Access Denied: Finding the Explicit Deny
- ๐ CLI SSL Validation Failed
- ๐ "An Error Occurred (AccessDenied)" — reading the CLI message for the exact permission it names.
- ๐ "Unable to Locate Credentials" — the file and env-var order the CLI checks.
๐ Networking, API & Queue Fixes
- ๐ช API Gateway "Missing Authentication Token"
- ๐ญ SQS: Messages in Queue Not Received — visibility timeout, long polling, and the rest.
- ๐️ RDS "Could Not Connect to Server" Timeout
- ๐ Route 53 Health Check Unhealthy
- ๐ Route 53 Domain Not Resolving — the NS-record mismatch behind most NXDOMAIN cases.
- ๐ DynamoDB ProvisionedThroughputExceeded — what it's telling you, and how to size around it.
๐ CloudFront Fixes
- ⚠️ CloudFront 403 "The Request Could Not Be Satisfied"
- ๐ CloudFront 403 from an S3 Origin (OAC)
- ๐ฅ CloudFront 502 & 504 Errors
- ๐ CloudFront Not Updating? Cache Invalidation Done Right
๐ What's inside each core post (including the surprise ๐)
| ๐ชฃ S3 | Explain cloud storage and its pricing honestly | The durability math — losing a file is a once-per-epochs event |
| ๐ป EC2 | Rent and reason about cloud computers | What a "computer" even is when nobody can point at it |
| ๐ฝ EBS | Pick the right cloud disk and not overpay | The drive is not inside the cloud computer |
| ๐ IAM | Set up accounts the way professionals do, day one | Why logging in as "root" is handing out the deed to the house |
| ๐ฐ Billing | Read an AWS bill and set alarms before spending | AWS has no spending cap — and what replaced that fear in 2025 |
| ⚡ Lambda | Run code with zero servers to babysit | The self-triggering loop — and AWS's hidden 16-round circuit breaker |
| ๐️ DynamoDB | Store data serverlessly for pennies a month | The famous "always free 25 GB" applies to provisioned mode only |
| ๐ช API Gateway | Put a front door on your cloud code | The API type most tutorials teach costs 3.5× the one you probably need |
| ๐ฌ SQS | Connect systems with a queue that survives crashes | Receiving a message does not delete it — and duplicates are by design |
| ๐ข SNS | Broadcast one event to many listeners | Publishing to a topic with no subscribers counts as success |
| ๐️ RDS | Run a real database without running a server | You can never SSH into it — no server access is the product |
| ๐ VPC | Read and design cloud networks without fear | The NAT Gateway bills ~$32/month for existing — idle or not |
| ๐ค SageMaker | Say what ML on AWS actually involves | How much of "AI on AWS" is plumbing, not magic |
| ๐ง Bedrock | Use frontier AI models in your own apps, per use | Amazon's flagship AI service sells almost no Amazon AI |
| ๐ First project | Build and ship a real serverless app, end to end | The finished app bills $0.00 — and a million clicks costs about a dollar |
| ๐ Domain + HTTPS | Put a real name and a padlock in front of the project | Three of the four jobs are free — since November 2025 CloudFront's $0 plan bundles the CDN, a firewall, the certificate and your Route 53 hosted zone; the only bill is the domain itself |
| ๐️ CloudWatch | Wire a free warning system to everything you built, billing alarm included | The service that warns you about surprise bills is itself AWS's most famous surprise bill — logs cost $0.50/GB to ingest and keep themselves forever by default |
| ๐ต️ CloudTrail | Find out who did what, and get emailed the moment root signs in | The audit log records everything except S3 reads and Lambda calls — those are off by default |
| ๐ก️ GuardDuty | Get a threat detector reading three logs around the clock | It sees the S3 reads CloudTrail skips at $0.80 per million vs. CloudTrail's $1.00 just to log them; and if you run Kali, its first finding will be you |
| ๐ Inspector | Find known holes before anyone tries them, get emailed when Critical | Amazon Linux 2 went end of support June 30, 2026 — Inspector files a Critical against the whole server |
| ๐ฏ Security Hub | Collect every finding in one scored list, one $0 rule for Criticals | AWS renamed it in December 2025 — older tutorials' "Security Hub" is today's Security Hub CSPM |
| ๐ Config | Record every configuration change as a replayable timeline | The one security service with no free tier — $0.003 per recorded change |
| ๐ Macie | Read S3 buckets for sensitive data, watch bucket security settings | $0.10/bucket/month plus $1.00/GB analyzed — the priciest per-unit member of the family |
๐คท Which track is for you?
| ๐ Plain-English track | ๐ Certification track | |
| Written for | Curious beginners, career-switchers, the "what even is the cloud" stage | Exam candidates and anyone going deeper into AI/ML on AWS |
| Depth | One service per post, analogies first, prices included | Syllabus territory: bias, feature engineering, algorithms |
| Time per post | ~15 minutes ⏱️ | ~20–30 minutes, worth notes ⏱️ |
| You leave with | The vocabulary to hold your own in any cloud conversation | Exam-shaped understanding for AI Practitioner / ML Engineer |
| Start at | ๐ S3 | ๐ Day 1 |
They are not either/or — the plain-English track is the on-ramp, and its SageMaker post hands you directly to the certification material. Plenty of readers run both: a service post with morning chai ☕, a cert chapter on the weekend.
๐ The certification track: AI Practitioner & ML Engineer
The deeper track targets the territory of AWS's AI and machine-learning certifications — the foundational AI Practitioner and the associate-level Machine Learning Engineer exams. It began as numbered "days," grew into numbered "parts," and the numbering shows its history — read it in this order and it flows:
- ๐ฑ Day 1: What is AI, GenAI, and its future? — the foundations, no math required.
- ๐งฉ Day 2: Clustering, inference, and how machines learn — supervised vs unsupervised, feedback loops.
- ๐ง What is enhanced reasoning in AI? — the thinking-models chapter.
- ❓ Part 4: Problem formulation — does your business even need ML?
- ๐ Part 5: Data fundamentals — ingestion, transformation, and the key AWS services.
- ๐งน Part 6: Data cleaning & feature engineering — imputation, outliers, Glue, SageMaker basics.
- ⚖️ Part 7: Pretraining bias — class imbalance, SMOTE, and Clarify.
- ๐ญ SageMaker built-in algorithms, demystified — the exam's favorite question factory.
- ๐ The 2026 AWS certification changes — read this before booking any exam date.
๐ Bonus cert-track reads
- ๐ฒ Mastering Isolation Forest — anomaly detection, the exam's favorite unsupervised algorithm.
- ๐ผ AWS Certified AI Business Strategist — a newer, business-facing AI certification, and who it's actually for.
๐ต Can you really practice for free? The 2026 truth
For years the honest answer had an asterisk: AWS had no spending cap, so a forgotten server could quietly bill you for months — our billing post tells that story in full. But the ground shifted in July 2025: new accounts on the free plan get real credits ($100 at signup, up to $100 more for completing activities), and when the credits run out, the account simply stops working rather than charging your card. ๐ The nightmare scenario — a beginner's surprise bill — was engineered out for free-plan learners. Everything this series teaches can be practiced inside that safety net; the ๐ billing post shows the two budget alarms to set anyway, because the habit will matter the day you upgrade to a paid account on purpose.
๐ฎ What's next in the series
The series will continue as it is, so do visit our site often! ๐ But if there is a service you want explained in plain English sooner, say so through the contact page; the series has taken reader requests since it was a reader request. Beyond that, the shortlist follows the same logic as the reading order — what a solo builder or small shop actually meets next, including the AI services that sit on top of SageMaker. The order may bend when AWS ships something worth explaining first; the promise-the-next-stop rule will not. ๐ค
✅ How to get the most out of these posts
Three habits, learned from readers:
- ๐ Read the FAQ even if you skip the middle — every post mirrors its key answers there, so the FAQ works as a five-minute revision card before an interview or exam.
- ๐ Follow one link per post, not five — each post names its next stop; trust the trail instead of opening twelve tabs.
- ๐ฑ️ Do the one hands-on thing each post suggests — creating a bucket, setting a budget alarm — because thirty seconds in the console cements what thirty minutes of reading only introduces.
None of it requires spending a cent, per the section above. ๐
❓ FAQ — the series, the exams, and the money
๐ Is this AWS series really free?
Completely — every post, both tracks, no signup. The site runs on ordinary ads; that is the whole business model, visible on the page you are reading.
▶️ Which post should I read first?
The ๐ S3 post — storage is the foundation everything else references. If you are certification-bound, Day 1 of the AI/ML track is your alternative front door.
๐ป Do I need to know how to code?
Not for the plain-English track — it is written for smart beginners, not developers. The certification track assumes comfort with concepts more than code, though hands-on practice helps everywhere.
๐ Do I need an AWS account to follow along?
No — every post teaches fine as pure reading. An account makes it stick: the free plan covers everything the series suggests trying.
๐ณ Does AWS still require a credit card at signup?
Yes, a card is part of signup verification — but on the post-2025 free plan the card is not charged when credits run out; the account pauses instead. The ๐ billing post covers the details and the fine print.
๐ซ๐ธ Can I really not get a surprise bill anymore?
On the free plan, running out of credits stops the account rather than billing you — that is the July 2025 change. Paid accounts remain uncapped, which is why the budget-alarm habit still matters.
๐ What order should I read the service posts in?
S3 → EC2 → EBS → IAM → Billing → Lambda → DynamoDB → API Gateway → SQS → SNS → RDS → VPC → SageMaker → Bedrock, then the first project, its domain, CloudWatch, CloudTrail, GuardDuty, Inspector, Security Hub, Config, and Macie. Store, compute, disk, locks, money, the clever stuff, then build, name, watch, audit, guard, collect, record, and read. Each also stands alone if one title is exactly your question.
๐ Which AWS certification should I take first?
For most readers of this series: AI Practitioner first (foundational, no prerequisites), then Machine Learning Engineer Associate if you want the deeper credential. Check the ๐ 2026 cert-changes post before booking — exam versions and dates moved this year.
๐ Is an AWS certification worth it?
As proof-of-vocabulary for hiring filters, yes, especially early-career. As a substitute for being able to do things, no — which is why this series teaches the doing and treats the badge as a byproduct.
๐ข Why does the certification track's numbering jump around?
History, honestly: it began as "Day 1, Day 2" in 2024 and matured into "Part 4, 5, 6, 7" as the exam series took shape. The reading order on this page is the real sequence.
➡️ What is the next post in the series?
AWS KMS in plain English — the locksmith who holds the keys to your data: what "encrypted" on a bucket really means, who can use which key, and the billing surprises encryption carries. This hub gets updated whenever a new series post lands, which is the reason to bookmark it. ๐
☁️ Is "serverless" really serverless?
There are servers — you just never see, rent, or patch them. The Lambda post unpacks what you actually pay for instead, by the millisecond.
๐ Are these posts kept up to date?
Yes — AWS changes prices and rules, and each post carries a revision note recording what changed and when. If you catch something stale before we do, the contact page reaches a human who will fix it.
๐ How is this different from AWS's own documentation?
The docs are a reference written for people who already understand; this series is an explanation written for people who don't yet. You will graduate to the docs — that is the goal, not the competition.
๐ค With AI everywhere, is learning cloud still worth it?
The AI everyone is excited about runs on exactly this plumbing — storage, compute, permissions, billing. Understanding the layer under the magic has gotten more valuable, not less; it is also where the AI-era certifications live.
๐ Can I request a topic?
Please do — through the contact page. This entire series exists because readers answered a question this page asked in 2022; requests are its native fuel.
๐งญ Where to go next (beyond AWS)
- ๐ป Do you really need a Copilot+ PC? — The honest answer to the other big AI purchase question.
- ๐ง Install Linux Bash on Windows with WSL — The command line this series occasionally assumes — free, inside Windows.
- ๐ช Can an AI invent a recipe you'd trust? — A lighter chapter of the same how-machines-learn story — with a real recipe.
- ⏳ Windows 10 support now ends October 12, 2027 — If your study machine runs Windows 10, know your runway.
๐ Revision note. Originally published April 2022 as an open question to readers: shall we start AWS tutorials, free as always? Updated through September 2026, with the costs and error-fix libraries folded into the hub. If you were one of the readers who said yes back in 2022, this page is yours; it just took four years to grow into its title — I know a few of you even scolded me, but that's fine ๐ . Spotted something wrong or something missing? Tell me through the contact page and I will fix it. Happy learning — the cloud is friendlier than it looks. ☁️๐
#AWS #Cloud