KALPESH MOHANTAkalpeshblog.hashnode.dev·Sep 23, 2024AWS VPC: Virtual Private CloudVPC is a virtual network that you create in the cloud. It allows you to have your own private section of the internet. Within this VPC, you can create and manage various resources, such as servers, databases, and storage. VPC components Virtual priv...AWS
Sumit Mondalsumit007.hashnode.dev·Sep 11, 2023"Utilize Terraform to set up a three-tier architecture on AWS."What is 3-Tier Architecture? Three-tier architecture is a software architecture pattern that divides an application into three interconnected layers: presentation, logic, and data. This design helps improve scalability, maintainability, and separatio...2 likes·74 readsAWS - TheoryTerraform
Suresh Chaudharysureshchaudhary.hashnode.dev·Jun 14, 2023AWS VPC Peering Connection using terraform.Abstract: In this blog post, we explore the process of launching an Amazon Web Services (AWS) Virtual Private Cloud (VPC) along with its associated components such as subnets, Internet Gateways (IGWs), and Route Tables (RTs) using Terraform. Addition...41 readsvpc