Skip to main content

7 docs tagged with "vpc"

View all tags

Amazon VPC

An Amazon VPC lets you provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define.

AWS Transit Gateway

AWS Transit Gateway is a network transit hub that you can use to interconnect your virtual private clouds (VPCs) and on-premises networks. It acts as a cloud router that simplifies your network architecture.

Network ACLs

A network ACL is a virtual firewall that controls inbound and outbound traffic at the subnet level. It performs stateless packet filtering to secure your VPC subnets.

Network Traffic in a VPC

Network traffic in a VPC refers to the movement of data packets traveling across a network. Understanding how packets flow through VPC components is essential for managing secure and efficient cloud networking.

Security Groups

A security group is a virtual firewall that controls inbound and outbound traffic at the resource level. It performs stateful packet filtering to secure individual AWS resources like EC2 instances.