AWS Complete System For Frontend & Backend Using Terraform
GitHub : https://github.com/NadunOvitigala/aws-ecs-ec2-cdn-s3-ecr-alb-acg-terraform-code/tree/main Clone the git repository and run,
GitHub : https://github.com/NadunOvitigala/aws-ecs-ec2-cdn-s3-ecr-alb-acg-terraform-code/tree/main Clone the git repository and run,
Github : https://github.com/NadunOvitigala/aws-vpc-public-private-subnets-terraform-resources/tree/main Clone the git repository and run, Code Explain Select your region to deploy VPC Choose name and CIDR block Creating public subnet Creating private subnet Creating internet gateway to access internet Allocate elastic ip for nat gateway Creating nat gatway Creating route internet gateway to public subnet Creating route public subnet to …
AWS VPC Public Private Subnets Terraform Resources Read More »
What is Terraform Terraform is an open-source infrastructure-as-code (IaC) tool created by HashiCorp. It enables developers and operators to define and manage their infrastructure resources in a declarative and version-controlled manner. With Terraform, you can codify your infrastructure requirements using a simple and human-readable configuration language. In essence, Terraform allows you to treat your infrastructure …
In the world of cloud computing, Amazon Web Services (AWS) VPC stands out as a vital tool for creating secure and scalable networks. Think of it as a virtual fortress where businesses can build their own private spaces in the vast digital landscape. AWS VPC lets organizations create custom networks that seamlessly work with the …