PBPriyanka Burelainpriyanka-burela.hashnode.dev·Apr 21, 2023 · 4 min read3 Tier ALB Context Path-based Routing using Terraform in AWS.Hello Everyone, Today we will be deploying a 3-tier Context Path Based ALB using Terraform in AWS. Previously I used a simple Application load balancer so this is an upgrade to project2. Services used are EC2 Instances, VPC, Nat gateway, Internet Gat...00
PBPriyanka Burelainpriyanka-burela.hashnode.dev·Apr 20, 2023 · 2 min readAWS Certificate Manager DNS ValidationIntroduction: In This, I have created an HTTPS AWS Certificate (ACM) and validated it with my domain in AWSRoute53 using DNS validation. Step 1: You'll Register a Domain: Step 2: Purchase the Domain and enter all the personal details, checkout, and ...00
PBPriyanka Burelainpriyanka-burela.hashnode.dev·Apr 7, 2023 · 4 min readDeploy 3 Tier HA Application Load Balancer using Terraform in AWSHello Everyone, Today we will be deploying a 3-tier ALB using Terraform in AWS. Previously I used a classic load balancer so this is an upgrade to project1. Services used are EC2 Instances, VPC, Nat gateway, Internet Gateway, security groups, and App...02EB
PBPriyanka Burelainpriyanka-burela.hashnode.dev·Mar 25, 2023 · 3 min readDeploy 3 Tier High Availability Application using Terraform in AWSHello All, Today we will be deploying a 3 tier Application using Terraform in AWS. Project Details and Link AWS services: EC2 Instances, VPC, Nat Gateway, Internet Gateway, security groups, Classic Load balancer. github link:- https://github.com/piya...00