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
* <p>Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information,
41
41
* see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-working-with">Work with NAT gateways</a> in the <i>Amazon VPC User Guide</i>.</p>
42
42
* <p>By default, you can associate up to 2 Elastic IP addresses per public NAT gateway. You can increase the limit by requesting a quota adjustment. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-eips">Elastic IP address quotas</a> in the <i>Amazon VPC User Guide</i>.</p>
43
+
* <important>
44
+
* <p>When you associate an EIP or secondary EIPs with a public NAT gateway, the network border group of the EIPs must match the network border group of the Availability Zone (AZ) that the public NAT gateway is in. If it's not the same, the EIP will fail to associate. You can see the network border group for the subnet's AZ by viewing the details of the subnet. Similarly, you can view the network border group of an EIP by viewing the details of the EIP address. For more information about network border groups and EIPs, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#allocate-eip">Allocate an Elastic IP address</a> in the <i>Amazon VPC User Guide</i>.
45
+
* </p>
46
+
* </important>
43
47
* @example
44
48
* Use a bare-bones client and the command you need to make an API call.
* running large workloads behind a small pool of allowlisted IPv4 addresses, preserving
48
48
* private IPv4 addresses, and communicating between overlapping networks.</p>
49
49
* <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html">NAT gateways</a> in the <i>Amazon VPC User Guide</i>.</p>
50
+
* <important>
51
+
* <p>When you create a public NAT gateway and assign it an EIP or secondary EIPs, the network border group of the EIPs must match the network border group of the Availability Zone (AZ) that the public NAT gateway is in. If it's not the same, the NAT gateway will fail to launch. You can see the network border group for the subnet's AZ by viewing the details of the subnet. Similarly, you can view the network border group of an EIP by viewing the details of the EIP address. For more information about network border groups and EIPs, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#allocate-eip">Allocate an Elastic IP address</a> in the <i>Amazon VPC User Guide</i>.
52
+
* </p>
53
+
* </important>
50
54
* @example
51
55
* Use a bare-bones client and the command you need to make an API call.
* <p>Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on.</p>
40
+
* <p>Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on. When you delete the VPC, it deletes the VPC's default security group, network ACL, and route table.</p>
41
41
* @example
42
42
* Use a bare-bones client and the command you need to make an API call.
* advertises IP addresses. Use this parameter to limit the IP address to this location. IP
3052
3052
* addresses cannot move between network border groups.</p>
3053
3053
* <p>Use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAvailabilityZones.html">DescribeAvailabilityZones</a> to view the network border groups.</p>
3054
-
* <p>You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 Classic,
3055
-
* you receive an <code>InvalidParameterCombination</code> error.</p>
* <p>The maximum amount per hour for On-Demand Instances that you're willing to pay.</p>
2343
+
* <note>
2344
+
* <p>If your fleet includes T instances that are configured as <code>unlimited</code>,
2345
+
* and if their average CPU usage exceeds the baseline utilization, you will incur a charge
2346
+
* for surplus credits. The <code>MaxTotalPrice</code> does not account for surplus
2347
+
* credits, and, if you use surplus credits, your final cost might be higher than what you
2348
+
* specified for <code>MaxTotalPrice</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits">Surplus credits can incur charges</a> in the <i>EC2 User
* <p>If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.</p>
2562
2570
* </important>
2571
+
* <note>
2572
+
* <p>If your fleet includes T instances that are configured as <code>unlimited</code>,
2573
+
* and if their average CPU usage exceeds the baseline utilization, you will incur a charge
2574
+
* for surplus credits. The <code>MaxTotalPrice</code> does not account for surplus
2575
+
* credits, and, if you use surplus credits, your final cost might be higher than what you
2576
+
* specified for <code>MaxTotalPrice</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits">Surplus credits can incur charges</a> in the <i>EC2 User
* If the instance does include the resource type that you specify, the instance
6844
+
* launch fails. For example, not all instance types include an Elastic GPU.</p>
6828
6845
* <p>To tag a resource after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
0 commit comments