Cloud Automation

Day 16 – Introduction to AWS DevOps Tools: CodePipeline & CodeDeploy

Introduction DevOps is often misunderstood as automation scripts. In reality, DevOps is about reducing friction between ideas and production. AWS DevOps tools operationalize this philosophy. The Problem Before DevOps Traditional deployment challenges: DevOps replaces fear with repeatability. CodePipeline: Orchestrating the Journey CodePipeline manages: It provides: Diagram Description:  A linear pipeline flowing from Source → Build […]

Day 16 – Introduction to AWS DevOps Tools: CodePipeline & CodeDeploy Read More »

, ,

Day 9 – Serverless Computing with Google Cloud Functions:

Introduction Serverless computing is revolutionizing the way cloud engineers build and deploy applications. In a serverless model, developers focus entirely on writing code without worrying about infrastructure management, scaling, or server maintenance. Google Cloud Functions (GCF) is GCP’s fully managed serverless compute service that allows you to run event-driven functions in response to various triggers.At

Day 9 – Serverless Computing with Google Cloud Functions: Read More »

, , , , , ,

Day 9 – Infrastructure as Code (IaC) with Terraform & Ansible

Introduction In today’s DevOps world, Infrastructure as Code (IaC) has changed the way engineers manage and set up IT infrastructure. Instead of manually configuring servers and networks, IaC lets teams define everything using code—making deployments consistent, repeatable, and easy to scale. At CuriosityTech.in, we focus on teaching IaC not just for automation, but to help

Day 9 – Infrastructure as Code (IaC) with Terraform & Ansible Read More »

, , , , , , , ,