Day 62 - Terraform and DockerTerraform needs to be told which provider to be used in the automation, hence we need to give the provider name with source and version. For Docker, we can use this block of code in your main.tf Blocks and Resources in Terraform Terraform block Task-...Feb 2, 2026·2 min read
Day 56: Understanding Ad-hoc commands in AnsibleAnsible ad hoc commands are one-liners designed to achieve a very specific task they are like quick snippets and your compact swiss army knife when you want to do a quick task across multiple machines. Ansible ad hoc commands are quick, one-line inst...Dec 14, 2025·1 min read
Day 55 : Understanding Configuration Management with AnsibleWhat's this Ansible? Ansible is an open-source automation tool that simplifies complex IT tasks like configuration management, application deployment, and provisioning for tasks like server setup, updates, and software installations. It uses a simple...Dec 6, 2025·3 min read
Day 54: Understanding Infrastructure as Code and Configuration ManagementWhat is the difference ? Infrastructure as Code (IaC) is the process of provisioning and managing IT infrastructure like servers and networks through code, while Configuration Management (CM) focuses on automating the configuration of applications, o...Nov 2, 2025·5 min read
Day 53: Your CI/CD pipeline on AWS - Part 4What is CodePipeline ? AWS CodePipeline is a fully managed continuous delivery service that automates your release pipelines for fast and reliable application and infrastructure updates. It enables you to model, visualize, and automate the steps requ...Oct 12, 2025·1 min read
Day 52: Your CI/CD pipeline on AWS - Part 3What is CodeDeploy ? AWS CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances, serverless Lambda functions, or Amazon ECS services. CodeDeploy can deploy application content that r...Oct 5, 2025·1 min read
Day 51: Your CI/CD pipeline on AWS - Part 2What is Code Build ? AWS Code Build is a fully managed build service in the cloud. Code Build compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the need to provision, manage, and scale y...Sep 27, 2025·1 min read