Skip to content

For aspiring cloud engineers who can’t break in

Build the AWS portfolio that gets you hired.

You’ve studied cloud but have nothing real to show for it. Here, you build a production-grade AWS platform you can deploy, explain, and put at the center of your resume.

  • 14-day money-back guarantee
  • ~2 hours a week
  • Built around a full-time job

Taught by a self-taught cloud engineer who made the same jump. His cloud tutorials have been watched over half a million times.

vaultpay / main · terraform apply
VaultPay reference architecture: a multi-AZ AWS VPC with public and private subnets, an Application Load Balancer, an auto-scaling EC2 fleet, and a private RDS PostgreSQL database.
What’s on your GitHub when you’re done.

The stack you’ll master

  • AWS
  • Terraform

Now I can showcase the project.

“I had my AWS certs but was building in the console and getting nowhere. I knew the theory, but I had nothing built to show hiring managers. Learning Terraform and AWS together finally made it click, and I can build a multi-AZ, 3-tier setup myself.”

Mathew S.

AWS-certified, self-taught

It filled in the gaps nothing else did.

“It was the perfect entry point for me. The fundamentals were in place before the cloud-specific services, and every ticket felt like a real one where you research and work out the solution yourself. I went from following along to building it myself, and I’m far more comfortable with Terraform now.”

Eneyi Diko

Tax manager

The experience gap

You did everything right. You’re still getting ghosted.

You did the courses. You put in the work. And your applications still vanish into the same black hole as everyone else’s.

Certs that don’t convert

They prove you passed an exam. Not that you can build.

Tutorial hell

You followed along. A week later, you can’t rebuild any of it.

A resume like everyone else’s

Same certs, same “deployed a static site to S3” project. Nothing on the page gets a recruiter’s attention.

Nothing to say in the interview

“Tell me about a project you built.” …and you freeze.

It’s not that you’re not capable. You’ve just never been handed a project big enough to prove it.

The shift

A certification proves you studied. A portfolio proves you can do the job.

Every hiring manager is asking the same quiet question: can this person actually build and run something real? You answer it with proof: one system you designed, deployed, and can defend, decision by decision.

What a cert says

“I passed the exam.”

What a portfolio project says

“I designed a multi-AZ platform, deployed it with Terraform, and here’s why I made every call.”

The solution

The Cloud Portfolio System

Not another watch-along tutorial. It’s a challenge-based system where every topic works the same way, so you’re never stuck wondering what to do next. Learn it, build it, check it.

Concept

Learn it

A short video on the concept. The why before the how.

Ticket

Build it

A real engineering ticket, the kind you’d be handed on the job. You read the brief and build the solution yourself.

Solution

Check it

A step-by-step video of the solution, so you see what a senior engineer would do differently.

Challenge-based, not copy-along

The struggle is the point. What you fight through yourself is what sticks.

A real enterprise project

You build one serious system, the kind real companies run in production. Not a to-do app, not another tutorial.

Job-ready AWS and Terraform

You finish fluent in AWS and Terraform, the practical skills cloud teams actually hire for.

What you build

Meet VaultPay. The project that makes you impossible to ignore.

It’s the kind of internal platform a payment processor runs in production, not the to-do app everyone else turns in. You build it end to end, deploy it live, and end up with the project that finally makes you stand out.

  • A real, production-grade AWS project, live and on your GitHub
  • Built with Terraform, the way actual engineering teams work
  • A personal code review from a professional cloud engineer
  • The interview stories to walk through every decision you made
vaultpay / full architecture us-east-1
The complete VaultPay architecture you build: users reach an Application Load Balancer that fronts an auto-scaling EC2 fleet across two availability zones, backed by a private RDS PostgreSQL database, with Secrets Manager, S3, Lambda, and SNS.
TerraformVPCSubnetsMulti-AZNATEC2ALBAuto ScalingLaunch TemplatesDockerECRRDSPostgreSQLSecurity GroupsSecrets ManagerIAMSystems ManagerS3

What you’ll build, now and next

Networking: the VaultPay architecture you build

Networking

Multi-AZ VPCs, subnets & routing

Database: the VaultPay architecture you build

Database

Private RDS & Secrets Manager

Compute: the VaultPay architecture you build

Compute

EC2, Docker & auto-scaling

CI/CD

GitHub Actions & observability

Coming soon

Serverless

Lambda & event-driven apps

Coming soon
One architecture, many projects

Build the project your dream job is asking for.

You build the hard part once, then just swap out the app to get a brand-new project, no rebuilding. Tailor your portfolio to the role you’re after, with every track included in the price.

