You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* interface. The IP address must be static and can be behind a device performing network
30
30
* address translation (NAT).</p>
31
31
* <p>For devices that use Border Gateway Protocol (BGP), you can also provide the device's
32
-
* BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your
33
-
* network. If you don't have an ASN already, you can use a private ASN (in the 64512 -
34
-
* 65534 range).</p>
35
-
* <note>
36
-
* <p>Amazon EC2 supports all 4-byte ASN numbers in the range of 1 - 2147483647, with
37
-
* the exception of the following:</p>
38
-
* <ul>
39
-
* <li>
40
-
* <p>7224 - reserved in the <code>us-east-1</code> Region</p>
41
-
* </li>
42
-
* <li>
43
-
* <p>9059 - reserved in the <code>eu-west-1</code> Region</p>
44
-
* </li>
45
-
* <li>
46
-
* <p>17943 - reserved in the <code>ap-southeast-1</code> Region</p>
47
-
* </li>
48
-
* <li>
49
-
* <p>10124 - reserved in the <code>ap-northeast-1</code> Region</p>
50
-
* </li>
51
-
* </ul>
52
-
* </note>
53
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html">Amazon Web Services Site-to-Site VPN</a> in the <i>Amazon Web Services Site-to-Site VPN
54
-
* User Guide</i>.</p>
55
-
* <important>
56
-
* <p>To create more than one customer gateway with the same VPN type, IP address, and
57
-
* BGP ASN, specify a unique device name for each customer gateway. Identical requests
58
-
* return information about the existing customer gateway and do not create new
59
-
* customer gateways.</p>
60
-
* </important>
32
+
* BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network.
33
+
* If you don't have an ASN already, you can use a private ASN. For more information, see
* <p>Create an IPAM. Amazon VCP IP Address Manager (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.</p>
22
+
* <p>Create an IPAM. Amazon VPC IP Address Manager (IPAM) is a VPC feature that you can use
23
+
* to automate your IP address management workflows including assigning, tracking,
24
+
* troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts
25
+
* throughout your Amazon Web Services Organization.</p>
23
26
* <p>For more information, see <a href="/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.
* <p>Creates a launch template. A launch template contains the parameters to launch an
25
+
* <p>Creates a launch template.</p>
26
+
* <p>A launch template contains the parameters to launch an
26
27
* instance. When you launch an instance using <a>RunInstances</a>, you can
27
28
* specify a launch template instead of providing the launch parameters in the request. For
28
29
* more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">Launching an instance from a
29
30
* launch template</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
31
+
* <p>If you want to clone an existing launch template as the basis for creating a new
32
+
* launch template, you can use the Amazon EC2 console. The API, SDKs, and CLI do not support
33
+
* cloning a template. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template-from-existing-launch-template">Create a launch template from an existing launch template</a> in the
34
+
* <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
30
35
* @example
31
36
* Use a bare-bones client and the command you need to make an API call.
* <p>Creates a VPC endpoint for a specified service. An endpoint enables you to create a
26
26
* private connection between your VPC and the service. The service may be provided by Amazon Web Services,
27
27
* an Amazon Web Services Marketplace Partner, or another Amazon Web Services account. For more information,
28
-
* see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-endpoints.html">VPC Endpoints</a> in the
29
-
* <i>Amazon Virtual Private Cloud User Guide</i>.</p>
30
-
* <p>A <code>gateway</code> endpoint serves as a target for a route in your route table for
31
-
* traffic destined for the Amazon Web Service. You can specify an endpoint policy to attach
32
-
* to the endpoint, which will control access to the service from your VPC. You can also
33
-
* specify the VPC route tables that use the endpoint.</p>
34
-
* <p>An <code>interface</code> endpoint is a network interface in your subnet that
35
-
* serves as an endpoint for communicating with the specified service. You can specify the
36
-
* subnets in which to create an endpoint, and the security groups to associate with the
37
-
* endpoint network interface.</p>
38
-
* <p>A <code>GatewayLoadBalancer</code> endpoint is a network interface in your subnet that serves an endpoint for communicating with a Gateway Load Balancer that you've configured as a VPC endpoint service.</p>
39
-
* <p>Use <a>DescribeVpcEndpointServices</a> to get a list of supported
40
-
* services.</p>
28
+
* see the <a href="https://docs.aws.amazon.com/vpc/latest/privatelink/">Amazon Web Services PrivateLink Guide</a>.</p>
41
29
* @example
42
30
* Use a bare-bones client and the command you need to make an API call.
* <p>Creates a VPC endpoint service configuration to which service consumers (Amazon Web Services accounts,
31
+
* <p>Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts,
32
32
* IAM users, and IAM roles) can connect.</p>
33
-
* <p>To create an endpoint service configuration, you must first create one of the
34
-
* following for your service:</p>
33
+
* <p>Before you create an endpoint service, you must create one of the following for your service:</p>
35
34
* <ul>
36
35
* <li>
37
-
* <p>A <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/introduction.html">Network Load Balancer</a>. Service consumers connect to your service using an
* Service consumers connect to your service using an interface endpoint.</p>
39
38
* </li>
40
39
* <li>
41
-
* <p>A <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/introduction.html">Gateway Load Balancer</a>. Service consumers connect to your service using a
* Service consumers connect to your service using a Gateway Load Balancer endpoint.</p>
43
42
* </li>
44
43
* </ul>
45
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-service.html">VPC Endpoint Services</a> in the
46
-
* <i>Amazon Virtual Private Cloud User Guide</i>. </p>
47
44
* <p>If you set the private DNS name, you must prove that you own the private DNS domain
48
-
* name. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-dns-validation.html">VPC Endpoint Service
49
-
* Private DNS Name Verification</a> in the
50
-
* <i>Amazon Virtual Private Cloud User Guide</i>.</p>
45
+
* name.</p>
46
+
* <p>For more information, see the <a href="https://docs.aws.amazon.com/vpc/latest/privatelink/">Amazon Web Services PrivateLink
47
+
* Guide</a>.</p>
51
48
* @example
52
49
* Use a bare-bones client and the command you need to make an API call.
* <p>Delete an IPAM. Deleting an IPAM removes all monitored data associated with the IPAM including the historical data for CIDRs.</p>
23
-
* <note>
24
-
* <p>You cannot delete an IPAM if there are CIDRs provisioned to pools or if there are allocations in the pools within the IPAM. To deprovision pool
25
-
* CIDRs, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeprovisionIpamPoolCidr.html">DeprovisionIpamPoolCidr</a>. To release allocations, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ReleaseIpamPoolAllocation.html">ReleaseIpamPoolAllocation</a>.
26
-
* </p>
27
-
* </note>
28
23
* <p>For more information, see <a href="/vpc/latest/ipam/delete-ipam.html">Delete an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.
* about tracking status changes using either method, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-volume-modifications.html">Monitor the progress of volume modifications</a>.</p>
34
34
* <p>With previous-generation instance types, resizing an EBS volume might require detaching and
35
35
* reattaching the volume or stopping and restarting the instance.</p>
36
-
* <p>If you reach the maximum volume modification rate per volume limit, you must wait
37
-
* at least six hours before applying further modifications to the affected EBS volume.</p>
36
+
* <p>After modifying a volume, you must wait at least six hours and ensure that the volume
37
+
* is in the <code>in-use</code> or <code>available</code> state before you can modify the same
38
+
* volume. This is sometimes referred to as a cooldown period.</p>
38
39
* @example
39
40
* Use a bare-bones client and the command you need to make an API call.
* required for requests to connect to your endpoint service through an interface VPC
34
34
* endpoint.</p>
35
35
* <p>If you set or modify the private DNS name, you must prove that you own the private DNS
36
-
* domain name. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-dns-validation.html">VPC Endpoint Service
37
-
* Private DNS Name Verification</a> in the
38
-
* <i>Amazon Virtual Private Cloud User Guide</i>.</p>
36
+
* domain name.</p>
39
37
* @example
40
38
* Use a bare-bones client and the command you need to make an API call.
* <p>Modifies the permissions for your <a href="https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-service.html">VPC endpoint service</a>. You can add or remove permissions for service consumers (IAM users,
31
-
* IAM roles, and Amazon Web Services accounts) to connect to your endpoint service.</p>
30
+
* <p>Modifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers
31
+
* (IAM users, IAM roles, and Amazon Web Services accounts) to connect to your endpoint service.</p>
32
32
* <p>If you grant permissions to all principals, the service is public. Any users who know the name of a
33
33
* public service can send a request to attach an endpoint. If the service does not require manual approval,
* <p>Initiates the verification process to prove that the service provider owns the private
32
32
* DNS name domain for the endpoint service.</p>
33
33
* <p>The service provider must successfully perform the verification before the consumer can use the name to access the service.</p>
34
-
* <p>Before the service provider runs this command, they must add a record to the DNS server. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-dns-validation.html#add-dns-txt-record">Adding a TXT Record to Your Domain's DNS Server </a> in the <i>Amazon VPC User Guide</i>.</p>
34
+
* <p>Before the service provider runs this command, they must add a record to the DNS server.</p>
35
35
* @example
36
36
* Use a bare-bones client and the command you need to make an API call.
0 commit comments