π Terraform Series β Day 12
Secure State Management (S3 + DynamoDB Locking) π Abstract In Terraform, the state file (terraform.tfstate) is the most critical component that connects your configuration with real infrastructure. H

Search for a command to run...
Articles tagged with #ec2
Secure State Management (S3 + DynamoDB Locking) π Abstract In Terraform, the state file (terraform.tfstate) is the most critical component that connects your configuration with real infrastructure. H

Variables & Outputs (Make Your Code Smart π₯) In real-world DevOps, writing flexible and reusable code is very important.Today, we will learn how to use Variables and Outputs in Terraform to make our

Terraform Setup on AWS EC2 & Local (Ubuntu , window ) In Day 1, we understood the fundamentals of Terraform and Infrastructure as Code (IaC).Now, in Day 2, we will set up Terraform in real environment

Introduction to Terraform & Infrastructure as Code (IaC) In modern DevOps practices, managing infrastructure manually is no longer scalable or efficient. Organizations are rapidly shifting towards aut

π° Introduction In this guide, Iβll walk you through how I deployed a basic NGINX web server setup using AWS services like EC2, ALB, Subnets, and VPC. Each server displays a simple custom message and the traffic is distributed using an Application Lo...

π― Aim: To securely transfer files from one EC2 instance to another using the rsync utility, where data resides on an attached and mounted EBS volume, while preserving permissions and ensuring efficiency. π Overview: In this task, we used two EC2 in...
