amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.CreateVpc

Description

Creates a VPC with the specified IPv4 CIDR block. The smallest VPC you can create uses a /28 netmask (16 IPv4 addresses), and the largest uses a /16 netmask (65,536 IPv4 addresses). For more information about how large to make your VPC, see Your VPC and subnets in the Amazon Virtual Private Cloud 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 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 options sets in the Amazon Virtual Private Cloud 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 Elastic Compute Cloud User Guide.

Synopsis

Creating a Request

data CreateVpc Source #

See: newCreateVpc smart constructor.

Constructors

CreateVpc' 

Fields

  • amazonProvidedIpv6CidrBlock :: Maybe Bool

    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.

  • cidrBlock :: Maybe Text

    The IPv4 network range for the VPC, in CIDR notation. For example, 10.0.0.0/16. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

  • dryRun :: Maybe Bool

    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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

  • instanceTenancy :: Maybe Tenancy

    The tenancy options for instances launched into the VPC. For default, instances are launched with shared tenancy by default. You can launch instances with any tenancy into a shared tenancy VPC. For dedicated, instances are launched as dedicated tenancy instances by default. You can only launch instances with a tenancy of dedicated or host into a dedicated tenancy VPC.

    Important: The host value cannot be used with this parameter. Use the default or dedicated values only.

    Default: default

  • ipv4IpamPoolId :: Maybe Text

    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 :: Maybe Int

    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.

  • ipv6CidrBlock :: Maybe Text

    The 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.

  • ipv6CidrBlockNetworkBorderGroup :: Maybe Text

    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 AmazonProvidedIpv6CidrBlock to true to use this parameter.

  • ipv6IpamPoolId :: Maybe Text

    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 :: Maybe Int

    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.

  • ipv6Pool :: Maybe Text

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

  • tagSpecifications :: Maybe [TagSpecification]

    The tags to assign to the VPC.

Instances

Instances details
ToHeaders CreateVpc Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

Methods

toHeaders :: CreateVpc -> [Header] #

ToPath CreateVpc Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

ToQuery CreateVpc Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

AWSRequest CreateVpc Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

Associated Types

type AWSResponse CreateVpc #

Generic CreateVpc Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

Associated Types

type Rep CreateVpc :: Type -> Type #

Read CreateVpc Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

Show CreateVpc Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

NFData CreateVpc Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

Methods

rnf :: CreateVpc -> () #

Eq CreateVpc Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

Hashable CreateVpc Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

type AWSResponse CreateVpc Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

type Rep CreateVpc Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

type Rep CreateVpc = D1 ('MetaData "CreateVpc" "Amazonka.EC2.CreateVpc" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "CreateVpc'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "amazonProvidedIpv6CidrBlock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "cidrBlock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "instanceTenancy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Tenancy)) :*: (S1 ('MetaSel ('Just "ipv4IpamPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ipv4NetmaskLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: ((S1 ('MetaSel ('Just "ipv6CidrBlock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ipv6CidrBlockNetworkBorderGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ipv6IpamPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "ipv6NetmaskLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "ipv6Pool") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tagSpecifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagSpecification])))))))

newCreateVpc :: CreateVpc Source #

Create a value of CreateVpc with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:amazonProvidedIpv6CidrBlock:CreateVpc', createVpc_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.

CreateVpc, createVpc_cidrBlock - The IPv4 network range for the VPC, in CIDR notation. For example, 10.0.0.0/16. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

$sel:dryRun:CreateVpc', createVpc_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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

CreateVpc, createVpc_instanceTenancy - The tenancy options for instances launched into the VPC. For default, instances are launched with shared tenancy by default. You can launch instances with any tenancy into a shared tenancy VPC. For dedicated, instances are launched as dedicated tenancy instances by default. You can only launch instances with a tenancy of dedicated or host into a dedicated tenancy VPC.

Important: The host value cannot be used with this parameter. Use the default or dedicated values only.

Default: default

$sel:ipv4IpamPoolId:CreateVpc', createVpc_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.

$sel:ipv4NetmaskLength:CreateVpc', createVpc_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.

CreateVpc, createVpc_ipv6CidrBlock - The 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.

$sel:ipv6CidrBlockNetworkBorderGroup:CreateVpc', createVpc_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 AmazonProvidedIpv6CidrBlock to true to use this parameter.

$sel:ipv6IpamPoolId:CreateVpc', createVpc_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.

$sel:ipv6NetmaskLength:CreateVpc', createVpc_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.

CreateVpc, createVpc_ipv6Pool - The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.

CreateVpc, createVpc_tagSpecifications - The tags to assign to the VPC.

Request Lenses

createVpc_amazonProvidedIpv6CidrBlock :: Lens' CreateVpc (Maybe Bool) Source #

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.

createVpc_cidrBlock :: Lens' CreateVpc (Maybe Text) Source #

The IPv4 network range for the VPC, in CIDR notation. For example, 10.0.0.0/16. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

createVpc_dryRun :: Lens' CreateVpc (Maybe Bool) Source #

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

createVpc_instanceTenancy :: Lens' CreateVpc (Maybe Tenancy) Source #

The tenancy options for instances launched into the VPC. For default, instances are launched with shared tenancy by default. You can launch instances with any tenancy into a shared tenancy VPC. For dedicated, instances are launched as dedicated tenancy instances by default. You can only launch instances with a tenancy of dedicated or host into a dedicated tenancy VPC.

Important: The host value cannot be used with this parameter. Use the default or dedicated values only.

Default: default

createVpc_ipv4IpamPoolId :: Lens' CreateVpc (Maybe Text) Source #

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.

createVpc_ipv4NetmaskLength :: Lens' CreateVpc (Maybe Int) Source #

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.

createVpc_ipv6CidrBlock :: Lens' CreateVpc (Maybe Text) Source #

The 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.

createVpc_ipv6CidrBlockNetworkBorderGroup :: Lens' CreateVpc (Maybe Text) Source #

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 AmazonProvidedIpv6CidrBlock to true to use this parameter.

createVpc_ipv6IpamPoolId :: Lens' CreateVpc (Maybe Text) Source #

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.

createVpc_ipv6NetmaskLength :: Lens' CreateVpc (Maybe Int) Source #

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.

createVpc_ipv6Pool :: Lens' CreateVpc (Maybe Text) Source #

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

Destructuring the Response

data CreateVpcResponse Source #

See: newCreateVpcResponse smart constructor.

Constructors

CreateVpcResponse' 

Fields

Instances

Instances details
Generic CreateVpcResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

Associated Types

type Rep CreateVpcResponse :: Type -> Type #

Read CreateVpcResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

Show CreateVpcResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

NFData CreateVpcResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

Methods

rnf :: CreateVpcResponse -> () #

Eq CreateVpcResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

type Rep CreateVpcResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateVpc

type Rep CreateVpcResponse = D1 ('MetaData "CreateVpcResponse" "Amazonka.EC2.CreateVpc" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "CreateVpcResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vpc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Vpc)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateVpcResponse Source #

Create a value of CreateVpcResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateVpcResponse, createVpcResponse_vpc - Information about the VPC.

$sel:httpStatus:CreateVpcResponse', createVpcResponse_httpStatus - The response's http status code.

Response Lenses

createVpcResponse_httpStatus :: Lens' CreateVpcResponse Int Source #

The response's http status code.