VPC

AWS VPC Public Private Subnets Terraform Resources

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 »

Terraform Install & AWS Setup on Ubuntu

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 …

Terraform Install & AWS Setup on Ubuntu Read More »