Table of contents

  1. VPC = Virtual Private Cloud
    1. Gateway VPC

VPC A Logo VPC B Logo

VPC = Virtual Private Cloud

  • What does it do?

    Network Isolation: VPC allows you to create a logically isolated network within the AWS cloud, providing control over your network environment.

    • Subnetting: You can divide your VPC into subnets, which are smaller segments of the network. This allows you to organize your resources and control traffic flow.
    • Security: VPC provides security features such as security groups and network access control lists (ACLs) to control inbound and outbound traffic to your resources.

Gateway VPC

  • A type of VPC to allow direct communication between VPCs or S3 (or any services) with VPCs