Overview of the Amazon VPC plugin

Amazon Virtual Private Cloud (VPC) lets you provision a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define. You have complete control over your virtual networking environment, including selection of your own IP address range, creation of subnets, and configuration of route tables and network gateways. You can use both IPv4 and IPv6 in your VPC for secure and easy access to resources and applications.

Amazon resources:

Introduction

Getting Started Guide


Using the VPC plugin on Linx

(Selected examples of VPC functions)


Create a VPC

Steps:

  1. From the Amazon VPC plugin, add the CreateVPC function to your process

  2. Enter the key details of the Properties associated with the CreateVPC function, including:

    a. AWS Credentials of the user performing the function

    b. CIDR block - The IPv4 network range for the VPC, in CIDR notation. For example, 10.0.0.0/16.


Create a Subnet

Steps:

  1. From the Amazon VPC plugin, add the CreateSubnet function to your process

  2. Enter the key details of the Properties associated with the CreateSubnet function, including:

    a. AWS Credentials of the user performing the function

    b. VPC ID - The ID of the VPC.

    c. CIDR block - The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24.


Amazon VPC License