Andrew Brownandrewbrown.hashnode.net·Aug 26, 2021HashiCorp Terraform Associate Exam Review[Update] Complete 12-hour free study course https://www.youtube.com/watch?v=V4waklkBC38 Get your free practice exam (complete set with 57 questions!) https://exampro.co/terraform I create free cloud certifications full-time. I sat this exam so I co...Eleftheria Batsou and 2 others are discussing this3 people are discussing thisDiscuss·208 likes·4.3K readsTerraform
Dipankar DasforKubesimplifykubesimplify.hashnode.net·Aug 18, 2022Let's talk about AnsibleWhat is Ansible Basically, Ansible is a configuration management tool used to configure multiple computers/servers at the same time without manual inputs to each one of them It is Push based configuration tool thereby eliminating the need to install ...Barkatul Mujauddin and 1 other are discussing this2 people are discussing thisDiscuss·93 likes·709 readsansible
Rishab Kumarrishabkumar7.hashnode.net·Sep 29, 2022How did I become a DevOps EngineerHey friends 👋 I wanted to talk about my journey from cloud engineer to devops engineer, some of you already know bit about my career trajectory from help-desk to cloud engineer and then to DevOps engineer. If you would like to know what DevOps is, c...Kirk Gordon and 4 others are discussing this5 people are discussing thisDiscuss·68 likes·1.8K readsDevops
Rahul Kumar Vermarahulkverma.hashnode.net·Apr 24, 2023Tainting a Resource - TerraformYou have created a new resource via Terraform and multiple users(your teammates) have made a lot of manual changes with respect to the infrastructure you have created. There are two ways to deal with these manual changes: <1>. Import the changes to T...Discuss·11 likes·131 readsTerraform
Diego Velezvelez.hashnode.net·Apr 24, 202310 Terraform Best Practices1. Use modules (DRY code) Don't Repeat Yourself (DRY) is one of the software development principles. This principle aims to avoid redundancy in the code declaration. Whenever you find yourself writing the same terraform code more than once, use modul...DiscussDevops
LABOUARDY Mohamedmlabouardy.hashnode.net·Apr 24, 2023Deploy Komiser to AWS with TerraformKomiser is an open-source cloud-agnostic inventory solution that gives you a holistic view of your cloud resources and helps you uncover insights about your infrastructure such as cost wasted, security threats, and compliance issues. This tutorial wi...Discuss·1 likeTerraform
VIKRAM SINGHforVIKRAM SINGH's team blogvikramsingh.hashnode.net·Apr 24, 2023AWX GUI of AnsibleAnsible is a popular open-source automation tool used for managing configurations, deploying applications, and orchestrating complex IT workflows. AWX is a web-based GUI for Ansible that provides a user-friendly interface for managing and monitoring ...DiscussAWS
Sunitasunitabachhav2007.hashnode.net·Apr 24, 2023Using Terraform to deploy an EC2 instance with bootstrapped JenkinsWhat is Terraform? HashiCorp Terraform is a cloud-agnostic infrastructure as code (IaC) tool that allows you to create declarative configuration files and build resources from those files. Terraform can work with many different cloud platforms becaus...shubhlaxmi S and 2 others are discussing this3 people are discussing thisDiscuss·7 likes·2.8K readsTerraform
Abhiraj Kharbadeabhirajdevops.hashnode.net·Apr 23, 2023"The Default Ports That Some Popular Devops Tools and Technologies Run On "As DevOps has become an increasingly important part of software development, a variety of tools and technologies have emerged to help developers and operations teams work together more effectively. However, these tools and technologies often require ...Discuss·10 likesDevops
Eniola Amioladevopsnode.hashnode.net·Apr 22, 2023AWS Load Balancer and ASG with Terraform and GitHub ActionsIntroduction In today's world, where technology has become an essential aspect of our daily lives, it is important to have a reliable and scalable infrastructure to support your applications. The ability to quickly and easily provision and manage inf...Discuss·1 like·65 readsAWS
Saumya Pandeysaumyapandey.hashnode.net·Apr 22, 2023From Zero to Virtual Network with Terraform and Terratest: A Step-by-Step Guide Part 2In the previous blog, we created vnet and subnet using Terraform. In this blog, we will be testing those resources using Terratest. I will recommend to go through that blog once, it will help you to understand the flow. Here is the link to the previo...Discuss·10 likes·29 readsDevops
Chisom Judechisomjude-1630200619454.hashnode.net·Apr 21, 2023Deploy Azure Ubuntu VM with Nginx Webserver using TerraformSequel to the last Terraform Azure Project - Deploying 3 Tier Application o Azure App Service via Terraform, this project won't be deploying to Azure App Service but will guide you on setting up your environment, in this case, an Ubuntu 20.04 virtual...Discuss·58 readsDevops
Priyanka Burelapriyanka-burela.hashnode.net·Apr 21, 20233 Tier ALB Context Path-based Routing using Terraform in AWS.Hello Everyone, Today we will be deploying a 3-tier Context Path Based ALB using Terraform in AWS. Previously I used a simple Application load balancer so this is an upgrade to project2. Services used are EC2 Instances, VPC, Nat gateway, Internet Gat...Discuss·10 likes·1.3K readsTerraform