Member-only story
How to Become a Cloud Engineer in 2024: A Complete Roadmap
As we move further into the digital era, the demand for Cloud Engineers continues to grow. Whether you’re a beginner or looking to move into this dynamic field, this guide will provide you with an end-to-end roadmap to becoming a Cloud Engineer in 2024, with detailed explanations to help you guide each phase of your journey.
Let’s dive in!

Step 1: Basics of Cloud Computing and Linux
Understanding Cloud Computing:
Get proficiency and hands-on experience in Cloud Fundamentals.
- Service Models (IaaS, PaaS, SaaS): Learn the different service models to understand the various levels of cloud services provided.
- Deployment Models (Public, Private, Hybrid): Know how cloud services can be deployed and managed.
Learning Linux:
- Navigation and Commands: Get comfortable with basic Linux commands (
ls
,cd
,grep
,chmod
), navigating the filesystem and basic utilities like top, htop, netstat, ps, lsof, pidstat, sar etc. - File Permissions and Management: Understand how to manage file permissions and basic scripting.
Resources:
- Books: “The Linux Command Line” by William E. Shotts.
- Online Courses: Linux Foundation’s introductory courses.
Step 2: Programming and Scripting Languages
Gain experience in popular programming and scripting languages.
Key Languages to Learn:
- Python: Ideal for automation, data analysis, and developing serverless applications.
- Go (Golang): Known for performance and concurrency, it is great for cloud-native applications.
- Bash: Important for scripting and automating tasks in Linux environments.
Learning Platforms:
- CodeAcademy: Interactive Python courses.
- Udemy/Pluralsight: Courses on Go and Bash scripting.
- Practice Projects: Build small projects to apply your learning and enhance your practical skills.