Join Our Exclusive AWS DevOps Mentorship Program 🚀 👇
6 months plan:
1-Year Plan:
💻 Enhance Your AWS and DevOps Skills with Our Hands-On Cloud Projects:
🌐 Learn More About Our Approach to Cloud Mastery:
As a Cloud/DevOps Engineer, whether a beginner or a professional, you must install essential tools on your computer. In this guide, I will show you how and the best practices to follow.
0:00 – Introduction
0:15 – Homebrew
3:07 – Iterm2
6:23 – Install Visual Studio Code
8:35 – Git
11:04 – Terraform
12:20 – Enable Virtualization
13:36 – Docker
18:49 – Kubernetes Command Line
20:27 – AWS EKS Command Line
22:52 – AWS Command Line
25:01 – Configure an IAM user’s Access Key
31:04 – Generate Key Pairs
34:07 – Add Public Key Pair to GitHub
37:02 – Helm
Docs:
– Homebrew Doc:
– iTerm2:
– Install Visual Studio Code:
– Install Git:
git config –global user.name “Your Name”
git config –global user.email “youremail”
– Terraform:
– Enable Virtualization on Mac Computer: sysctl -a | grep machdep.cpu.features
– Download and Install Docker:
– Kubernetes CLI:
– AWS EKS CLI:
– AWS CLI:
– Generate Key Pairs: ssh-keygen -t rsa -b 2048
– Helm:
[ad_2]
source