Earn $5,983 Monthly!

As an Entry Level Cloud Engineer

🎉 NEW COHORT: Starting May 12th 2025. Master AWS in 30Days!

Build. Certified. Get Hired.
Learn a 🚀highly demanding skill that employer are ready to hire on the go & you can work from anywhere...

02 — Meet your Instructor #1

Abiola Iwakun – Expert Cloud Consultant

Founder/CTO @ TextExpress Group | 13+ Years Software Architect | Certified Cloud Engineer Professional

A cloud evangelist who’s been engineering scalable systems since age 17, Abiola brings:

  • 🔧 Real-World DevOps Mastery: Built Xchageit’ cloud infrastructure handling 100k+ daily transactions.
  • 🚀 Delivery Obsession: Pioneered AI-powered deployment pipelines that slash release times by 70%.
  • 📚 Education Passion: Mentored 200+ Cloud Engineers through Relearn Cloud Academy (RCA).
02 — Meet your Instructor #2

Kesha Williams – Software Development Expert

Software Engineering Manager @ Chick-fil-A | Alexa Champion | Cloud Innovation Leader

With 20+ years of battle-tested experience, Kesha doesn’t just teach cloud engineering—she invents its future. As the architect behind Chick-fil-A’s cloud-powered systems serving millions of customers daily, she brings:

  • ✅ Real-World Cloud Alchemy:
    Leads innovation teams building enterprise-scale AWS solutions and Specializes in translating complex business problems into simple cloud architectures.
  • ✅Industry Recognition:
    Awarded Amazon Alexa Champion for pioneering voice/AI integrations and Trusted by Fortune 500 companies to future-proof their tech stacks.
02 — Meet your Instructor #3

Meet Carlos: Your Cloud Migration Guru

Senior Solutions Architect @ Infiniti Consulting | Data Center Transformation Expert

Carlos doesn’t just teach cloud concepts—he’s moved entire enterprises to the cloud. With battle-tested experience helping institutions escape legacy data centers, he brings:

  • ✅Enterprise-Grade Cloud Strategies:
    Architect behind dozens of large-scale cloud migrations for telecom giants and Specializes in lifting-and-shifting complex network infrastructures to AWS.
  • ✅ Polyglot Coding Mastery:
    Fluent in Java, Groovy, Python – writes infrastructure-as-code that actually works and Known for automating tedious migrations with clever scripting (saving clients 400+ hours/year).
02 — Meet your Instructor #4

Meet Noah Gift: Your Bridge Between Academia & Enterprise Cloud

UC Berkeley Lecturer | Ex-Disney/Sony Cloud Architect | Bestselling AI Author

Noah doesn’t just teach cloud computing - he’s shaped its real-world use at Hollywood studios and Fortune 500s, then distilled those lessons into top university programs.
Why You’ll Love Learning From Him:

  • ✅ Entertainment-Tech Pioneer:
    Built cloud systems for blockbuster films (Disney/Pixar, Lord of the Rings at Weta) and Scaled AT&T’s infrastructure to handle millions of concurrent users.
  • ✅ Elite Educator:
    Currently trains next-gen cloud leaders at UC Berkeley & Northwestern, Author of Python DevOps (O’Reilly) - the manual Fortune 500 teams use and His Pragmatic AI book is required reading at Stanford CS dept.
03 — Course Modules

We've covered all the topics you need

Command the full cloud stack - architecting, deploying, and optimizing enterprise systems through real-world labs.

Course #1:

Cloud Fundamentals 7 Lectures

The cloud has become a key enabler for innovation with beneficial features like high availability, unlimited capacity, and on-demand scalability and elasticity.
In this course, students will learn the fundamentals of cloud computing while being introduced to computing power, security, storage, networking, messaging, and management services in the cloud.

  • Identify the types of Cloud computing. Detail the benefits of using public, private, and hybrid cloud deployment models. Describe the shared responsibility model and identify the responsibility of the user.

  • Launch and connect to an EC2 Instance via PuTTY or SSH. Leverage the EBS dashboard to review a new EBS volume. Launch a virtual server within a secure network. Create and test a Lambda function. Deploy a sample app to Elastic Beanstalk.

  • Upload files to a newly created S3 bucket. Create a cloud-based NoSQL Database leveraging DynamoDB. Create a MySQL database using RDS. Access private S3 data via a CloudFront distribution.

  • Describe AWS security services and their uses. Create an IAM policy and review the generated JSON. Attach a custom policy to a new user. Detail the benefits of using sign-on services for enterprise and application environments.

  • Identify the benefits of networking in the cloud. Create an Auto Scaling Group. Configure and enable a Network Load Balancer. Automatically launch Amazon EC2 instances in response to specified conditions.

  • Identify the purpose and uses of SNS messaging. Send alerts via SNS by creating, subscribing, and publishing an alert message to a topic.

  • Create a Cloud Watch event to notify via an SNS topic when an EC2 instance is created. Create an S3 bucket with AWS CloudFormation. Create an S3 bucket via the CLI.

  • The cloud is perfect for hosting static websites that only include HTML, CSS, and JavaScript files that require no server-side processing. In this project, students will deploy a static website to AWS. First, they will create a S3 bucket, configure the bucket for website hosting, and secure it using IAM policies. Next, they will upload the website files to their bucket and speed up content delivery using AWS’s content distribution network service, CloudFront. Lastly, they will access their website in a browser using the unique S3 endpoint.

