Skip to content

/AWS1/CL_EC2=>ASSOCIATEVPCCIDRBLOCK()

About AssociateVpcCidrBlock

Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP).

You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block.

For more information about associating CIDR blocks with your VPC and applicable restrictions, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide.

Method Signature

IMPORTING

Required arguments:

IV_VPCID TYPE /AWS1/EC2VPCID /AWS1/EC2VPCID

The ID of the VPC.

Optional arguments:

IV_AMAZONPROVIDEDIPV6CIDRBLK TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses or the size of the CIDR block.

IV_CIDRBLOCK TYPE /AWS1/EC2STRING /AWS1/EC2STRING

An IPv4 CIDR block to associate with the VPC.

IV_IPV6CIDRBLKNETWORKBORDE00 TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the CIDR block to this location.

You must set AmazonProvidedIpv6CidrBlock to true to use this parameter.

You can have one IPv6 CIDR block association per network border group.

IV_IPV6POOL TYPE /AWS1/EC2IPV6POOLEC2ID /AWS1/EC2IPV6POOLEC2ID

The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.

IV_IPV6CIDRBLOCK TYPE /AWS1/EC2STRING /AWS1/EC2STRING

An IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool in the request.

To let Amazon choose the IPv6 CIDR block for you, omit this parameter.

IV_IPV4IPAMPOOLID TYPE /AWS1/EC2IPAMPOOLID /AWS1/EC2IPAMPOOLID

Associate a CIDR allocated from an IPv4 IPAM pool to a VPC. For more information about Amazon VPC IP Address Manager (IPAM), see What is IPAM? in the Amazon VPC IPAM User Guide.

IV_IPV4NETMASKLENGTH TYPE /AWS1/EC2NETMASKLENGTH /AWS1/EC2NETMASKLENGTH

The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

IV_IPV6IPAMPOOLID TYPE /AWS1/EC2IPAMPOOLID /AWS1/EC2IPAMPOOLID

Associates a CIDR allocated from an IPv6 IPAM pool to a VPC. For more information about Amazon VPC IP Address Manager (IPAM), see What is IPAM? in the Amazon VPC IPAM User Guide.

IV_IPV6NETMASKLENGTH TYPE /AWS1/EC2NETMASKLENGTH /AWS1/EC2NETMASKLENGTH

The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_EC2ASSCVPCCIDRBLOCKRS /AWS1/CL_EC2ASSCVPCCIDRBLOCKRS