Day 49: Terraform hands-on projectHello everyone! Welcome back to our Terraform journey. In the previous tasks, we have learned about the basics of Terraform, its configuration file, and creating an EC2 instance using Terraform. Today, we will explore more about Terraform and create ...Oct 14, 2023·6 min read
Day 44: Deploying Web App using AnsibleHello everyone! In the last article, we saw how to write Ansible playbooks and deploy services on worker nodes using the same. Today as we wind up Ansible, we will deploy a web application on a worker node from the MAster server using Ansible. Let's ...Sep 19, 2023·2 min read
Day 43: Ansible PlaybooksHello everyone! Yesterday we saw Ansible Ad-hoc commands and how to establish relationships among the Master and worker servers. Today we are diving into the world of ansible playbooks. We will control all hosts from a single machine. Let’s start. Wh...Sep 18, 2023·2 min read
Day 42: Ad-hoc commands in AnsibleHi everyone! In the last article, we saw the basics of Ansible, and its architecture, and connected our Master server to the worker server. Today we will explore more about the working of Ansible and its ad-hoc commands. Ad hoc in Latin means somethi...Sep 16, 2023·2 min read
Day 41: Getting started with AnsibleHi everyone, In the last article, we saw the comparison between IaC and configuration management. So today we are going to start understanding Ansible in-depth. What’s this Ansible? Ansible is an IT automation engine that can automate various IT need...Sep 14, 2023·5 min read
Day 40: Understanding IaC and Configuration ManagementHi everyone! In the last few days, we deep-dived into AWS and the CI/CD pipeline. Moving on from the public cloud and pipelines, we will be looking into the tools that help us provision infrastructure on cloud and maintain it. Provisioning infra on t...Sep 14, 2023·4 min read
Day 39: CI/CD pipeline on AWS part 4Hello everyone! In the last installments of the CI/CD pipeline series, we learned code commit, code build, and code deploy. Today we will automate this whole process by creating an AWS CI/CD pipeline and completing our topic AWS in the DevOps journey...Sep 13, 2023·3 min read