Course #2:

Deploy Infrastructure as Code (IAC) 4 Lectures

Learn how to provision cloud infrastructure resources using code and industry standard practices. Learners will gain a thorough understanding of CloudFormation essentials, including templates, stacks, and intrinsic functions. They will also acquire expertise in
creating networking and web application architectures that conform to real-world best practices, and represent them visually using infrastructure diagrams.

  • Describe Infrastructure as a Code (IAC) as one of the best practices used in the DevOps model. Configure the AWS CLI using the AWS Identity and Access Management (IAM) service. Explain the fundamentals of CloudFormation. Contrast the manual vs. automated (script-based) provisioning of cloud resources.

  • Create security groups with CloudFormation using the least privilege principle. Centralize server configuration using Launch Templates in CloudFormation. Deploy highly available servers with AutoScaling Groups in CloudFormation. Apply load balancing principles to servers using CloudFormation.

  • Assess foundational resources for your infrastructure deployments in AWS. Design cloud architecture diagrams to implement business requirements following real-world best practices.

  • Use the AWS CloudFormation CLI to trigger infrastructure deployments. Deploy basic networking AWS resources using CloudFormation (VPC, subnets, gateways, and routing). Parametrize your CloudFormation stacks using a JSON file. Communicate CloudFormation stacks using template outputs.

  • Deploy highly available RDS databases using CloudFormation. Configure secure S3 buckets using CloudFormation. Preview changes to CloudFormation stacks using change sets. Automate infrastructure workflows using parameterized scripts.

  • Deploy highly available RDS databases using CloudFormation. Configure secure S3 buckets using CloudFormation. Preview changes to CloudFormation stacks using change sets. Automate infrastructure workflows using parameterized scripts.

Course #3:

Microservices at Scale using AWS & Kubernetes 5 Lectures

In this course you will learn how to set up infrastructure to deploy and manage
microservice applications with Kubernetes. You will first focus on how containers and microservices have changed how applications are deployed. Students then learn how Kubernetes is used to tie everything together. The course will have hands-on exercises to learn how to build applications with Docker, automate the Docker build
process, and use Kubernetes to manage deployments.

  • Identify the need for and use of Docker. Use Docker to create images. Push images to a container repository. Use Docker to create containers.

  • How to operationalize Docker containers with container orchestration. Creating and managing a Kubernetes cluster with EKS. Deploying Docker images with Kubernetes.

  • Understand why microservices are popular with developers. How to use build tools to efficiently build multiple Docker images.

  • Understand how to maintain Kubernetes applications in production. Use Helm charts to simplify deployments.

  • In this project, students will take an existing application and deploy it with Kubernetes. The existing application is a set of APIs that enables users to request one-time tokens and administrators to authorize access to a coworking space. This service follows a microservice pattern and the APIs are split into distinct services that can be deployed and managed independently of one another. Students will demonstrate course skills by going through the end to end process to deploy this application to Kubernetes. This will be accomplished by building Docker images of the application with AWS CodeBuild, setting up a Kubernetes cluster, and deploying to the cluster with Docker images and Helm Charts.

Course #4:

Building a Continuous Integration Pipeline 4 Lectures

