JGJanhvi Guptainstarting.hashnode.dev·1d ago · 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·2d ago · 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·2d ago · 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·5d ago · 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·6d ago · 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
RBRajesh Bindevrajesh.hashnode.dev·Jul 5 · 7 min readDay 95: Create Security Group Using Terraform | 100 Days of DevOpsContent Today I learned how to use Terraform to create an AWS Security Group inside the default VPC. Instead of manually configuring firewall rules through the AWS Console, I defined the security gro00
RBRajesh Bindevrajesh.hashnode.dev·Jul 4 · 6 min readDay 94: Create VPC Using Terraform | 100 Days of DevOps Content Today I learned how to use Terraform to provision AWS infrastructure by creating a Virtual Private Cloud (VPC). Instead of manually creating networking resources through the AWS Console, I de00
RBRajesh Bindevrajesh.hashnode.dev·Jul 3 · 7 min readDay 93: Using Ansible Conditionals | 100 Days of DevOpsContent Today I learned how to use Ansible conditionals (when) to execute different tasks on different managed hosts within a single playbook. Instead of creating separate playbooks for each server, 00
SPSumit Purohitincostcalculator.hashnode.dev·Jul 2 · 4 min read"Shift-Left Security" Is Not a Buzzword — Here's What It Actually Means for Your PipelineIf you've been following the DevSecOps conversation, you've almost certainly heard the phrase "shift-left security." It shows up in conference talks, vendor marketing, and engineering blog posts const00