Skip to content

Commit 368406a

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Mark Elastic Inference Accelerators and Elastic Graphics Processor parameters as deprecated on the RunInstances and LaunchTemplate APIs.
1 parent d8d13a9 commit 368406a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "Mark Elastic Inference Accelerators and Elastic Graphics Processor parameters as deprecated on the RunInstances and LaunchTemplate APIs."
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55698,11 +55698,17 @@
5569855698
"ElasticGpuSpecifications":{
5569955699
"shape":"ElasticGpuSpecificationList",
5570055700
"documentation":"<p>Deprecated.</p> <note> <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p> </note>",
55701+
"deprecated":true,
55702+
"deprecatedMessage":"Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.",
55703+
"deprecatedSince":"2024-01-08",
5570155704
"locationName":"ElasticGpuSpecification"
5570255705
},
5570355706
"ElasticInferenceAccelerators":{
5570455707
"shape":"LaunchTemplateElasticInferenceAcceleratorList",
5570555708
"documentation":"<note> <p>Amazon Elastic Inference is no longer available.</p> </note> <p>An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.</p> <p>You cannot specify accelerators from different generations in the same request.</p>",
55709+
"deprecated":true,
55710+
"deprecatedMessage":"Specifying Elastic Inference accelerators is no longer supported on the RunInstances API.",
55711+
"deprecatedSince":"2024-01-08",
5570655712
"locationName":"ElasticInferenceAccelerator"
5570755713
},
5570855714
"SecurityGroupIds":{
@@ -58516,11 +58522,17 @@
5851658522
},
5851758523
"ElasticGpuSpecification":{
5851858524
"shape":"ElasticGpuSpecifications",
58519-
"documentation":"<p>An elastic GPU to associate with the instance.</p> <note> <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p> </note>"
58525+
"documentation":"<p>An elastic GPU to associate with the instance.</p> <note> <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p> </note>",
58526+
"deprecated":true,
58527+
"deprecatedMessage":"Specifying Elastic Graphics accelerators is no longer supported on the RunInstances API.",
58528+
"deprecatedSince":"2024-01-08"
5852058529
},
5852158530
"ElasticInferenceAccelerators":{
5852258531
"shape":"ElasticInferenceAccelerators",
5852358532
"documentation":"<p>An elastic inference accelerator to associate with the instance.</p> <note> <p>Amazon Elastic Inference is no longer available.</p> </note>",
58533+
"deprecated":true,
58534+
"deprecatedMessage":"Specifying Elastic Inference accelerators is no longer supported on the RunInstances API.",
58535+
"deprecatedSince":"2024-01-08",
5852458536
"locationName":"ElasticInferenceAccelerator"
5852558537
},
5852658538
"TagSpecifications":{

0 commit comments

Comments
 (0)