In this course, you will learn how to stretch for Continuous Delivery as your “true north” while you build CI/CD systems that automate the “stuff” between developers
and the cloud. You’ll gain essential knowledge and put it into practice as you learn about Continuous Integration and Continuous Deployment. You’ll combine your existing knowledge with new tools like Git Hub Actions to implement and deploy to variety of environments. You’ll also learn how to keep an eye on your deployments with proactive monitoring and alerting.

  • Identify use cases for CI/CD. Describe the principles of Continuous Delivery.

  • Create/deploy the necessary infrastructure/resources for building CI/CD pipelines. Secure a CI/CD pipeline by leveraging secret storage. Utilize caching strategies to speed-up application build times. Create alerts to monitor your pipelines. Automate deploying an application to multiple AWS accounts.

  • Design a CI/CD pipeline using a visual mockup. Articulate the benefits of CI/CD to stakeholders,

  • Create a variety of YAML Workflows. Design a git branching strategy to support a development team's workflow. Create a custom GitHub action and deploy it to GitHub Marketplace. Design and execute a CI pipeline based on a given set of requirements.

  • In this project, students will design and implement a CI/CD pipeline using GitHub Actions. Students will demonstrate the skills they learned in this course to execute the deployment and verification of frontend and backend applications to an existing Kubernees cluster.

Course #5:

Crush AWS interviews & Job Hunt 4 Lectures

With our intensive course! Learn key concepts, real-world scenarios, and behavioral strategies to ace technical rounds. Includes mock interviews, cheat sheets, and insider tips to land your dream cloud job. Perfect for challenge participants!

04 — Cloud Engineer Roadmap

New to Cloud or want to Upskill?

Follow this 3-Month Plan to go from Cloud Zero to Cloud Hero 🚀No Matter Your Level – Conquer the Cloud Fast!

STEP 1 - Build Projects

DURATION: 2-3 Months

Strengthen your skills by completing hands-on projects to document in your portfolio of work. A strong portfolio proves your skills better than any certification. Showcase your skills to impress employers.

STEP 2 - Get Certified

DURATION: 1 Month

Kickstart your cloud journey with foundational AWS certifications! Master core concepts, essential services, and industry best practices to build a rock-solid understanding of cloud computing.

STEP 3 - Apply To Job

DURATION: 1 Month

Polish your cloud resume, ace interviews, and land your dream cloud job—fast! Your resume is your ticket to landing interviews with targeted preparation for both technical screenings and behavioral rounds.

05 — Student Feedbacks

Hear from others who have
taken this training

Discover how our satisfied students have transformed their cloud engineer skills and achieved remarkable results.

I went from zero cloud knowledge to AWS-certified in 30 days — landed a $85k job right after! Relearn Cloud Academy didn’t just teach me AWS; it launched my tech career. Best investment ever!
Jamal T. Shonibare

Former Teacher → Cloud Engineer

The hands-on projects and mock interviews gave me unbeatable confidence. I aced my AWS Solutions Architect interview on the first try! This program is a cheat code for cloud success.
Safaa Sampson

Account Exe. →  Cloud Consultant

The WhatsApp Group and Forum alone was worth it! Daily support, expert Q&A, and accountability kept me on track. Finished with 3 projects on my GitHub and recruiters in my DMs!
Abbey Collins

Data Engineer → Certified AWS Architect

06 — Claim the Scholarship Offer!

🎉 NEW COHORT:
Starting May 12th 2025.

After the first batch of 25 Beneficiaries, IB Foundation is offering an incredible opportunity for another 25 individuals to kickstart their cloud engineering career with 80% of the training cost covered.

Limited Time Offer - First Come, First Serve!

When the number of 25 beneficiaries has been reached.
5 Days
23 Hours
13 Minutes
18 Seconds

12 Weeks Cloud Challenge

Graduate in 12 weeks, 100% online with live coaching
100000
20000
  • What You'll Get With This Scholarship Program:
  • Access to all Courses (30 Comprehensive Modules)
  • Weekly progress tracking and assessments
  • Hands-on Exercises (Interactive labs and workshops)
  • Real-world scenarios to apply your knowledge
  • Four (4) Real World Projects: Complete Step-by-Step Guide
  • Live coaching calls with our experts
  • 24/7 Support Community
  • Earn a certification upon completion
  • Jobs Application, Career guidance and mentorship
  • Interview Mastery: Get Hired in the Cloud
07 — Frequently Asked

Questions? I'm glad you asked.

Get answers to common queries about our course to make an informed decision before embarking on your learning journey.

Relearn Cloud Academy (RCA) is a Cloud Career Accelerator created by Relearn (a Product brand of TextExpress)  to Take You From Absolute Beginner to Hire-Ready Cloud Professional in 3 to 6 months.

Absolutely! Our course caters to all skill levels, from novices to seasoned professionals.

Depending on the plan you pay for. You can have 2months, 1year and lifetime access to all course materials, including future updates. See here: Pricing

Yes, our community forum provides an opportunity to engage with fellow students, share insights, and seek advice.

Our dedicated support team is available to assist you with any technical issues promptly.

No prior experience is required. Our course covers everything from the basics to advanced techniques.

Yes, upon successful completion, you'll receive a certificate to showcase your newfound skills.