© 2022 Hashnode
#terraform
Cloud Automation This project is made to display the Cloud Automation tools available and how to use them to have a online Website up and running in no time in AWS cloud using Terraform(to do IAAC) an…
Automation is very crucial in development which eliminates/reduces human error during manual provisioning. Automation enables teams to focus on work that adds value to the business which in turn incre…
First Step with Terraform What is Terraform? Terraform is an infrastructure management tool developed by HashiCorp that lets you provision manage and maintain cloud resources like Servers, Networking,…
Terraform CLI commands Install terraform on Ubuntu sudo apt-get update && sudo apt-get install -y gnupg software-properties-common wget -O- https://apt.releases.hashicorp.com/gpg | \ gpg --dearmor | \ sudo tee /usr/share/keyrings/h…
Overview Site Reliability Engineers (SRE) are keen on managing an organization’s cloud infrastructure. Terraform is an open-source tool that helps you achieve that. It also helps you with automating v…
In this article I will show you in a simple way, how to set up a CI/CD pipeline that automatically deploys your google cloud infrastructure resources using Terraform, Cloud Build and Github. Objectiv…
This article is a continuation of my previous article about deploying a MERN app with docker-compose, terraform and pushing the image on AWS ECR. You can find this article here In this article, we are…
In this article, I am going to be stating a step-by-step process of deploying a MERN app (Mongoose, Express, React, Node js) on AWS using ECR and docker-compose Prerequisite This tutorial assumes th…
An increasing number of products are being developed with performance and scalability in mind. Modern developers need to rely on improved tooling to efficiently and reliably build, test and deploy the…
Infrastructure as Code is a widely used terminology by DevOps professionals. Before understanding what IaC is, you should first try to understand the reason behind why IaC came into existence and why …