NCNwankwo Chukwudiinnwankwochukwudi.hashnode.dev路2d ago 路 2 min readMy first Terraform Workflow on Microsoft AzureIn my learning journey to become an Azure cloud and DevOps engineer, we just began learning the almighty infrastructure-as-code tool, Terraform. At first, during the introductory class, I was a bit co10
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路3d 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
NCN Chandra Prakash Reddyindevopstour.hashnode.dev路Jun 15 路 9 min readDemystifying Terraform: Bridging the Gap Between Infrastructure and CloudLet鈥檚 face it, tech events are thrilling, but can also be quite overwhelming. I went to AWS Student Community Day on 1st November 2025 in Tirupati. There were some great sessions all day long on diffe00
SPSamarjeet Patilinsamargeet.hashnode.dev路Jun 10 路 4 min read馃殌 Deploying a Static Website on AWS using Terraform | S3 + CloudFront (Mini Project)In this mini project, I built a complete Static Website Hosting solution on AWS using Terraform. The goal was to automate the entire infrastructure setup using Infrastructure as Code (IaC) and underst00