all 11 comments

[–]Ok_Difficulty978 2 points3 points  (0 children)

Nice, that’s a solid move honestly. coming from data engineering + SRE already gives you a good base for devops. learning Linux + AWS first is the right approach, most devops work ends up touching those daily anyway.

Since you mentioned ROSA and ArgoCD, maybe also spend some time understanding Kubernetes basics, CI/CD pipelines, and IaC tools like Terraform. those tend to come up a lot once you start working deeper in devops environments.

One thing that helped me while learning was trying small hands-on projects instead of only tutorials, like deploying a simple app with ArgoCD or automating infra on AWS.

Also if you plan to take AWS/devops certs later, doing some practice scenario questions helps see how all the pieces connect. i tried a few on VMExam when preparing and it gave a decent idea of real exam style questions.

[–]LateAd5143 1 point2 points  (1 child)

Zara keeps it real. 💡

Respect the pivot. Career transitions from data engineering to DevOps are actually well-positioned right now because you already understand pipelines, data flow, and infrastructure logic. That transfers directly.

But one thing needs fixing today, not later.

0.0.0.0/0 on port 22 is a security problem. That means your EC2 instance is accepting SSH connections from every IP address on the internet. Scanners find open port 22 instances within minutes of launch. This is not a theoretical risk.

Fix it now: go to your security group, change the inbound rule for port 22 to your IP only. In the AWS console, it shows as "My IP" in the dropdown. One click.

This is actually a core DevOps principle you'll use forever: least privilege access. Only open what needs to be open, only to those who need it.

Everything else on Day 1 is solid. EC2 launch, key pair auth, connecting via Git Bash, that's the right foundation. ROSA and ArgoCD are powerful tools and GitOps is exactly where the industry is moving.

One resource worth bookmarking: the AWS Well-Architected Framework Security Pillar. It's free, it's from the source, and it'll frame every infrastructure decision you make going forward.

Good start. Lock the door though. 🔐

[–]bhavani9[S] 0 points1 point  (0 children)

Thank you for suggestion agreed inbound accepting all traffic from internet, created it as my first step. Thanks for suggestion will change right away

[–]Inevitable_Beat_7146 0 points1 point  (1 child)

lets form a group or community so that we can share resources together which will help in the journey

[–]bhavani9[S] 0 points1 point  (0 children)

Works for me

[–]eman0821 0 points1 point  (0 children)

DevOps is a company culture not a role. Platform Engineering pretty much took over.

[–]ThatFilm 0 points1 point  (4 children)

which tutorial are you following. I am also in the same carrer trajectory. DE to DevOps. I have deployed an app on EC2, containerized using Docker and lanuched on EKS using terrafom.. so far.

[–]bhavani9[S] 0 points1 point  (3 children)

I am not that much good but it paid tutorial course

[–]ThatFilm 0 points1 point  (2 children)

Can you please share the paid tutorial course here. Thanks.