Cs Points
Cs Points
Virtual Cloud Platform (VPC) - virtual network environment to create and manage our
own private network in cloud based platform.
> Customization
> Isolation
> Subnets
> Security and IAM
> Scalability
> Resource Efficiency and Management
> Global Reach
> Network Monitoring
> Load Balancing
Network Peering - Connecting two different networks and making them behave like
peer to peer network, where they can directly communicate with each other.
> Direct Connection
> P2P Network
> Lower Latency
> Cost Effectiveness
> Reliability
> Uses BGP Routing
Network Access Control Lists - NACL is used to control and filter traffic at sub-
network level.
> stateless (if traffic from A to B is allowed, traffic from B to A needs to be
allowed explicitly)
> denies every packet by default
> logging
> applied before security group policies are implemented
Configuring VPC pairing connection between two VPC networks within the same project
> Enable VPC Pairing
> Create VPC Connection
> Accept peering connection request
> Configure Routing as necessary
> Test and verify