/
Deploy AWS VPC (Optional)

Deploy AWS VPC (Optional)

Prior to deploying a vNIOS for AWS instance, you will need a VPC in the desired region. This section details the deployment and configuration of a new VPC. If deploying vNIOS into an existing VPC, skip ahead to the Deploy vNIOS Instance section.

Create VPC

  1. Log in to the AWS Management Console.

  1. Use the Services search box to find and select VPC.

Graphical user interface, application

Description automatically generated
  1. On the VPC Dashboard, click on Create VPC.

Graphical user interface, application, website

Description automatically generated
  1. Select VPC only.

  2. Enter a name for your VPC.

  3. Enter an IPv4 CIDR block for your VPC.

Graphical user interface, text, application, email

Description automatically generated
  1. Scroll down to click Create VPC.

Create Subnets

Before using your new VPC, you will need to create at least one subnet. vNIOS for AWS instances should use two subnets, one for the LAN1 interface and one for the MGMT interface. In this guide, we will create a subnet for each interface.

  1. Back on the VPC page, click on Subnets.

  2. Click the Create subnet button.

Graphical user interface, application

Description automatically generated
  1. Select your new VPC from the dropdown list.

Graphical user interface, text, application, email, Teams

Description automatically generated
  1. Enter a name for the subnet.

  2. Select an Availability Zone.

  3. Enter a CIDR block for the subnet that fits within the CIDR of your VPC.

Graphical user interface

Description automatically generated
  1. Click Add new subnet.

  2. Enter a name for the second subnet.

  3. For Availability Zone, use the dropdown to select the same availability zone used by the first subnet.

  4. Enter a CIDR for this subnet, which must not overlap with the first subnet.

  5. Click Create subnet.

Graphical user interface, application

Description automatically generated

Add Internet Connectivity to the VPC

To allow connectivity in and out of your VPC through the Internet, including connectivity for your vNIOS instance, you will need to create an Internet Gateway and associated routes. If you are using site-to-site VPN or other methods of connecting to AWS VPCs, direct Internet connectivity may not be needed. Configuring these other types of connectivity are outside the scope of this guide; please refer to AWS documentation.

Attach Internet Gateway

  1. Click on Internet Gateways in the VPC menu.

  2. Click on Create internet gateway.

Graphical user interface, application, Teams

Description automatically generated
  1. Name the gateway and optionally add other Tags.

Graphical user interface, text, application

Description automatically generated
  1. Click Create internet gateway.

  2. Once the gateway has been successfully created, click on Attach to a VPC.

Graphical user interface, text, application

Description automatically generated
  1. Select your VPC from the dropdown.

Graphical user interface, text, application, email

Description automatically generated
  1. Click on Attach internet gateway.

Add Routes

Next, we’ll update the VPC route table to send all traffic through the new internet gateway.

  1. Once the attach operation is complete, click Route tables in the VPC menu.

Graphical user interface, text, application, email

Description automatically generated
  1. Select the route table for the new VPC.

  2. Click on the Routes tab.

  3. Click the Edit routes button.

Graphical user interface, text, application, email, website

Description automatically generated
  1. On the Edit routes page, click Add route.

  2. For Destination, enter 0.0.0.0/0.

  3. For Target, select Internet Gateway from the dropdown.

Graphical user interface, text, application, email

Description automatically generated
  1. Select the Internet gateway for this VPC from the dropdown.

  2. Click on Save changes.

Graphical user interface, text, application, email

Description automatically generated

Related content