DEV Community

Cover image for How I Cleared AWS Cloud Quest: Cloud Practitioner and What I Learned
Huzaifa Bin Tariq
Huzaifa Bin Tariq

Posted on

How I Cleared AWS Cloud Quest: Cloud Practitioner and What I Learned

I recently completed AWS Cloud Quest: Cloud Practitioner, and honestly, it was one of the most enjoyable ways I have learned cloud computing so far.

What made it different for me was the gamified learning experience. Instead of only watching lectures and taking quizzes, I was solving challenges, building cloud solutions, completing assignments, and moving through a virtual environment.

It actually felt more like playing a game while learning cloud concepts.

What I Learned

During the quest, I completed hands-on challenges covering different areas of AWS, including:

  • Cloud Computing Essentials
  • Cloud First Steps
  • Computing Solutions
  • Networking Concepts
  • Cloud Economics
  • Databases in Practice
  • Connecting VPCs
  • First NoSQL Database
  • File Systems in the Cloud
  • Core Security Concepts
  • Auto-Healing and Scaling Applications
  • Highly Available Web Applications

Certificate

One thing that really stood out to me was how many different parts are involved in building a reliable cloud application.

For example, creating an EC2 instance or an S3 bucket is only one part of the process. Security is also very important. You need to understand who can access your resources, what permissions they have, and how to protect your cloud environment.

Learning about IAM, networking, security, and best practices helped me understand that in the cloud, simply making something work is not enough. It also needs to be secure, reliable, and properly managed.

I also enjoyed learning about cloud economics. Before this, I mostly thought of cloud computing as using online servers and services. But the quest showed me that choosing the right resources and understanding how they are used can have a big impact on cost.

Things like avoiding unnecessary resources, choosing the right services, and scaling based on demand are important when working with cloud platforms.

The sections on VPCs, databases, file systems, auto-healing, scaling, and highly available applications also helped me connect individual AWS services with the bigger picture.

Instead of seeing each service separately, I started to understand how different AWS services can work together to build applications that are more reliable and scalable.

My Takeaway

Overall, AWS Cloud Quest gave me a much better understanding of the basics of cloud computing and AWS.

The biggest thing I liked was that I was not just reading about concepts. I was actually doing things and solving problems, which made the learning process much easier to remember.

If you are starting with AWS or cloud computing and want something more interactive than a traditional course, I would definitely recommend giving AWS Cloud Quest: Cloud Practitioner a try.

Here's my Credly badge.

CredlyBadge

I'm looking forward to building more projects with AWS and continuing my cloud learning journey.

Top comments (0)