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
RBRajesh Bindevrajesh.hashnode.dev·Jul 1 · 7 min readDay 92: Managing Jinja2 Templates Using Ansible | 100 Days of DevOpsContent Today I enhanced an existing Ansible role by adding a Jinja2 template and a task to deploy it. This lab helped me learn how to use the Ansible Template module, create reusable templates, and 00
RBRajesh Bindevrajesh.hashnode.dev·Jun 30 · 7 min readDay 91: Ansible lineinfile Module | 100 Days of DevOpsContent Today I worked on an Ansible automation task that involved installing and configuring the Apache HTTP server on multiple application servers in the Stratos Datacenter. I also learned how to d00