Ricardo CinoforRicardo Cinoricardocino.hashnode.dev·Nov 20, 2024Avoiding CloudFormation Stack OutputsRecently I’ve been working on a new project where we created many resources in a lot of different stacks. A feature of CloudFormation is that you can output values from your stack, which is great for referencing resources in other stacks. However, wh...DiscussAWS
Ritesh Kumar Nayakwww.devopswithritesh.in·Nov 20, 2024Enhance Azure Traffic Manager with Terraform: Leveraging Data SourcesAzure Traffic Manager is a robust DNS-based traffic load balancer that enables you to distribute network traffic efficiently across multiple regions. Imagine a scenario where you've deployed both web and application servers in various regions to ensu...DiscussAzure
Siddhesh PrabhugaonkarforCloud Authoritycloud-authority.com·Nov 17, 2024Using ARM templates to provsion resources in AzureIntroduction Azure Resource Manager (ARM) templates are powerful tools for automating the deployment of Azure resources. Written in JSON, ARM templates define the infrastructure and configurations, enabling Infrastructure as Code (IaC) practices. Let...Discussazure arm
kalyan dahakeaekshant.hashnode.dev·Nov 14, 2024Understanding Terraform: A Friendly Guide to State Management, Locking, Remote Backend, and ModulesTerraform is a popular Infrastructure-as-Code (IaC) tool that allows you to manage and provision infrastructure in a repeatable, efficient, and consistent way. Whether you're provisioning a server on AWS, creating a network on Azure, or managing reso...Discuss·3 likesTerraform
Amulyaawscloudbasics.hashnode.dev·Nov 13, 2024Common Terraform Interview Scenarios: Infrastructure Migration and Drift DetectionAs organizations increasingly adopt Infrastructure as Code (IaC) practices, Terraform has become a crucial skill for DevOps engineers. This article explores two of the most commonly asked Terraform interview scenarios and provides detailed solutions ...DiscussDevOpsTerraform
Lukas RottachProlrottach.hashnode.dev·Nov 11, 2024Exploring Azure Deployments with Terraform StacksImagine trying to keep your infrastructure code repeatable and reliable-only to find yourself reinventing the wheel for every environment. You tweak a setting here, change a configuration there, and before you know it, you're buried in a pile of near...Discuss·1 like·44 readsAzure
Amulyaawscloudbasics.hashnode.dev·Nov 11, 2024Understanding Terraform Provisioners: A Real-World Implementation GuideIntroduction Terraform Provisioners are powerful tools that enable you to execute scripts and commands on resources during creation or destruction. While Terraform excels at infrastructure provisioning, provisioners bridge the gap between infrastruct...DiscussDevOpsTerraform
Amulyaawscloudbasics.hashnode.dev·Nov 11, 2024Understanding Terraform Modules - A Complete GuideIntroduction Terraform modules are a fundamental concept that helps in organizing and maintaining Infrastructure as Code (IaC). This guide explains what modules are, why they're important, and how to implement them effectively. Why Modules? - The Mon...DiscussDevOpsTerraform
Harendra Barotharrybdevops.hashnode.dev·Nov 11, 2024How to Free Up Disk Space on a Full Linux SystemCheck Disk Usage ~ Run the following command to identify which partitions are full: df -h ~ Look for the partition with 100% usage, usually /. Clear Temporary Files ~ Free up space by clearing temporary files: sudo rm -rf /var/tmp/* sudo rm -rf...Discuss·1 likeDisk space Management
REHAN SAYYEDdignitas.hashnode.dev·Nov 10, 2024Attacking On-Prem IaCIaC Challenge Now that you have learned how on-prem IaC deployments work and the security concerns that arise when using IaC. In order for us to provide you with this challenge, a significant amount of software had to be kept at specific version lev...DiscussDevsecops#IaC