Skip to content

Commit 379b756

Browse files
author
awstools
committed
feat(client-ec2): Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements.
1 parent f4cb659 commit 379b756

26 files changed

+109
-39
lines changed

clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

clients/client-ec2/src/commands/CreateFleetCommand.ts

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeFleetsCommand.ts

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeInstancesCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/ImportInstanceCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/ModifyFleetCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

clients/client-ec2/src/commands/RequestSpotFleetCommand.ts

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

clients/client-ec2/src/commands/RunInstancesCommand.ts

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

clients/client-ec2/src/models/models_0.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8869,6 +8869,16 @@ export const _InstanceType = {
88698869
g5g_8xlarge: "g5g.8xlarge",
88708870
g5g_metal: "g5g.metal",
88718871
g5g_xlarge: "g5g.xlarge",
8872+
g6_12xlarge: "g6.12xlarge",
8873+
g6_16xlarge: "g6.16xlarge",
8874+
g6_24xlarge: "g6.24xlarge",
8875+
g6_2xlarge: "g6.2xlarge",
8876+
g6_48xlarge: "g6.48xlarge",
8877+
g6_4xlarge: "g6.4xlarge",
8878+
g6_8xlarge: "g6.8xlarge",
8879+
g6_xlarge: "g6.xlarge",
8880+
gr6_4xlarge: "gr6.4xlarge",
8881+
gr6_8xlarge: "gr6.8xlarge",
88728882
h1_16xlarge: "h1.16xlarge",
88738883
h1_2xlarge: "h1.2xlarge",
88748884
h1_4xlarge: "h1.4xlarge",

codegen/sdk-codegen/aws-models/ec2.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65540,6 +65540,66 @@
6554065540
"traits": {
6554165541
"smithy.api#enumValue": "r7gd.metal"
6554265542
}
65543+
},
65544+
"g6_xlarge": {
65545+
"target": "smithy.api#Unit",
65546+
"traits": {
65547+
"smithy.api#enumValue": "g6.xlarge"
65548+
}
65549+
},
65550+
"g6_2xlarge": {
65551+
"target": "smithy.api#Unit",
65552+
"traits": {
65553+
"smithy.api#enumValue": "g6.2xlarge"
65554+
}
65555+
},
65556+
"g6_4xlarge": {
65557+
"target": "smithy.api#Unit",
65558+
"traits": {
65559+
"smithy.api#enumValue": "g6.4xlarge"
65560+
}
65561+
},
65562+
"g6_8xlarge": {
65563+
"target": "smithy.api#Unit",
65564+
"traits": {
65565+
"smithy.api#enumValue": "g6.8xlarge"
65566+
}
65567+
},
65568+
"g6_12xlarge": {
65569+
"target": "smithy.api#Unit",
65570+
"traits": {
65571+
"smithy.api#enumValue": "g6.12xlarge"
65572+
}
65573+
},
65574+
"g6_16xlarge": {
65575+
"target": "smithy.api#Unit",
65576+
"traits": {
65577+
"smithy.api#enumValue": "g6.16xlarge"
65578+
}
65579+
},
65580+
"g6_24xlarge": {
65581+
"target": "smithy.api#Unit",
65582+
"traits": {
65583+
"smithy.api#enumValue": "g6.24xlarge"
65584+
}
65585+
},
65586+
"g6_48xlarge": {
65587+
"target": "smithy.api#Unit",
65588+
"traits": {
65589+
"smithy.api#enumValue": "g6.48xlarge"
65590+
}
65591+
},
65592+
"gr6_4xlarge": {
65593+
"target": "smithy.api#Unit",
65594+
"traits": {
65595+
"smithy.api#enumValue": "gr6.4xlarge"
65596+
}
65597+
},
65598+
"gr6_8xlarge": {
65599+
"target": "smithy.api#Unit",
65600+
"traits": {
65601+
"smithy.api#enumValue": "gr6.8xlarge"
65602+
}
6554365603
}
6554465604
}
6554565605
},

0 commit comments

Comments
 (0)