Fintech Available

VaultPay, a payments platform

Security Coming

A security-focused build

AI / ML Coming

An AI/ML service

More to come Coming

New tracks over time

Inside a lesson

This is what a lesson actually looks like.

No “type what I type.” You get a real ticket with business context, you build the solution, and then you see exactly how a senior would have done it.

VPC-03 Challenge Brief
● To do

Give the public subnets a route to the internet

Business context

VaultPay’s load balancer needs to receive traffic from users, but the public subnets are currently isolated. Wire up an internet gateway and the routing so traffic can reach the app tier without ever exposing the database.

Acceptance criteria

  • An internet gateway is attached to the VaultPay VPC
  • A public route table sends 0.0.0.0/0 to the gateway
  • Both public subnets are associated with it
  • The private subnets stay private, no internet route
terraform solution video included ~40 min
  1. 1

    You get the brief

    Real context, clear acceptance criteria. The same kind of ticket you’ll pick up on the job.

  2. 2

    You build it yourself

    You think, you Google, you hit errors, you fix them. That’s how you actually learn to do it.

  3. 3

    You check it against the gold standard

    Watch the production-grade solution and see what you’d refine: the trade-offs, the “why,” the senior moves.

Then a professional cloud engineer reviews it.

Submit your work and they go through your code, with direct feedback on what to tighten before it goes on your resume.

Curriculum

From an empty account to an interview-ready portfolio.

Modules 0–4 take you from an empty AWS account to a live, production-grade build. Then the Interview Prep Suite turns it into a portfolio that lands interviews. More modules are on the way, included at no extra cost.

M0

AWS Foundations

Available now

Set up your account, lock it down with IAM, and get your toolchain ready. Secured and ready to build.

IAMSecurityBilling
M1

Terraform Foundations

Available now

Infrastructure as code from first principles: variables, outputs, and remote state, the way a real team works.

TerraformRemote state
M2

Cloud Networking

Available now

A multi-AZ, three-tier VPC: public and private subnets, routing, internet and NAT gateways. The backbone of VaultPay.

VPCSubnetsNATRouting
M3

Database Tier

Available now

A private PostgreSQL database in isolated subnets, with security groups and credentials handled the right way.

RDSSecrets Manager
M4

Application Tier

Available now

Containerize the app, push to ECR, and run it behind an Application Load Balancer with an auto-scaling fleet. VaultPay goes live.

DockerECRALBAuto Scaling
M5

CI/CD & Observability

Coming soon

Ship changes through a GitHub Actions pipeline and see what your system is doing with CloudWatch and flow logs.

GitHub ActionsCloudWatch
M6

Serverless & Event-Driven

Coming soon

Extend VaultPay with event-driven, serverless pieces: Lambda, S3 triggers, and DynamoDB.

LambdaDynamoDBS3
★ The key module Included & available now

The Interview Prep Suite

Most courses stop at the build and leave the job hunt to you. This one turns what you built into a resume, a LinkedIn recruiters actually find, and the interview answers that win the offer.

  • Make your GitHub recruiter-ready
  • Write your VaultPay project story
  • Build your resume around what you built
  • Upgrade your LinkedIn
  • Nail "tell me about yourself"
  • Walk an interviewer through your project
  • Drill the technical questions
Henry, the creator of the Cloud Portfolio System

Henry

Homebrew Henry

YouTube
Who’s teaching you

I made this exact pivot. This is what I wish I’d had.

I’m Henry. A few years ago I was in a finance role with no computer science degree and no real tech experience. I taught myself the cloud, built the kind of project I’m handing you here, and used it to land a job as a cloud engineer at one of the top banks in London.

The hardest part was never the AWS services. It was not knowing what to build, building it completely alone, and never being sure it was good enough. So I built the thing I wish someone had built for me: a clear path, a project that actually impresses, and honest feedback so you know you’re on track.

These days I teach cloud to thousands of aspiring engineers on YouTube. This course is everything that won’t fit in a video.

If you’re stuck trying to break into cloud, I’ve been exactly where you are.

Finance → CloudNo CS degreeCloud Engineer · London
Honest fit

This isn’t for everyone.

It works because it’s demanding. If that’s what you’re looking for, you’re in exactly the right place. If it isn’t, better you know now.

Build this if…

  • You’ve got the AWS certs (or the fundamentals) but nothing real to point to.
  • You’re applying and getting ghosted, and your resume looks like everyone else’s.
  • You work full time and need a structured path, not another 40-hour playlist.
  • You want to walk an interviewer through something you actually built and decided.

