Virtual private cloud
Description
-
The project describes a high-availability
Virtual Private Cloud (VPC) infrastructure.
- A VPC NAT gateway is used for private subnet traffic.
- An internet gateway enables communication between the VPC and the internet.
-
A version host security group manages traffic rules for the NAT gateway.
- Public subnet is accessible from the internet,
and route table is associated with this subnet to control traffic flow.
- Private subnet is not directly accessible
from the internet, providing an additional layer of security,
and route table is also associated with this subnet to manage internal traffic.
-
The private subnet can include any service
in this case we use ec2 and run web page
Technologies
- VPC
- EC2
- Security group
- Load Balancer
- Nat && Intrnet gateway