AAAmrit Aryaindevops-arya.hashnode.dev·Jul 26 · 7 min readWhy I'm Learning DevOps & My RoadmapHello Developers, Myself Amrit Arya, a 3rd year Student at ITER SOA who is also a techie, a bit of lazy but very eager and motivated to deep dive in the world of DevOps and Cloud. It wasn't a sudden t00
SSarthak-code786indevops-learning-commands.hashnode.dev·Jul 26 · 4 min readWhat Actually Happens After You Type git push?If you've worked with Git for even a few days, you've probably typed this command hundreds of times. git push A few seconds later, your code appears on GitHub. It feels almost magical. But behind tha00
NHNweke Henryinhenrycloud.hashnode.dev·Jul 14 · 8 min read My Alert Fired at 4:40am. Three Places Were Notified Before I Woke Up. (Week 5)Here is what happened while I was asleep. CPU hit 99.85% on my node at 4:40am. My terminal printed the alert. Slack sent a message to #observability-critical. My Gmail received an email. Five minutes 00
SPSumit Purohitincostcalculator.hashnode.dev·Jul 14 · 4 min readPlatform Engineering vs DevOps: Which Model Scales BetterAs engineering organizations grow, a question eventually surfaces: does our current DevOps structure still work, or do we need something more centralized? This question of scalability sits at the hear00
JGJanhvi Guptainstarting.hashnode.dev·Jul 12 · 2 min readThe PlanningAnd from this point onward, I'll be using Linux as my primary development environment. Honestly, saying goodbye to Windows feels a little uncomfortable. I've spent years building muscle memory around 10
RBRajesh Bindevrajesh.hashnode.dev·Jul 11 · 6 min readDay 100: Create and Configure CloudWatch Alarm Using Terraform | 100 Days of DevOpsContent Today I learned how to provision an EC2 instance and configure an Amazon CloudWatch Alarm using Terraform. I also learned how to connect the alarm to an existing SNS topic so that notificatio00
RBRajesh Bindevrajesh.hashnode.dev·Jul 11 · 10 min readDay 99: Attach IAM Policy for DynamoDB Access Using Terraform | 100 Days of DevOpsContent Today I learned how to provision an Amazon DynamoDB table, create an IAM Role, and attach a read-only IAM Policy using Terraform. Instead of configuring these resources manually through the A00
RBRajesh Bindevrajesh.hashnode.dev·Jul 8 · 6 min readDay 98: Launch EC2 in Private VPC Subnet Using Terraform | 100 Days of DevOpsContent Today I learned how to provision a private AWS VPC, private subnet, Security Group, and an EC2 instance using Terraform. Instead of manually creating the resources in AWS, I defined the compl10
RBRajesh Bindevrajesh.hashnode.dev·Jul 7 · 7 min readDay 97: Create IAM Policy Using Terraform | 100 Days of DevOps Content Today I learned how to create an AWS IAM Policy using Terraform. Instead of manually creating the policy through the AWS Console, I defined it as code using Terraform. I also learned how IAM 00
RBRajesh Bindevrajesh.hashnode.dev·Jul 6 · 7 min readDay 96: Create EC2 Instance Using Terraform | 100 Days of DevOpsContent Today I learned how to use Terraform to provision an AWS EC2 instance along with an AWS Key Pair. Instead of manually launching an EC2 instance through the AWS Console, I defined the infrastr00