Skip it if…

  • You’ve never opened a terminal and aren’t sure what cloud computing is yet.
  • You want to copy-paste along and skip the part where you think.
  • You’re after an exam shortcut. This builds the thing a cert can’t prove.

Before you start  ·  You should be comfortable in the Linux command line, understand basic networking (IPs, subnets), and know your way around Git. You don’t need to know a single AWS service yet. Module 0 gets you set up.

The offer

Everything you get for $295.

One payment. The full VaultPay build, the interview prep, a personal review of your work, and every future module, yours as they ship.

What’s included

  • The Cloud Portfolio System

    Modules 0–4: the full VaultPay build, from an empty account to a live application. Every topic is Concept → Ticket → Solution.

    Core
  • Interview Prep suite

    Resume, LinkedIn, your project story, and technical drills, all built around the system you just shipped.

    Included
  • Personal code review of your work

    Submit your Terraform and I review it myself, with direct feedback on what to tighten before you put it on your resume.

    $497
  • “Recruiter-Magnet” Resume & LinkedIn System

    The exact framing that turns one project into a resume recruiters stop on.

    $197
  • “Capstone Story” Interview Cheat Sheets

    For the moment they ask “walk me through your project.” The words, ready, so you don’t freeze.

    $197
  • Future projects & modules as they ship

    New career-track projects (security, AI, and more) plus advanced modules, all on the same architecture. Buy once, get them all.

    Included
  • Discord community

    Ask questions, compare your build, and get unstuck alongside other people doing the same thing.

    Included

The resume system, interview cheat sheets, and personal code review are normally sold on their own. Here they’re part of the deal.

Launch price

Total value $1,291

$295

one payment, no subscription

14-day money-back guarantee

Instant access · Secure checkout · Cancel within 14 days

This is the launch price. As the course grows, it will rise significantly. Enroll now and you keep everything at today’s price.

$120k+

average cloud engineer salary

Against a six-figure salary, $295 once isn’t really a cost. The expensive choice is staying where you are: another month, another year, at a paycheck that isn’t moving.

Your risk: none

Two guarantees, not one.

1. The 14-day, no-questions refund

Try it for two weeks. If it’s not for you, email me for a full refund. No questions, no forms, no hard feelings.

2. The “finish it” promise

Do the work: finish the core build and submit it for your code review. If you still don’t have a portfolio project you’re proud to show recruiters, I’ll refund you in full and you keep every bonus.

FAQ

Questions, answered.

Still not sure if it’s right for you? Email hello@cloudportfoliosystem.com and I’ll answer you myself.

I’m not sure I’m technical enough. Can I actually do this?

Yes, and the difficulty is the point. Tutorials feel easy because you’re copying. This feels harder because you’re thinking, and that’s what builds real competence. Module 0 makes sure you’re ready, and every challenge has hints and a full solution video if you get stuck.

Do I need AWS experience already?

No AWS experience required. You should be comfortable in the command line, understand basic networking, and know Git. You don’t need to know any AWS services going in. We build that from Module 0.

How much time does it take?

Around two hours a week, in three short sessions of 30 to 45 minutes. Everything is unlocked from day one, so you set the pace: move fast, or fit it around a busy season.

What if I don’t want a fintech job?

VaultPay is fintech, but the skill is the architecture, not the app, and it’s what cloud teams run in every industry. As more track-specific projects ship (security, AI, and more), you’ll be able to build the one that matches the job you actually want, included. Your portfolio fits your target role, not a template.

Isn’t one big project worse than several smaller ones?

Ask any hiring manager. One deeply integrated system you can explain every decision behind beats five “deploy a static site to S3” projects. Depth is what gets you past the interview.

Will this actually help me in interviews, not just teach me skills?

That’s the whole design. The Interview Prep suite and cheat sheets are built around the projects you build, and a personal code review of your own work is included, so you can talk about your architecture like you own it.

Does running the labs cost money on AWS?

A little. Most of what you build fits inside the AWS free tier, and for the parts that don’t, I show you how to tear resources down so you’re only paying a few dollars at most while you learn.

What if it’s not for me?

Try it for two weeks. If it’s not for you, email within 14 days of purchase for a full refund, no questions asked.

Last thing

Studying got you this far. The project gets you hired.

Keep applying with the same resume as everyone else. Or build the one project that gets you the callback.

Enroll now · $295

14-day money-back guarantee · instant access

$295· launch price

14-day guarantee

Enroll now