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
Copy file name to clipboardExpand all lines: clients/client-ec2/src/models/models_1.ts
+34-7
Original file line number
Diff line number
Diff line change
@@ -1070,6 +1070,8 @@ export interface Subnet {
1070
1070
/**
1071
1071
* @public
1072
1072
* <p>Indicates whether instances launched in this subnet receive a public IPv4 address.</p>
1073
+
* <p>Starting on February 1, 2024, Amazon Web Services will charge for all public IPv4 addresses, including public IPv4 addresses
1074
+
* associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
* If the instance does not include the resource type that you specify, the instance
7208
-
* launch fails. For example, not all instance types include an Elastic GPU.</p>
7215
+
* launch fails. For example, not all instance types include a volume.</p>
7209
7216
* <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>
* <p>The source Region or Availability Zone that the metric subscription is enabled for. For example, <code>us-east-1</code>.</p>
5460
+
* <p>The source Region (like <code>us-east-1</code>) or Availability Zone ID (like <code>use1-az1</code>) that the metric subscription is enabled for. If you use Availability Zone IDs, the Source and Destination Availability Zones must be in the same Region.</p>
5461
5461
*/
5462
5462
Source?: string;
5463
5463
5464
5464
/**
5465
5465
* @public
5466
-
* <p>The target Region or Availability Zone that the metric subscription is enabled for. For example, <code>eu-west-1</code>.</p>
5466
+
* <p>The target Region (like <code>us-east-2</code>) or Availability Zone ID (like <code>use2-az2</code>) that the metric subscription is enabled for. If you use Availability Zone IDs, the Source and Destination Availability Zones must be in the same Region.</p>
* <p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the
6194
6194
* specified subnet should be assigned a public IPv4 address.</p>
6195
+
* <p>Starting on February 1, 2024, Amazon Web Services will charge for all public IPv4 addresses, including public IPv4 addresses
6196
+
* associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
* <p>An elastic GPU to associate with the instance. An Elastic GPU is a GPU resource that
2480
-
* you can attach to your Windows instance to accelerate the graphics performance of your
2481
-
* applications. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-graphics.html">Amazon EC2 Elastic GPUs</a> in
2482
-
* the <i>Amazon EC2 User Guide</i>.</p>
2479
+
* <p>Deprecated.</p>
2480
+
* <note>
2481
+
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024. For
2482
+
* workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
0 commit comments