Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Let's say you run a high traffic high risk app and need to guarantee a maximum availability . And you have and you've built 3 VPC's each containing services that together form a geo cluster. Each VPC in this circle must be able to reach each services in the other VPCVPCs.  in  In this example each VPC will have 2 VPC peering connections.

...

  • VPC peering connections are not possible between VPC's with matching or overlapping VPC CIDR blocks
  • VPC peering connections are not transitive in the sense that VPC's will not automatically gain access to a 3rd VPC via a even when the VPC that is peered too has a peering connection with that 3rd VPC.
  • VPC peering connections are only possible within a CloudStack region
  • There is a maximum amount of pending VPC peering requests per VPC
  • There is a maximum amount of active VPC peering connections
  • There is an expiry time on the pending VPC peering requests

...

Authorization

Implementation

UI

API

  • createVPCPeeringConnection
  • listVPCPeeringConnections
  • deleteVPCPeeringConnection
  • acceptVPCPeeringConnection
  • rejectVPCPeeringConnection

Datamodel

Marvin

...

Network providers

  • VMWare NSX
  • OVS
  • Physical (VLAN based)

...