SPSamarjeet Patilinsamargeet.hashnode.dev·Jun 12 · 4 min readBuilding Multi-Region VPC Peering on AWS using Terraform | Mini Project In this mini project, I explored one of the most important networking concepts in AWS — VPC Peering. The goal was to establish private communication between multiple VPCs located in different AWS regi00
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
SPSamarjeet Patilinsamargeet.hashnode.dev·Jun 8 · 6 min readTerraform Data Sources in AWS: Using Existing Infrastructure Instead of Creating EverythingAs Terraform adoption grows in organizations, not every resource you work with will be created by your own Terraform code. Many times, network infrastructure such as VPCs, subnets, security groups, or00
SPSamarjeet Patilinsamargeet.hashnode.dev·Jun 8 · 6 min readMastering Terraform Functions: Building Smarter and More Dynamic InfrastructureInfrastructure as Code becomes truly powerful when you combine resources, variables, and Terraform Functions. While resources create infrastructure, functions help transform, validate, manipulate, and00
SPSamarjeet Patilinsamargeet.hashnode.dev·Jun 4 · 6 min readUnderstanding Terraform Lifecycle Meta-Arguments with AWS Practical ExamplesCreating infrastructure with Terraform is only part of the story. In real-world environments, engineers often need more control over how Terraform creates, updates, validates, and protects resources. 10