Andres Cubillosacubillos.hashnode.dev·5 hours agoStart and Stop EC2 Instances with Event Bridge Scheduler Using Universal TargetsManaging EC2 instances efficiently is a common challenge for AWS users. Whether it's optimizing costs or ensuring resources are available when needed, automating these tasks can save time and effort. This is where EventBridge Scheduler comes in—a ful...DiscussAWS
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 30, 2024Day 54: Understanding Infrastructure as Code (IaC) and Configuration Management (CM)When working in the cloud, Infrastructure as Code (IaC) and Configuration Management (CM) play pivotal roles. While they often work together, they serve distinct purposes. Here’s a breakdown to fully understand these concepts and their applications. ...Discuss#IaC
Ngozi Oparangozihannahopara.hashnode.dev·Nov 29, 2024How to Launch an EC2 Instance in a Custom VPC Using CloudFormationIf you are a developer, network, or cloud engineer, you understand the challenges of constantly setting up different tools on the cloud to ensure consistent and secure environment deployment and avoid scaling challenges on web applications. With Infr...Discussnetworking
Neha Bawaneneha1302.hashnode.dev·Nov 27, 2024Blue Green DeploymentIntroduction Blue-Green Deployment is a technique used in software deployment where two identical environments are set up. The active environment, which is serves live traffic, is called the blue environment, and the idle environment is called the gr...Discuss·52 reads#ZeroDowntimeDeployment
Joshua Welbeckblog.joshuawelbeck.com·Nov 27, 2024Terraform BasicsTerraform is an open-source Infrastructure as Code (IaC) tool developed by HashiCorp. It allows users to define, provision, and manage infrastructure across various cloud providers (like AWS, Azure, and GCP) and on-premises environments using a decla...DiscussTerraform
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 27, 2024Understanding Infrastructure as Code (IaC) and Configuration Management (CM)In the world of cloud computing and DevOps, two concepts that play a key role in automating infrastructure management are Infrastructure as Code (IaC) and Configuration Management (CM). While they are related, they focus on different aspects of manag...Discuss·3 likesDevops
Cloud Commandercloudinit.hashnode.dev·Nov 24, 2024Use AWS Dynamic credentials with TerraformAs we all have been heavily using Terraform and Terraform Cloud as our main IAC, the main problem we sometimes face is the authentication between our cloud providers and Terraform. I have mostly seen people using access keys as the medium of auth, wh...DiscussAWS
Harendra Barotharrybdevops.hashnode.dev·Nov 24, 2024Terraform State File: A Key to Managing Your InfrastructureTerraform, a leading Infrastructure as Code (IaC) tool, empowers developers and DevOps engineers to define and manage infrastructure efficiently. At its core lies the Terraform State File, a vital component that tracks resources and their states, ens...DiscussTerraform
Yashraj Garnayakdisarj.hashnode.dev·Nov 24, 2024🚀 2nd week of my DevOps Journey: Multi-VM Setup and Hosting with VagrantWelcome back, everyone! In my ongoing DevOps Journey, I took a major step forward this week in building a multi-node infrastructure using Vagrant. This week was all about automating VM provisioning, hosting dynamic web applications, and applying my g...Discuss·1 likemultiple VM
Aakanchha Sharmaterraformlearning.hashnode.dev·Nov 23, 2024🚀 Understanding Terraform's Locking Mechanism for Safe State Management 🌐🔒When working with Terraform, managing your state file efficiently is critical to avoid conflicts and ensure your infrastructure remains consistent. This is where Terraform's state locking mechanism comes into play. Here's a quick dive into what it is...DiscussTerraform