About
Creates a subnet in an existing VPC. For more information see the AWS Amazon Virtual Private Cloud User Guide online.
The Dry Run parameter validates user permissions and inputs. If it is set to true, an error will always be thrown by the handler before completing the handler action. Error response will be 'DryRunOperation' if the account has proper permissions and inputs; 'UnauthorizedOperation' if the account does not have proper permissions.
Configurations
Name | Description | Sample |
---|---|---|
access_key | AWS Access Key. | |
secret_key | AWS Secret Key. | ********* |
region | AWS Region that the EC2 object is located in. | |
enable_debug_logging | Enable debug logging if the value is set to 'Yes'. | No |
Parameters
Name | Description | Sample |
---|---|---|
Dry Run | Dry run validates user permissions and inputs without completing the EC2 action (true or false). | false |
VPC Id | The ID of the VPN in which the subnet will be created. Must match an existing value in AWS. | vpc-b7e2b6d2 |
CIDR Block | The network range for the subnet, in CIDR notation. For example: 10.0.0.0/24. After a subnet is created, the CIDR block cannot be changed. The subnet's CIDR Block can be the same as the VPC's CIDR block, or a subset of the VPC's CIDR block. If you create more than one subnet in a VPC, the subnets' CIDR blocks must not overlap. The smallest subnet you can create uses a /28 netmask (16 IP addresses), and the largest uses a /16 netmask (65,536 IP addresses). | 10.0.0.0/28 |
Availability Zone | The availability zone for the subnet. | us-west-2a |
Results
Name | Description |
---|---|
Subnet Id | The ID of the subnet |
Subnet State | The current state of the subnet |
Subnet VPC Id | The ID of the VPC the subnet is in |
Subnet CIDR Block | The IPv4 CIDR block assigned to the subnet |
Subnet Available IP Address Count | The number of unused private IPv4 addresses in the subnet |
Subnet Availability Zone | The Availability Zone of the subnet |
Subnet Default for AZ | A boolean indicating whether this is the default subnet for the Availability Zone |
Subnet Map Public IP on Launch | A boolean indicating whether instances launched in this subnet receive a public IPv4 address |
Subnet Tags | Any tags assigned to the subnet |
Changelog
AWS EC2 Create Subnet V1 (2017-08-22)
- Initial version. See README for details.
Download
GitHub
On This Page
Looking for a workflow engine?
Learn more about the Kinetic Data Enterprise Workflow Platform.
Check it out
Return to Top