The same thing happens every term. I explain systems architecture, the student follows the theory, draws a solid diagram, and then, at the moment of actually deploying something, hits a wall that has nothing to do with programming: a cloud provider's signup screen asking for an international credit card.
In the Dominican Republic, and across much of the region, that screen disqualifies a real share of the classroom. Not for lack of talent or drive. For banking logistics. And the students who do have a card face the second fear, which is worse: leaving an instance running by accident and waking up to a charge they cannot pay.
The obstacle to learning cloud in this region is almost never technical difficulty. It is the credit card and the fear of the bill.
That is why I got accredited. Not for the badge, but for what the badge unlocks: an environment where students touch real AWS services, with no card, no risk of a surprise invoice, and a bounded budget they can watch drain in real time. Let me break it down.
What AWS Academy is (and what it is not)
AWS Academy is the program through which Amazon Web Services gives higher education institutions a ready-to-teach cloud computing curriculum at no cost, along with the lab environments for hands-on work. AWS describes it as a program that "prepares students to pursue industry-recognized certifications and in-demand cloud jobs."
Now, the part that causes the most confusion: AWS Academy is not a course you sign up for on your own. It is not Coursera or an open MOOC. The model is institutional:
- The institution must offer accredited degree, diploma, certificate or continuing education programs, and must apply to join.
- A faculty member or administrator takes on the role of Program Administrator, and applications are made using institutional email addresses.
- An educator gets accredited within the program and is the one who can open classes, invite students and deploy the labs.
In other words: access reaches you through your professor and your university. That is the part almost nobody explains, and the reason this badge is not decorative. Without an accredited educator at your institution, that curriculum and those labs simply are not available to you.
The detail that matters: there are two levels of educator accreditation. For foundational courses, an educator can teach the course and use the foundation-services Learner Lab after completing the program's onboarding. For associate level courses (the deeper ones, such as Cloud Architecting), the educator must additionally hold the corresponding AWS certification and complete further accreditation before being approved to teach them.
The courses in the catalog
The catalog splits into two levels. These are the courses available as of this writing:
| Level | Courses | Who it fits |
|---|---|---|
| Foundational | Cloud Foundations · Generative AI Foundations · Machine Learning Foundations · Cloud Security Foundations · Data Center Technician · Engineering Operations Technician | Early-year students, or students in non-computing majors who need to understand the cloud. |
| Associate | Cloud Architecting · Cloud Developing · Cloud Operations · Data Engineering · Machine Learning for Natural Language Processing | Final-year students or graduates who already code and want to aim at a specific role. |
If you are in a systems or computer science program, the natural route is Cloud Foundations first, then whichever associate course matches where you want to go: architecture, development, operations or data.
The Learner Lab: a real AWS account, no card
For students, this is the piece that changes the most. The AWS Academy Learner Lab is a long-running hands-on lab environment where educators can bring their own assignments and invite their students. Three characteristics define it:
This is not a simulator or a set of screenshots in a PDF. It is the AWS console with real services running. Students hand over no payment details, and the professor funds nothing personally. On top of that, the educator can view the student's workspace and has analytics on time and money spent, which makes it possible to coach without guessing.
The limit to keep in mind: that US$100 covers the duration of the class and there is no mechanism to refill it once it runs out. It is enough for academic work if managed carefully, but it does not forgive forgetfulness.
Why that limit is actually the best part
Here is the opinion I argue about most with colleagues: the capped credit is not a limitation of the program, it is the most valuable content in the program.
A student who learns cloud in an unlimited environment leaves believing the cloud is "where you put things." A student who watches the balance drop after leaving an instance running over the weekend learns something most professionals learn late, and in production: in the cloud, architecture is a financial decision. Every resource you turn on has an hourly cost and somebody pays it.
That instinct, shutting down what you are not using, sizing before deploying and reading the cost meter, is exactly what separates a junior the company has to supervise from one they can hand credentials to. I have seen it from the other side: in the real world, the cloud bill is a management conversation, not a systems one. If you want to go deeper on that cost side, I wrote a detailed comparison in Azure vs AWS.
Official curriculum versus the YouTube tutorial
Let us be fair: there is excellent free content on YouTube, and I have recommended free learning paths myself in this resource guide. The difference is not the quality of any single video. It is three things:
A curriculum decides what order things are learned in and what it assumes you already know. On YouTube you build the sequence yourself, and to build it well you would already need to know the subject. That is the chicken-and-egg problem that sinks most self-taught learners.
The cloud changes service names, consoles and prices several times a year. A course maintained by the provider itself gets updated; a two-year-old tutorial teaches you an interface that no longer exists and leaves you hunting for a button that moved.
Watching a video feels like learning. A graded lab tells you whether you learned. That is uncomfortable, and that is precisely the point: the only way to know you know is to have something break while someone can explain why.
That said, the curriculum does not compete with your curiosity. The best outcome is using the course to build an ordered foundation and YouTube to go deep on whatever hooked you.
The path to your first AWS certification
This is the question I get most, so here it is without hedging: the AWS Academy course is not the certification. They are two different things and it pays to be clear from day one.
| What it is | AWS Academy course | Official AWS certification |
|---|---|---|
| Who issues it | Your institution, using AWS curriculum | AWS, via exam at an authorized center or online |
| Cost to you | None (it sits inside your coursework) | US$100 for the Cloud Practitioner exam (CLF-C02) |
| What you get | Course completion plus real lab practice | A verifiable credential employers recognize |
| Résumé weight | Moderate: it says you studied the subject | High: it is what filters job applications |
The realistic route for a student in this region looks like this:
- Cloud Foundations inside your coursework, with the labs genuinely done, not copied.
- AWS Skill Builder during the 12 months of access the program grants, to reinforce and take practice exams.
- A project of your own, deployed by you, however small. This carries more weight in an interview than you think.
- The Cloud Practitioner exam, once your practice scores land consistently above the passing threshold.
About exam vouchers: AWS and its education programs have offered exam vouchers and discounts at various times and in various regions, but availability varies and it is not something to count on. Before budgeting the full US$100, ask your program coordinator whether your institution has active vouchers. The question is worth asking.
What this program does NOT solve
If I only wrote the flattering part, this article would be advertising. These are the real limits, and I state them because I would rather you know them than be disappointed later:
- The badge is mine, not yours. Your professor being an AWS Academy Educator puts nothing on your résumé. What goes on your résumé is what you do with the access.
- The Learner Lab is not your hosting. The US$100 does not refill, and the environment carries service and configuration restrictions compared to a full account. Do not build the project you want to keep alive in there.
- It does not replace building something of your own. Guided labs teach you a path already mapped. Job interviews ask about the path you mapped yourself, mistakes included.
- It is not a job. It helps, it structures your learning and it brings certification closer, but the market hires evidence: projects, repositories, things deployed that can be seen.
- It depends on your institution. If your university is not in the program, this is out of reach for now, which is exactly what the next section is about.
How to make the most of it while you are still studying
Three concrete recommendations, in chronological order:
Before the course
Show up with basic Linux and a grasp of networking, especially IP addresses, ports and what DNS does. The cloud does not teach that: it assumes it. Students who get lost in an AWS lab are almost never lost because of AWS, they are lost because they never understood what a subnet is. One weekend in the terminal beforehand saves you half a semester of confusion.
During the course
Adopt three habits from the very first lab:
- Shut everything down when you finish. Stop the instances and delete what you created. Make it a reflex, not a chore.
- Check the cost before and after. Ask yourself what that architecture would cost running for a full month. That calculation is a professional skill, not an exercise.
- Document what you did. A README with screenshots and the reasoning behind each decision. That document is raw material for your portfolio and your thesis.
After the course
Take a small idea and deploy it yourself, outside the lab. A site, an API, a bot. The goal is not complexity, it is being able to say in an interview "I built this, here is the URL, and here is what broke on me." Nothing you study carries as much weight as that.
What if your university is not in AWS Academy?
You are not shut out. The alternative is AWS Educate, designed for exactly this case:
| AWS Academy | AWS Educate | Your own AWS account | |
|---|---|---|---|
| How you get in | Through your university and an accredited professor | With just an email address, from age 13 | Individual signup |
| Credit card? | No | No | Yes, mandatory at signup, even on the free plan |
| What it includes | Full curriculum, Learner Lab with US$100 and instructor support | Self-paced courses, hands-on labs and digital badges | Full platform access, no guidance |
| Risk of a bill | None | None | Real if you exceed credits or leave resources running |
| Best for | Structured learning, with assessment and no risk | Starting today, on your own | Your personal project, once you know how to shut things down |
One note on that third column, because it surprises a lot of people: on July 15, 2025 AWS changed its free tier. New customers now choose between a free plan and a paid plan; the free plan grants US$100 in credits at signup plus up to US$100 more for completing exploration tasks, and it expires after 6 months or when the credits run out, whichever comes first. Credits expire 12 months after account opening. And in every case a card is still required at signup: AWS verifies your identity even when it does not charge you. Nearly every tutorial that surfaces on Google still describes the old 12-months-free structure, which no longer applies to new accounts.
What to tell your program coordinator
If you want to push for your institution to join, this is the short pitch that works: the program is free for the institution, it requires an accredited program, a faculty member or administrator willing to serve as Program Administrator, and applications submitted from institutional email addresses. The barrier is not budget, it is administration. A well-aimed email can move that faster than you would expect.
Why I got accredited
I teach Software Engineering, Applied Databases and Systems Design. The pattern I see repeat is not a lack of ability: it is the distance between designing a system and getting it running somewhere other people can use it. A student can hand in a flawless deployment diagram having never deployed anything.
That distance does not close with more slides. It closes with access. Getting accredited was the most direct way I found to put the AWS console in the hands of a student who has no international credit card, without asking them to risk money they do not have.
AWS Academy Educator
Issued by Amazon Web Services Training and Certification to Mike-Heandy Maintien Beaubrun.
Verify the badge on Credly →And there is the answer to the question in the title. Your professor holding this badge gives you nothing on its own. What it gives you is an open door, and those get used or wasted. If you are sitting in a classroom where someone hands you an AWS account with a real budget and stands next to you to explain what broke, you are in a position many working professionals would pay for. Use it.
The badge belongs to the professor. The opportunity belongs to you.
Sources
- AWS Academy, Training and Certification, course catalog, institutional requirements and Learner Lab.
- AWS Educate, registration requirements, minimum age and contents.
- AWS Free Tier now offers US$200 in credits and a 6-month free plan, announcement of July 15, 2025.
- AWS Academy Learner Lab institutional guides published by participating universities, for the per-student credit amount.
Verified as of August 28, 2026. Amounts, courses and program conditions at AWS change frequently: always confirm against the official source before making a decision.