Skip to content

Commit

Permalink
feat(client-ec2): M2 Mac instances are built on Apple M2 Mac mini com…
Browse files Browse the repository at this point in the history
…puters. I4i instances are powered by 3rd generation Intel Xeon Scalable processors. C7i compute optimized, M7i general purpose and R7i memory optimized instances are powered by custom 4th Generation Intel Xeon Scalable processors.
  • Loading branch information
awstools committed Dec 8, 2023
1 parent 349863d commit 1a9fca9
Show file tree
Hide file tree
Showing 26 changed files with 102 additions and 39 deletions.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions clients/client-ec2/src/commands/CreateFleetCommand.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions clients/client-ec2/src/commands/DescribeFleetsCommand.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/client-ec2/src/commands/ImportInstanceCommand.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion clients/client-ec2/src/commands/ModifyFleetCommand.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions clients/client-ec2/src/commands/RequestSpotFleetCommand.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions clients/client-ec2/src/commands/RunInstancesCommand.ts

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions clients/client-ec2/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8740,6 +8740,8 @@ export const _InstanceType = {
c7i_4xlarge: "c7i.4xlarge",
c7i_8xlarge: "c7i.8xlarge",
c7i_large: "c7i.large",
c7i_metal_24xl: "c7i.metal-24xl",
c7i_metal_48xl: "c7i.metal-48xl",
c7i_xlarge: "c7i.xlarge",
cc1_4xlarge: "cc1.4xlarge",
cc2_8xlarge: "cc2.8xlarge",
Expand Down Expand Up @@ -8836,7 +8838,9 @@ export const _InstanceType = {
i4g_8xlarge: "i4g.8xlarge",
i4g_large: "i4g.large",
i4g_xlarge: "i4g.xlarge",
i4i_12xlarge: "i4i.12xlarge",
i4i_16xlarge: "i4i.16xlarge",
i4i_24xlarge: "i4i.24xlarge",
i4i_2xlarge: "i4i.2xlarge",
i4i_32xlarge: "i4i.32xlarge",
i4i_4xlarge: "i4i.4xlarge",
Expand Down Expand Up @@ -9051,8 +9055,11 @@ export const _InstanceType = {
m7i_flex_large: "m7i-flex.large",
m7i_flex_xlarge: "m7i-flex.xlarge",
m7i_large: "m7i.large",
m7i_metal_24xl: "m7i.metal-24xl",
m7i_metal_48xl: "m7i.metal-48xl",
m7i_xlarge: "m7i.xlarge",
mac1_metal: "mac1.metal",
mac2_m2_metal: "mac2-m2.metal",
mac2_m2pro_metal: "mac2-m2pro.metal",
mac2_metal: "mac2.metal",
p2_16xlarge: "p2.16xlarge",
Expand Down Expand Up @@ -9243,6 +9250,8 @@ export const _InstanceType = {
r7i_4xlarge: "r7i.4xlarge",
r7i_8xlarge: "r7i.8xlarge",
r7i_large: "r7i.large",
r7i_metal_24xl: "r7i.metal-24xl",
r7i_metal_48xl: "r7i.metal-48xl",
r7i_xlarge: "r7i.xlarge",
r7iz_12xlarge: "r7iz.12xlarge",
r7iz_16xlarge: "r7iz.16xlarge",
Expand Down
54 changes: 54 additions & 0 deletions codegen/sdk-codegen/aws-models/ec2.json
Original file line number Diff line number Diff line change
Expand Up @@ -64737,6 +64737,60 @@
"traits": {
"smithy.api#enumValue": "dl2q.24xlarge"
}
},
"mac2_m2_metal": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "mac2-m2.metal"
}
},
"i4i_12xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "i4i.12xlarge"
}
},
"i4i_24xlarge": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "i4i.24xlarge"
}
},
"c7i_metal_24xl": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "c7i.metal-24xl"
}
},
"c7i_metal_48xl": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "c7i.metal-48xl"
}
},
"m7i_metal_24xl": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "m7i.metal-24xl"
}
},
"m7i_metal_48xl": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "m7i.metal-48xl"
}
},
"r7i_metal_24xl": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "r7i.metal-24xl"
}
},
"r7i_metal_48xl": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "r7i.metal-48xl"
}
}
}
},
Expand Down

0 comments on commit 1a9fca9

Please sign in to comment.