diff --git a/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts b/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts index 4089310d2b15..097755725cc5 100644 --- a/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts @@ -28,7 +28,12 @@ export interface DescribeElasticGpusCommandOutput extends DescribeElasticGpusRes /** * @public - *
Describes the Elastic Graphics accelerator associated with your instances. For more information
+ * Amazon Elastic Graphics reached end of life on January 8, 2024. For
+ * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad,
+ * G4dn, or G5 instances.
Describes the Elastic Graphics accelerator associated with your instances. For more information * about Elastic Graphics, see Amazon Elastic Graphics.
* @example * Use a bare-bones client and the command you need to make an API call. diff --git a/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts b/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts index 727acaf87eff..6e5e13a1f3ef 100644 --- a/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts +++ b/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts @@ -36,9 +36,8 @@ export interface GetLaunchTemplateDataCommandOutput extends GetLaunchTemplateDat * create a launch template. *This action calls on other describe actions to get instance information. Depending on
* your instance configuration, you may need to allow the following actions in your IAM
- * policy: DescribeSpotInstanceRequests
,
- * DescribeInstanceCreditSpecifications
, DescribeVolumes
,
- * DescribeInstanceAttribute
, and DescribeElasticGpus
. Or,
+ * policy: DescribeSpotInstanceRequests
, DescribeInstanceCreditSpecifications
,
+ * DescribeVolumes
, and DescribeInstanceAttribute
. Or,
* you can allow describe*
depending on your instance requirements.
Performing this operation on an instance that uses an instance store as its root * device returns an error.
*If you attempt to start a T3 instance with host
tenancy and the
- * unlimted
CPU credit option, the request fails. The
+ * unlimited
CPU credit option, the request fails. The
* unlimited
CPU credit option is not supported on Dedicated Hosts. Before
* you start the instance, either change its CPU credit option to standard
, or
* change its tenancy to default
or dedicated
.
Indicates whether instances launched in this subnet receive a public IPv4 address.
+ *Starting on February 1, 2024, Amazon Web Services will charge for all public IPv4 addresses, including public IPv4 addresses + * associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.
*/ MapPublicIpOnLaunch?: boolean; @@ -6413,7 +6415,12 @@ export interface CreditSpecificationRequest { /** * @public - *A specification for an Elastic Graphics accelerator.
+ *Amazon Elastic Graphics reached end of life on January 8, 2024. For + * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, + * G4dn, or G5 instances.
+ *A specification for an Elastic Graphics accelerator.
*/ export interface ElasticGpuSpecification { /** @@ -7202,10 +7209,10 @@ export interface LaunchTemplateTagSpecificationRequest { *The type of resource to tag.
*Valid Values lists all resource types for Amazon EC2 that can be tagged. When
* you create a launch template, you can specify tags for the following resource types
- * only: instance
| volume
| elastic-gpu
|
+ * only: instance
| volume
|
* network-interface
| spot-instances-request
.
* If the instance does not include the resource type that you specify, the instance
- * launch fails. For example, not all instance types include an Elastic GPU.
To tag a resource after it has been created, see CreateTags.
*/ ResourceType?: ResourceType; @@ -7387,7 +7394,12 @@ export interface RequestLaunchTemplateData { /** * @public - *An elastic GPU to associate with the instance.
+ *Deprecated.
+ *Amazon Elastic Graphics reached end of life on January 8, 2024. For + * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, + * G4dn, or G5 instances.
+ *Describes an elastic GPU.
+ *Deprecated.
+ *Amazon Elastic Graphics reached end of life on January 8, 2024. For + * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, + * G4dn, or G5 instances.
+ *The elastic GPU type.
+ *Deprecated.
+ *Amazon Elastic Graphics reached end of life on January 8, 2024. For + * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, + * G4dn, or G5 instances.
+ *The elastic GPU specification.
+ *Deprecated.
+ *Amazon Elastic Graphics reached end of life on January 8, 2024. For + * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, + * G4dn, or G5 instances.
+ *RekeyFuzzPercentage
.
* Constraints: A value between 60 and half of Phase2LifetimeSeconds
.
Default: 540
+ *
Default: 270
*
- * parent-zoneID
- The ID of the zone that handles some of the Local Zone
+ * parent-zone-id
- The ID of the zone that handles some of the Local Zone
* and Wavelength Zone control plane operations, such as API calls.
- * parent-zoneName
- The ID of the zone that handles some of the Local Zone
+ * parent-zone-name
- The ID of the zone that handles some of the Local Zone
* and Wavelength Zone control plane operations, such as API calls.
Describes the status of an Elastic Graphics accelerator.
+ *Amazon Elastic Graphics reached end of life on January 8, 2024. For + * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, + * G4dn, or G5 instances.
+ *Describes the status of an Elastic Graphics accelerator.
*/ export interface ElasticGpuHealth { /** @@ -5161,7 +5166,12 @@ export type ElasticGpuState = (typeof ElasticGpuState)[keyof typeof ElasticGpuSt /** * @public - *Describes an Elastic Graphics accelerator.
+ *Amazon Elastic Graphics reached end of life on January 8, 2024. For + * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, + * G4dn, or G5 instances.
+ *Describes an Elastic Graphics accelerator.
*/ export interface ElasticGpus { /** diff --git a/clients/client-ec2/src/models/models_4.ts b/clients/client-ec2/src/models/models_4.ts index dd5a156b17f2..2acb81700cad 100644 --- a/clients/client-ec2/src/models/models_4.ts +++ b/clients/client-ec2/src/models/models_4.ts @@ -1635,7 +1635,12 @@ export type InstanceBootModeValues = (typeof InstanceBootModeValues)[keyof typeo /** * @public - *Describes the association between an instance and an Elastic Graphics accelerator.
+ *Amazon Elastic Graphics reached end of life on January 8, 2024. For + * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, + * G4dn, or G5 instances.
+ *Describes the association between an instance and an Elastic Graphics accelerator.
*/ export interface ElasticGpuAssociation { /** @@ -2582,7 +2587,12 @@ export interface Instance { /** * @public - *The Elastic GPU associated with the instance.
+ *Deprecated.
+ *Amazon Elastic Graphics reached end of life on January 8, 2024. For + * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, + * G4dn, or G5 instances.
+ *
+ * association.gateway-id
- The ID of the gateway involved in the
+ * association.
* association.route-table-association-id
- The ID of an association
* ID for the route table.
The source Region or Availability Zone that the metric subscription is enabled for. For example, us-east-1
.
The source Region (like us-east-1
) or Availability Zone ID (like use1-az1
) 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.
The target Region or Availability Zone that the metric subscription is enabled for. For example, eu-west-1
.
The target Region (like us-east-2
) or Availability Zone ID (like use2-az2
) 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.
Specify true
to indicate that network interfaces attached to instances created in the
* specified subnet should be assigned a public IPv4 address.
Starting on February 1, 2024, Amazon Web Services will charge for all public IPv4 addresses, including public IPv4 addresses + * associated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.
*/ MapPublicIpOnLaunch?: AttributeBooleanValue; @@ -8240,7 +8242,7 @@ export interface ModifyVpnTunnelOptionsSpecification { * of the rekey is randomly selected based on the value for *RekeyFuzzPercentage
.
* Constraints: A value between 60 and half of Phase2LifetimeSeconds
.
Default: 540
+ *
Default: 270
*
An elastic GPU to associate with the instance. An Elastic GPU is a GPU resource that - * you can attach to your Windows instance to accelerate the graphics performance of your - * applications. For more information, see Amazon EC2 Elastic GPUs in - * the Amazon EC2 User Guide.
+ *Deprecated.
+ *Amazon Elastic Graphics reached end of life on January 8, 2024. For + * workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, + * G4dn, or G5 instances.
+ *Volumes
*Elastic graphics
- *Spot Instance requests
*The filters.
\n\n group-name
- For Availability Zones, use the Region name. For Local\n Zones, use the name of the group associated with the Local Zone (for example,\n us-west-2-lax-1
) For Wavelength Zones, use the name of the group associated\n with the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1
).
\n message
- The Zone message.
\n opt-in-status
- The opt-in status (opted-in
|\n not-opted-in
| opt-in-not-required
).
\n parent-zoneID
- The ID of the zone that handles some of the Local Zone\n and Wavelength Zone control plane operations, such as API calls.
\n parent-zoneName
- The ID of the zone that handles some of the Local Zone\n and Wavelength Zone control plane operations, such as API calls.
\n region-name
- The name of the Region for the Zone (for example,\n us-east-1
).
\n state
- The state of the Availability Zone, the Local Zone, or the\n Wavelength Zone (available
).
\n zone-id
- The ID of the Availability Zone (for example,\n use1-az1
), the Local Zone (for example, usw2-lax1-az1
), or the\n Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1
).
\n zone-name
- The name of the Availability Zone (for example,\n us-east-1a
), the Local Zone (for example, us-west-2-lax-1a
), or\n the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1
).
\n zone-type
- The type of zone (availability-zone
| \n local-zone
| wavelength-zone
).
The filters.
\n\n group-name
- For Availability Zones, use the Region name. For Local\n Zones, use the name of the group associated with the Local Zone (for example,\n us-west-2-lax-1
) For Wavelength Zones, use the name of the group associated\n with the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1
).
\n message
- The Zone message.
\n opt-in-status
- The opt-in status (opted-in
|\n not-opted-in
| opt-in-not-required
).
\n parent-zone-id
- The ID of the zone that handles some of the Local Zone\n and Wavelength Zone control plane operations, such as API calls.
\n parent-zone-name
- The ID of the zone that handles some of the Local Zone\n and Wavelength Zone control plane operations, such as API calls.
\n region-name
- The name of the Region for the Zone (for example,\n us-east-1
).
\n state
- The state of the Availability Zone, the Local Zone, or the\n Wavelength Zone (available
).
\n zone-id
- The ID of the Availability Zone (for example,\n use1-az1
), the Local Zone (for example, usw2-lax1-az1
), or the\n Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1
).
\n zone-name
- The name of the Availability Zone (for example,\n us-east-1a
), the Local Zone (for example, us-west-2-lax-1a
), or\n the Wavelength Zone (for example, us-east-1-wl1-bos-wlz-1
).
\n zone-type
- The type of zone (availability-zone
| \n local-zone
| wavelength-zone
).
Describes the Elastic Graphics accelerator associated with your instances. For more information\n about Elastic Graphics, see Amazon Elastic Graphics.
" + "smithy.api#documentation": "Amazon Elastic Graphics reached end of life on January 8, 2024. For \n workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, \n G4dn, or G5 instances.
\nDescribes the Elastic Graphics accelerator associated with your instances. For more information\n about Elastic Graphics, see Amazon Elastic Graphics.
" } }, "com.amazonaws.ec2#DescribeElasticGpusMaxResults": { @@ -36175,7 +36175,7 @@ "Filters": { "target": "com.amazonaws.ec2#FilterList", "traits": { - "smithy.api#documentation": "The filters.
\n\n association.route-table-association-id
- The ID of an association\n ID for the route table.
\n association.route-table-id
- The ID of the route table involved in\n the association.
\n association.subnet-id
- The ID of the subnet involved in the\n association.
\n association.main
- Indicates whether the route table is the main\n route table for the VPC (true
| false
). Route tables\n that do not have an association ID are not returned in the response.
\n owner-id
- The ID of the Amazon Web Services account that owns the route table.
\n route-table-id
- The ID of the route table.
\n route.destination-cidr-block
- The IPv4 CIDR range specified in a\n route in the table.
\n route.destination-ipv6-cidr-block
- The IPv6 CIDR range specified in a route in the route table.
\n route.destination-prefix-list-id
- The ID (prefix) of the Amazon Web Service\n specified in a route in the table.
\n route.egress-only-internet-gateway-id
- The ID of an\n egress-only Internet gateway specified in a route in the route table.
\n route.gateway-id
- The ID of a gateway specified in a route in the table.
\n route.instance-id
- The ID of an instance specified in a route in the table.
\n route.nat-gateway-id
- The ID of a NAT gateway.
\n route.transit-gateway-id
- The ID of a transit gateway.
\n route.origin
- Describes how the route was created. \n CreateRouteTable
indicates that the route was automatically\n created when the route table was created; CreateRoute
indicates\n that the route was manually added to the route table;\n EnableVgwRoutePropagation
indicates that the route was\n propagated by route propagation.
\n route.state
- The state of a route in the route table\n (active
| blackhole
). The blackhole state\n indicates that the route's target isn't available (for example, the specified\n gateway isn't attached to the VPC, the specified NAT instance has been\n terminated, and so on).
\n route.vpc-peering-connection-id
- The ID of a VPC peering\n\t\t connection specified in a route in the table.
\n tag
:Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
\n tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
\n vpc-id
- The ID of the VPC for the route table.
The filters.
\n\n association.gateway-id
- The ID of the gateway involved in the\n\t\t association.
\n association.route-table-association-id
- The ID of an association\n ID for the route table.
\n association.route-table-id
- The ID of the route table involved in\n the association.
\n association.subnet-id
- The ID of the subnet involved in the\n association.
\n association.main
- Indicates whether the route table is the main\n route table for the VPC (true
| false
). Route tables\n that do not have an association ID are not returned in the response.
\n owner-id
- The ID of the Amazon Web Services account that owns the route table.
\n route-table-id
- The ID of the route table.
\n route.destination-cidr-block
- The IPv4 CIDR range specified in a\n route in the table.
\n route.destination-ipv6-cidr-block
- The IPv6 CIDR range specified in a route in the route table.
\n route.destination-prefix-list-id
- The ID (prefix) of the Amazon Web Service\n specified in a route in the table.
\n route.egress-only-internet-gateway-id
- The ID of an\n egress-only Internet gateway specified in a route in the route table.
\n route.gateway-id
- The ID of a gateway specified in a route in the table.
\n route.instance-id
- The ID of an instance specified in a route in the table.
\n route.nat-gateway-id
- The ID of a NAT gateway.
\n route.transit-gateway-id
- The ID of a transit gateway.
\n route.origin
- Describes how the route was created. \n CreateRouteTable
indicates that the route was automatically\n created when the route table was created; CreateRoute
indicates\n that the route was manually added to the route table;\n EnableVgwRoutePropagation
indicates that the route was\n propagated by route propagation.
\n route.state
- The state of a route in the route table\n (active
| blackhole
). The blackhole state\n indicates that the route's target isn't available (for example, the specified\n gateway isn't attached to the VPC, the specified NAT instance has been\n terminated, and so on).
\n route.vpc-peering-connection-id
- The ID of a VPC peering\n\t\t connection specified in a route in the table.
\n tag
:Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
\n tag-key
- The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
\n vpc-id
- The ID of the VPC for the route table.
Describes the association between an instance and an Elastic Graphics accelerator.
" + "smithy.api#documentation": "Amazon Elastic Graphics reached end of life on January 8, 2024. For \n workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, \n G4dn, or G5 instances.
\nDescribes the association between an instance and an Elastic Graphics accelerator.
" } }, "com.amazonaws.ec2#ElasticGpuAssociationList": { @@ -45419,7 +45419,7 @@ } }, "traits": { - "smithy.api#documentation": "Describes the status of an Elastic Graphics accelerator.
" + "smithy.api#documentation": "Amazon Elastic Graphics reached end of life on January 8, 2024. For \n workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, \n G4dn, or G5 instances.
\nDescribes the status of an Elastic Graphics accelerator.
" } }, "com.amazonaws.ec2#ElasticGpuId": { @@ -45456,7 +45456,7 @@ } }, "traits": { - "smithy.api#documentation": "A specification for an Elastic Graphics accelerator.
" + "smithy.api#documentation": "Amazon Elastic Graphics reached end of life on January 8, 2024. For \n workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, \n G4dn, or G5 instances.
\nA specification for an Elastic Graphics accelerator.
" } }, "com.amazonaws.ec2#ElasticGpuSpecificationList": { @@ -45475,13 +45475,13 @@ "target": "com.amazonaws.ec2#String", "traits": { "aws.protocols#ec2QueryName": "Type", - "smithy.api#documentation": "The elastic GPU type.
", + "smithy.api#documentation": "Deprecated.
\nAmazon Elastic Graphics reached end of life on January 8, 2024. For \n workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, \n G4dn, or G5 instances.
\nDescribes an elastic GPU.
" + "smithy.api#documentation": "Deprecated.
\nAmazon Elastic Graphics reached end of life on January 8, 2024. For \n workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, \n G4dn, or G5 instances.
\nDescribes an Elastic Graphics accelerator.
" + "smithy.api#documentation": "Amazon Elastic Graphics reached end of life on January 8, 2024. For \n workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, \n G4dn, or G5 instances.
\nDescribes an Elastic Graphics accelerator.
" } }, "com.amazonaws.ec2#ElasticInferenceAccelerator": { @@ -45855,13 +45855,13 @@ "Source": { "target": "com.amazonaws.ec2#String", "traits": { - "smithy.api#documentation": "The source Region or Availability Zone that the metric subscription is enabled for. For example, us-east-1
.
The source Region (like us-east-1
) or Availability Zone ID (like use1-az1
) 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.
The target Region or Availability Zone that the metric subscription is enabled for. For example, eu-west-1
.
The target Region (like us-east-2
) or Availability Zone ID (like use2-az2
) 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.
Retrieves the configuration data of the specified instance. You can use this data to\n create a launch template.
\nThis action calls on other describe actions to get instance information. Depending on\n your instance configuration, you may need to allow the following actions in your IAM\n policy: DescribeSpotInstanceRequests
,\n DescribeInstanceCreditSpecifications
, DescribeVolumes
,\n DescribeInstanceAttribute
, and DescribeElasticGpus
. Or,\n you can allow describe*
depending on your instance requirements.
Retrieves the configuration data of the specified instance. You can use this data to\n create a launch template.
\nThis action calls on other describe actions to get instance information. Depending on\n your instance configuration, you may need to allow the following actions in your IAM\n policy: DescribeSpotInstanceRequests
, DescribeInstanceCreditSpecifications
, \n DescribeVolumes
, and DescribeInstanceAttribute
. Or,\n you can allow describe*
depending on your instance requirements.
The Elastic GPU associated with the instance.
", + "smithy.api#documentation": "Deprecated.
\nAmazon Elastic Graphics reached end of life on January 8, 2024. For \n workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, \n G4dn, or G5 instances.
\nThe type of resource to tag.
\nValid Values lists all resource types for Amazon EC2 that can be tagged. When\n you create a launch template, you can specify tags for the following resource types\n only: instance
| volume
| elastic-gpu
|\n network-interface
| spot-instances-request
.\n If the instance does not include the resource type that you specify, the instance \n launch fails. For example, not all instance types include an Elastic GPU.
To tag a resource after it has been created, see CreateTags.
" + "smithy.api#documentation": "The type of resource to tag.
\nValid Values lists all resource types for Amazon EC2 that can be tagged. When\n you create a launch template, you can specify tags for the following resource types\n only: instance
| volume
|\n network-interface
| spot-instances-request
.\n If the instance does not include the resource type that you specify, the instance \n launch fails. For example, not all instance types include a volume.
To tag a resource after it has been created, see CreateTags.
" } }, "Tags": { @@ -75958,7 +75958,7 @@ "MapPublicIpOnLaunch": { "target": "com.amazonaws.ec2#AttributeBooleanValue", "traits": { - "smithy.api#documentation": "Specify true
to indicate that network interfaces attached to instances created in the\n specified subnet should be assigned a public IPv4 address.
Specify true
to indicate that network interfaces attached to instances created in the\n specified subnet should be assigned a public IPv4 address.
Starting on February 1, 2024, Amazon Web Services will charge for all public IPv4 addresses, including public IPv4 addresses \nassociated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.
" } }, "SubnetId": { @@ -78330,7 +78330,7 @@ "RekeyMarginTimeSeconds": { "target": "com.amazonaws.ec2#Integer", "traits": { - "smithy.api#documentation": "The margin time, in seconds, before the phase 2 lifetime expires, during which the\n Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time\n of the rekey is randomly selected based on the value for\n RekeyFuzzPercentage
.
Constraints: A value between 60 and half of Phase2LifetimeSeconds
.
Default: 540
\n
The margin time, in seconds, before the phase 2 lifetime expires, during which the\n Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time\n of the rekey is randomly selected based on the value for\n RekeyFuzzPercentage
.
Constraints: A value between 60 and half of Phase2LifetimeSeconds
.
Default: 270
\n
An elastic GPU to associate with the instance.
", + "smithy.api#documentation": "Deprecated.
\nAmazon Elastic Graphics reached end of life on January 8, 2024. For \n workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, \n G4dn, or G5 instances.
\nThe elastic GPU specification.
", + "smithy.api#documentation": "Deprecated.
\nAmazon Elastic Graphics reached end of life on January 8, 2024. For \n workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, \n G4dn, or G5 instances.
\nAn elastic GPU to associate with the instance. An Elastic GPU is a GPU resource that\n you can attach to your Windows instance to accelerate the graphics performance of your\n applications. For more information, see Amazon EC2 Elastic GPUs in\n the Amazon EC2 User Guide.
" + "smithy.api#documentation": "Deprecated.
\nAmazon Elastic Graphics reached end of life on January 8, 2024. For \n workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, \n G4dn, or G5 instances.
\nThe tags to apply to the resources that are created during instance launch.
\nYou can specify tags for the following resources only:
\nInstances
\nVolumes
\nElastic graphics
\nSpot Instance requests
\nNetwork interfaces
\nTo tag a resource after it has been created, see CreateTags.
", + "smithy.api#documentation": "The tags to apply to the resources that are created during instance launch.
\nYou can specify tags for the following resources only:
\nInstances
\nVolumes
\nSpot Instance requests
\nNetwork interfaces
\nTo tag a resource after it has been created, see CreateTags.
", "smithy.api#xmlName": "TagSpecification" } }, @@ -95492,7 +95492,7 @@ "target": "com.amazonaws.ec2#StartInstancesResult" }, "traits": { - "smithy.api#documentation": "Starts an Amazon EBS-backed instance that you've previously stopped.
\nInstances that use Amazon EBS volumes as their root devices can be quickly stopped and\n started. When an instance is stopped, the compute resources are released and you are not\n billed for instance usage. However, your root partition Amazon EBS volume remains and\n continues to persist your data, and you are charged for Amazon EBS volume usage. You can\n restart your instance at any time. Every time you start your instance, Amazon EC2\n charges a one-minute minimum for instance usage, and thereafter charges per second for\n instance usage.
\nBefore stopping an instance, make sure it is in a state from which it can be\n restarted. Stopping an instance does not preserve data stored in RAM.
\nPerforming this operation on an instance that uses an instance store as its root\n device returns an error.
\nIf you attempt to start a T3 instance with host
tenancy and the\n unlimted
CPU credit option, the request fails. The\n unlimited
CPU credit option is not supported on Dedicated Hosts. Before\n you start the instance, either change its CPU credit option to standard
, or\n change its tenancy to default
or dedicated
.
For more information, see Stop and start your instance\n in the Amazon EC2 User Guide.
", + "smithy.api#documentation": "Starts an Amazon EBS-backed instance that you've previously stopped.
\nInstances that use Amazon EBS volumes as their root devices can be quickly stopped and\n started. When an instance is stopped, the compute resources are released and you are not\n billed for instance usage. However, your root partition Amazon EBS volume remains and\n continues to persist your data, and you are charged for Amazon EBS volume usage. You can\n restart your instance at any time. Every time you start your instance, Amazon EC2\n charges a one-minute minimum for instance usage, and thereafter charges per second for\n instance usage.
\nBefore stopping an instance, make sure it is in a state from which it can be\n restarted. Stopping an instance does not preserve data stored in RAM.
\nPerforming this operation on an instance that uses an instance store as its root\n device returns an error.
\nIf you attempt to start a T3 instance with host
tenancy and the\n unlimited
CPU credit option, the request fails. The\n unlimited
CPU credit option is not supported on Dedicated Hosts. Before\n you start the instance, either change its CPU credit option to standard
, or\n change its tenancy to default
or dedicated
.
For more information, see Stop and start your instance\n in the Amazon EC2 User Guide.
", "smithy.api#examples": [ { "title": "To start a stopped EC2 instance", @@ -96224,7 +96224,7 @@ "target": "com.amazonaws.ec2#Boolean", "traits": { "aws.protocols#ec2QueryName": "MapPublicIpOnLaunch", - "smithy.api#documentation": "Indicates whether instances launched in this subnet receive a public IPv4 address.
", + "smithy.api#documentation": "Indicates whether instances launched in this subnet receive a public IPv4 address.
\nStarting on February 1, 2024, Amazon Web Services will charge for all public IPv4 addresses, including public IPv4 addresses \nassociated with running instances and Elastic IP addresses. For more information, see the Public IPv4 Address tab on the Amazon VPC pricing page.
", "smithy.api#xmlName": "mapPublicIpOnLaunch" } }, @@ -106329,7 +106329,7 @@ "RekeyMarginTimeSeconds": { "target": "com.amazonaws.ec2#Integer", "traits": { - "smithy.api#documentation": "The margin time, in seconds, before the phase 2 lifetime expires, during which the\n Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time\n of the rekey is randomly selected based on the value for\n RekeyFuzzPercentage
.
Constraints: A value between 60 and half of Phase2LifetimeSeconds
.
Default: 540
\n
The margin time, in seconds, before the phase 2 lifetime expires, during which the\n Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time\n of the rekey is randomly selected based on the value for\n RekeyFuzzPercentage
.
Constraints: A value between 60 and half of Phase2LifetimeSeconds
.
Default: 270
\n