Example of setting up AWS lambda function with VPC and NAT
-
Updated
Dec 7, 2022 - JavaScript
Example of setting up AWS lambda function with VPC and NAT
Terraform template to build AWS VPC and install NGINX
Here built an architecture for the VPC using the terraform as IaC
Setting up a secure virtual private cloud on amazon web services.
A two-tier architecture is deployed in AWS with a custom VPC, where the web subnet hosts a LEMP-based web server and the database subnet runs MariaDB. A custom route table with an internet gateway enables web access, while a NAT gateway allows database updates and secure communication via port 3306.
This is a the documentation of how we went about setting up our own VPC on AWS. This includes terminology like; VPC, IGW, Subnet, NACLs, Route Tables, SG and EC2.
Terraform + AWS and it's components
Designed and provisioned an AWS classic load balancer using Terraform
Deploy Servers with AWS Cloudformation Script( Creating VPC, Public/Private Subnets, IGW "InternetGateway Service",NatGateway, Route Tables)
P6M7G8: AWS CDK Construct that protects VPC IGWs in REAL-TIME
Here is an AWS project which is deployed using AWS CLI.
Add a description, image, and links to the igw topic page so that developers can more easily learn about it.
To associate your repository with the igw topic, visit your repo's landing page and select "manage topics."