Chinnayya Chinthaiac-terraform.hashnode.dev·12 hours agoTerraform Config-Driven Import: Bring Your Infrastructure Under ControlWhy Import Resources into Terraform? When managing existing infrastructure with Terraform, importing resources is often the first step. It helps bring unmanaged resources into Terraform’s control so you can automate and standardize their management. ...cloudformation
Shaik Mustafaiaac.hashnode.dev·Dec 20, 2024Day-1 of Terraform Certification JourneyTerraform is a powerful Infrastructure as Code (IaC) tool that allows you to define and manage infrastructure using configuration files. In this blog, we’ll explore how to use Terraform to provision an Amazon EC2 instance, one of the most common use ...Terraform
Shaik Mustafaiaac.hashnode.dev·Dec 20, 2024Why Terraform is a Game-Changer for Cloud and DevOps TeamsThe Traditional Approach to Cloud Management When starting with cloud computing, most users prefer using the management console. It’s a simple, graphical interface that allows you to create resources by clicking through menus. For small organizations...#IaC
Arjun Manoj Kumarcontent.mkarjun.com·Dec 20, 2024The Future of Platform Engineering: 2025Platform engineering in 2025 is no longer a niche domain within IT; it is the cornerstone of digital innovation, operational efficiency, and business agility. With the confluence of AI, hybrid computing, and decentralized teams, platform engineering ...Platform Engineering
Hari Lachannagariterraform-series.hashnode.dev·Dec 19, 2024Understanding Providers and Variables in TerraformTerraform, as an Infrastructure as Code (IaC) tool, enables the declarative configuration and provisioning of infrastructure resources. Two key concepts that every Terraform user must grasp are providers and variables. Let’s dive into these concepts ...Terraform
Hari Lachannagariterraform-series.hashnode.dev·Dec 18, 2024Introduction to TerraformTerraform, developed by HashiCorp, is a powerful Infrastructure as Code (IaC) tool that allows you to define and manage infrastructure resources across various cloud providers and on-prem environments. Whether you're provisioning servers, databases, ...3 likesTerraform
Amitabh soniamitabhdevops.hashnode.dev·Dec 18, 2024TerraWeek Day-05TerraWeek Day 5: Terraform Modules, Composition, and Versioning Welcome back to TerraWeek Day 5! In today’s post, we will dive into the core concepts of Terraform Modules, Modular Composition, and Module Versioning. We'll also take a look at how to l...Devops
Celestina Odilitinatech.hashnode.dev·Dec 17, 2024Infrastructure as Code with Terraform: Crafting Configuration Files for Resources CreationIntroduction Infrastructure as Code (IaC) tools enable you to manage and provision infrastructure using configuration files instead of relying on a graphical user interface. IaC facilitates the creation, modification, and management of infrastructure...Terraform
Munilakshmi G J100daysdevops.hashnode.dev·Dec 17, 2024Day 52 of 100 Days : The Evolution of Infrastructure Management with IaC & AWS CloudFormationInfrastructure management has come a long way. Imagine setting up everything manually for each server—hours spent clicking through settings, only to repeat the process for every new deployment. Now, imagine doing it in just a few minutes with a singl...#IaC
Sahil Patilsahil-patil.hashnode.dev·Dec 17, 2024Automating Infrastructure with AWS CloudFormationIn today’s fast-paced world of software development and operations, managing infrastructure manually can be a time-consuming and error-prone task. That’s where AWS CloudFormation comes into play! It allows you to automate and manage your infrastructu...☁️ AWS CloudAWS