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
HRHritik ranjaninblogs.hritikranjan.in·3d ago · 19 min read🚀 AWS CLI Deep Dive | Complete Beginner Guide (Concepts, Installation & Hands-on Demo)The AWS Command Line Interface (AWS CLI) is one of the most important tools for DevOps Engineers, Cloud Engineers, and System Administrators. While the AWS Management Console (GUI) is excellent for be30
KEKingsley Erhatiemwonmoninkingzcloud.hashnode.dev·4d ago · 8 min readReflection – Week 2Biggest Technical Insight I Got This Week The biggest technical insight I gained this week is that Agentic AI is much more than an AI chatbot—it is a system that can follow a structured workflow to co01K
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