ACALLAN CHERUIYOTinallan-blog.hashnode.dev·Jun 5, 2025 · 5 min readManaging High Traffic Applications with AWS Elastic Load Balancer and TerraformManaging High Traffic Applications with AWS Elastic Load Balancer and Terraform 1. Introduction: The Need for Scalable and Highly Available Web Apps In today's digital landscape, web applications are expected to be available 24/7, capable of handling...00
ACALLAN CHERUIYOTinallan-blog.hashnode.dev·Jun 5, 2025 · 5 min readDeploying a Highly Available Web App on AWS Using TerraformDeploying a Highly Available Web App on AWS Using Terraform In today's fast-paced digital world, ensuring our applications are always available and resilient is paramount. Manual infrastructure setup is prone to errors and can't keep up with rapid ch...00
ACALLAN CHERUIYOTinallan-blog.hashnode.dev·Jun 3, 2025 · 2 min readDeploying Your First Server with Terraform: A Beginner's GuideDeploying Your First Server with Terraform: A Beginner's Guide Terraform is a popular Infrastructure as Code (IaC) tool that helps you provision and manage cloud resources safely and efficiently. In this guide, you’ll learn how to deploy your very fi...00
ACALLAN CHERUIYOTinallan-blog.hashnode.dev·May 27, 2025 · 4 min readStep-by-Step Guide to Setting Up Terraform, AWS CLI, and Your AWS EnvironmentStep-by-Step Guide to Setting Up Terraform, AWS CLI, and Your AWS Environment Welcome to the journey of Infrastructure as Code (IaC)! To effectively manage your cloud resources using Terraform, you need a robust environment setup. This guide will wal...00
ACALLAN CHERUIYOTinallan-blog.hashnode.dev·May 27, 2025 · 3 min readWhat is IAC and its benefitsInfrastructure as Code (IaC) is a fundamental approach to managing and provisioning IT infrastructure through machine-readable definition files, rather than through manual processes or physical hardware configurations. Essentially, it applies softwar...00