Step1. Create a VPC

Create the VPC network that will contain SBC instance and YMP instance.

  1. Go to the VPC networks page in the Google Cloud Platform Console.
  2. Click Create VPC network.
  3. On the VPC configuration page, set the VPC network.
    1. Enter the VPC Name.
    2. Set the subnet Name.
    3. Select the Region.
    4. Set the subnet IP address range.
      Recommended IP range: 10.0.0.0/24.
      Restriction: The IP segments 172.19.0.0 and 172.17.0.0 are NOT allowed.
    5. Set Dynamic routing mode to Regional.
  4. Click Create.

    At this point, the VPC network has routes to the Internet and to any instances. However, the VPC network has no firewall rules that allow access to instances, even from other instances. You must create firewall rules to allow access.