AWS VPC Setup

How to setup and configure the AWS VPC

Overview

In this guide we will be setting up your AWS account with a VPC so that you can on-board your SDDC. To avoid cross AZ traffic charges from your SDDC to Native AWS EC2 instances, make sure you deploy your SDDC in the Same AZ where those instances are or whe you plan to run them.

Overview

Pre-Reqs

Amazon account with rights to create a VPC in the region you would like to deploy your VMware SDDC and rights to run a cloud formation template. VMware Cloud on AWS Documentation concerning AWS Account Roles and Permissions

Login to the AWS Console

Login to AWS

Search for the VPC service and click it

Find VPC Service

Now click on VPC’s

Click VPCs

Click create VPC

Find VPC Service

Enter VPC details

  1. Enter a name for the VPC
  2. Enter a CIDR block (Must not overlap with what you intend to use for SDDC!)
  3. Keep default as No IPv6 CIDR Block
  4. Leave Tenancy as default
  5. Click create

VPC Details

VPC is created

VPC Created

Now we need to add subnets to the VPC, we will be adding 3 subnets in different Availability Zones.

  1. Click Subnets

Click Subnets

Click Create Subnet

Create Subnet

Enter Subnet Details

  1. Enter a name for the subnet
  2. Select the VPC we just created
  3. Select an Availability Zone
  4. Enter a CIDR block

Subnet1Details

Your first Subnet is Created

  1. Click Close

Close

Click Create Subnet

Create Subnet

Enter Subnet Details for your second subnet

  1. Enter a name for the subnet
  2. Select the VPC we created earlier
  3. Select a different Availability Zone than the one you selected for the first subnet
  4. Enter a CIDR block

Subnet1Details

Your second Subnet is Created

  1. Click Close

Close

Click Create Subnet

Create Subnet

Enter Subnet Details for your third subnet

  1. Enter a name for the subnet
  2. Select the VPC we created earlier
  3. Select a different Availability Zone than one you choose for the other subnets
  4. Enter a CIDR block

Subnet1Details

Your third Subnet is Created

  1. Click Close

Close

You should now have 3 subnetes attached to your VPC

SubnetsCreated

You are now ready to go to the VMware portal and deploy your SDDC

Open another tab to vmc.vmware.com

Login to AWS and VMC

Follow steps to: Deploy your SDDC



Last modified July 22, 2020: date updates (d3c01a4)