Mar 29 · 5 min read · Let's talk about most important features in terraform where devops engineers use day to day life Workspaces When you create an EC2 instance using Terraform, the details of that resource are stored in
Join discussionMar 27 · 4 min read · Ever Felt Bored Creating Resources Manually? Till now, we’ve been creating resources like EC2 instances, S3 buckets, VPCs… clicking here, clicking there in the AWS console. It’s fine when it’s just on
Join discussionMar 22 · 5 min read · Modern applications must handle unpredictable traffic while remaining highly available. Manually provisioning infrastructure for this is slow, error-prone, and difficult to scale. This is where Terraf
Join discussionFeb 11 · 4 min read · In the previous blog, we understood Terraform fundamentals and workflow. Now it’s time to provision real infrastructure. In this blog, we will: Generate SSH key using ssh-keygen Upload public key to AWS using Terraform Create a Security Group Lau...
Join discussion
Feb 10 · 3 min read · Introduction In modern DevOps, manual infrastructure creation is a liability. Clicking resources in the AWS console may work for learning, but it completely breaks down when you need: Repeatability Version control Team collaboration Scalability ...
Join discussion
Feb 8 · 4 min read · #30DaysOfAWSTerraform By Day 4, I already know how to define AWS resources in Terraform and apply them. But real infrastructure work depends on something deeper: state. Terraform’s internal snapshot of your infrastructure determines what exists, what...
Join discussion
Feb 7 · 6 min read · Introduction If you're working with Terraform and Azure, you've probably encountered situations where you need to create multiple resources based on hierarchical data structures. For example, creating multiple Virtual Networks (VNets) and then multip...
Join discussion
Jan 31 · 4 min read · Scenario: A company's CloudOps Engineer deploys four new Amazon EC2 instances by using the standard Amazon Linux 2 Amazon Machine Image (AMI). The company needs to be able to use AWS Systems Manager to manage the instances. The Engineer notices that ...
Join discussion