How to Become a Cloud Engineer in 2024: A Complete Roadmap
4 min readMay 18, 2024
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.