MSP

Terraform Meets GitOps: Setting Up Atlantis on AWS for Automated Infrastructure Management

Introduction Infrastructure automation is a crucial part of modern DevOps workflows, enabling teams to manage cloud resources efficiently using Infrastructure as Code (IaC). Terraform is a widely used IaC tool, and when paired with Atlantis, it provides a seamless, GitHub-driven workflow for managing infrastructure changes. Atlantis...

by Pranjal Tripathi
Tag: terraform
26-Mar-2025

DevOps

Terraform Mastery Part 2: Advanced Techniques for Pro Infrastructure

Introduction Welcome back to the exciting adventure through the Terraform Mastery blog series! In Part 1 of this series, we revealed some basic and advanced tips to decorate your IAC management capabilities. Now, in this part, we’re going to dive deep into some other important tips that may in addition streamline your workflow,...

by Karandeep Singh
Tag: terraform
13-Dec-2024

DevOps

Terraform Mastery Part 1: Tips for Pro Infrastructure

Introduction Welcome to the magical world of Terraform, where cloud infrastructure meets innovation! While many people know the basics, there are hidden gems buried deep inside this powerful tool just waiting to be discovered. This blog is your guide to some unique tips and tricks that can supercharge your Terraform skills, increase your...

by Karandeep Singh
Tag: terraform
05-Dec-2024

DevOps

Optimizing Enterprise Search: A Resilient Multi-Node Elasticsearch Cluster with Terraform Explained

Introduction Elasticsearch is a powerful search engine that's commonly used for log and data analytics. Setting a multi-node cluster enhances the availability, fault tolerance, and performance of Elasticsearch, making it a preferred choice for production environments. In this blog post, I'll walk you through the steps to create a...

by Saurabh Joshi
Tag: terraform
13-Sep-2024

Application Security, AWS

Creating Production Grade Microservices Architecture on AWS EKS

Introduction The main goal of this blog is to provide production-grade best practices for Microservices Infra in a way to implement the entire system easily on your own. You’ll see what an end-to-end solution looks like, including how to combine Kubernetes, AWS VPCs, data stores, CI/CD, secrets management, and a whole lot more to...

by Sanyam Munjal
Tag: terraform
01-Aug-2023

AWS, Technology

Launching Infrastrucure using Terraform (Infrastructure as Code)

Terraform is a tool for creating, managing and versioning the infrastructure effectively. Terraform provides a common configuration to launch infrastructure of physical servers, DNS, Email Servers. With terraform, we will be launching servers using simple file based configuration ( JSON based ) and maintain versioning for each launch on...

by Vikash Jha
Tag: terraform
26-Dec-2014