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
Amazon Elastic Compute Cloud Update: Mark Elastic Inference Accelerators and Elastic Graphics Processor parameters as deprecated on the RunInstances and LaunchTemplate APIs.
"description": "Mark Elastic Inference Accelerators and Elastic Graphics Processor parameters as deprecated on the RunInstances and LaunchTemplate APIs."
"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",
55706
55712
"locationName":"ElasticInferenceAccelerator"
55707
55713
},
55708
55714
"SecurityGroupIds":{
@@ -58516,11 +58522,17 @@
58516
58522
},
58517
58523
"ElasticGpuSpecification":{
58518
58524
"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"
58520
58529
},
58521
58530
"ElasticInferenceAccelerators":{
58522
58531
"shape":"ElasticInferenceAccelerators",
58523
58532
"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.",
0 commit comments