DCDwayne Chimaindwaynechima.hashnode.dev·Dec 26, 2024 · 8 min readBuilding a 3-Tier Multi-Region High Availability Architecture with TerraformAdherence to best practices, scalability, and accuracy are necessary when deploying a three-tier design across several locations.In our last blog here, we illustrated how to deploy a core infrastructure. We are now taking things a step further by dev...00
DCDwayne Chimaindwaynechima.hashnode.dev·Dec 23, 2024 · 10 min readBuild a Scalable Web Application with Auto Scaling on AWS using TerraformWe will discover how to use Terraform to launch a scalable web application on AWS. To make sure our application can scale dynamically in response to incoming traffic, we will have set up EC2 instances, an Elastic Load Balancer (ELB), and an Auto Scal...00
DCDwayne Chimaindwaynechima.hashnode.dev·Dec 22, 2024 · 8 min readDeploying a Static Website on AWS S3 with Terraform: A Beginner's GuideToday, we will use AWS S3 to launch a basic static website as part of a friendly project for beginners. We will integrate AWS CloudFront to ensure rapid content delivery over HTTPS while maintaining security. We will use Terraform best practices, suc...00
DCDwayne Chimaindwaynechima.hashnode.dev·Dec 21, 2024 · 3 min readPreparing for the Terraform Associate Exam: Key Resources and TipsThe Terraform Associate Certification confirms your ability to manage infrastructure as code. To ace the exam, review Terraform's major concepts, practical workflows, and best practices. This tutorial presents an effective technique to help you prepa...00
DCDwayne Chimaindwaynechima.hashnode.dev·Dec 20, 2024 · 3 min readPutting It All Together: Application and Infrastructure Workflows with TerraformToday, we work on integrating everything we've learnt thus far. We'll investigate how to manage both application and infrastructure code, streamline deployments, and maintain consistency with Terraform in real-world scenarios. In this post, we will b...00