Create Vpc
ec2_create_vpc | R Documentation |
Creates a VPC with the specified CIDR blocks¶
Description¶
Creates a VPC with the specified CIDR blocks. For more information, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide.
You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP).
By default, each instance that you launch in the VPC has the default DHCP options, which include only a default DNS server that we provide (AmazonProvidedDNS). For more information, see DHCP option sets in the Amazon VPC User Guide.
You can specify the instance tenancy value for the VPC when you create it. You can't change this value for the VPC after you create it. For more information, see Dedicated Instances in the Amazon EC2 User Guide.
Usage¶
ec2_create_vpc(CidrBlock, Ipv6Pool, Ipv6CidrBlock, Ipv4IpamPoolId,
Ipv4NetmaskLength, Ipv6IpamPoolId, Ipv6NetmaskLength,
Ipv6CidrBlockNetworkBorderGroup, TagSpecifications, DryRun,
InstanceTenancy, AmazonProvidedIpv6CidrBlock)
Arguments¶
CidrBlock |
The IPv4 network range for the VPC, in CIDR notation. For
example, |
Ipv6Pool |
The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block. |
Ipv6CidrBlock |
The IPv6 CIDR block from the IPv6 address pool. You must also
specify To let Amazon choose the IPv6 CIDR block for you, omit this parameter. |
Ipv4IpamPoolId |
The ID of an IPv4 IPAM pool you want to use for allocating this VPC's CIDR. For more information, see What is IPAM? in the Amazon VPC IPAM User Guide. |
Ipv4NetmaskLength |
The netmask length of the IPv4 CIDR you want to allocate to this VPC 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. |
Ipv6IpamPoolId |
The ID of an IPv6 IPAM pool which will be used to allocate this VPC an IPv6 CIDR. IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. For more information, see What is IPAM? in the Amazon VPC IPAM User Guide. |
Ipv6NetmaskLength |
The netmask length of the IPv6 CIDR you want to allocate to this VPC 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. |
Ipv6CidrBlockNetworkBorderGroup |
The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the address to this location. You must set |
TagSpecifications |
The tags to assign to the VPC. |
DryRun |
Checks whether you have the required permissions for the action,
without actually making the request, and provides an error response. If
you have the required permissions, the error response is
|
InstanceTenancy |
The tenancy options for instances launched into the VPC. For
Important: The Default: |
AmazonProvidedIpv6CidrBlock |
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block. |
Value¶
A list with the following syntax:
list(
Vpc = list(
OwnerId = "string",
InstanceTenancy = "default"|"dedicated"|"host",
Ipv6CidrBlockAssociationSet = list(
list(
AssociationId = "string",
Ipv6CidrBlock = "string",
Ipv6CidrBlockState = list(
State = "associating"|"associated"|"disassociating"|"disassociated"|"failing"|"failed",
StatusMessage = "string"
),
NetworkBorderGroup = "string",
Ipv6Pool = "string",
Ipv6AddressAttribute = "public"|"private",
IpSource = "amazon"|"byoip"|"none"
)
),
CidrBlockAssociationSet = list(
list(
AssociationId = "string",
CidrBlock = "string",
CidrBlockState = list(
State = "associating"|"associated"|"disassociating"|"disassociated"|"failing"|"failed",
StatusMessage = "string"
)
)
),
IsDefault = TRUE|FALSE,
Tags = list(
list(
Key = "string",
Value = "string"
)
),
BlockPublicAccessStates = list(
InternetGatewayBlockMode = "off"|"block-bidirectional"|"block-ingress"
),
VpcId = "string",
State = "pending"|"available",
CidrBlock = "string",
DhcpOptionsId = "string"
)
)
Request syntax¶
svc$create_vpc(
CidrBlock = "string",
Ipv6Pool = "string",
Ipv6CidrBlock = "string",
Ipv4IpamPoolId = "string",
Ipv4NetmaskLength = 123,
Ipv6IpamPoolId = "string",
Ipv6NetmaskLength = 123,
Ipv6CidrBlockNetworkBorderGroup = "string",
TagSpecifications = list(
list(
ResourceType = "capacity-reservation"|"client-vpn-endpoint"|"customer-gateway"|"carrier-gateway"|"coip-pool"|"declarative-policies-report"|"dedicated-host"|"dhcp-options"|"egress-only-internet-gateway"|"elastic-ip"|"elastic-gpu"|"export-image-task"|"export-instance-task"|"fleet"|"fpga-image"|"host-reservation"|"image"|"import-image-task"|"import-snapshot-task"|"instance"|"instance-event-window"|"internet-gateway"|"ipam"|"ipam-pool"|"ipam-scope"|"ipv4pool-ec2"|"ipv6pool-ec2"|"key-pair"|"launch-template"|"local-gateway"|"local-gateway-route-table"|"local-gateway-virtual-interface"|"local-gateway-virtual-interface-group"|"local-gateway-route-table-vpc-association"|"local-gateway-route-table-virtual-interface-group-association"|"natgateway"|"network-acl"|"network-interface"|"network-insights-analysis"|"network-insights-path"|"network-insights-access-scope"|"network-insights-access-scope-analysis"|"placement-group"|"prefix-list"|"replace-root-volume-task"|"reserved-instances"|"route-table"|"security-group"|"security-group-rule"|"snapshot"|"spot-fleet-request"|"spot-instances-request"|"subnet"|"subnet-cidr-reservation"|"traffic-mirror-filter"|"traffic-mirror-session"|"traffic-mirror-target"|"transit-gateway"|"transit-gateway-attachment"|"transit-gateway-connect-peer"|"transit-gateway-multicast-domain"|"transit-gateway-policy-table"|"transit-gateway-route-table"|"transit-gateway-route-table-announcement"|"volume"|"vpc"|"vpc-endpoint"|"vpc-endpoint-connection"|"vpc-endpoint-service"|"vpc-endpoint-service-permission"|"vpc-peering-connection"|"vpn-connection"|"vpn-gateway"|"vpc-flow-log"|"capacity-reservation-fleet"|"traffic-mirror-filter-rule"|"vpc-endpoint-connection-device-type"|"verified-access-instance"|"verified-access-group"|"verified-access-endpoint"|"verified-access-policy"|"verified-access-trust-provider"|"vpn-connection-device-type"|"vpc-block-public-access-exclusion"|"ipam-resource-discovery"|"ipam-resource-discovery-association"|"instance-connect-endpoint"|"verified-access-endpoint-target"|"ipam-external-resource-verification-token",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
),
DryRun = TRUE|FALSE,
InstanceTenancy = "default"|"dedicated"|"host",
AmazonProvidedIpv6CidrBlock = TRUE|FALSE
)
Examples¶
## Not run:
# This example creates a VPC with the specified CIDR block.
svc$create_vpc(
CidrBlock = "10.0.0.0/16"
)
## End(Not run)