VPC & subnets

Cloud provider
AWS
Keywords
AWS Disaster RecoveryMulti-region Deployment ArchitectureBusiness Continuity Planning
Summary

This architecture represents the VPC (Virtual Private Cloud) and subnets in AWS, which are used to create isolated virtual networks for deploying resources and managing network traffic.

Resources

To create the architecture, we need the following Terraform resources: - VPC (aws_vpc) - Subnets (aws_subnet) - Internet Gateway (aws_internet_gateway) - Route Tables (aws_route_table) - Route Table Associations (aws_route_table_association) - Security Groups (aws_security_group) - Network ACLs (aws_network_acl)