Skip to content

Commit 2bfc68d

Browse files
Introducing Amazon EC2 R7iz instances with 3.9 GHz sustained all-core turbo frequency and deliver up to 20% better performance than previous generation z1d instances.
1 parent 5d6ce60 commit 2bfc68d

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed

generator/ServiceModels/ec2/ec2-2016-11-15.api.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27501,7 +27501,15 @@
2750127501
"c7i.16xlarge",
2750227502
"c7i.24xlarge",
2750327503
"c7i.48xlarge",
27504-
"mac2-m2pro.metal"
27504+
"mac2-m2pro.metal",
27505+
"r7iz.large",
27506+
"r7iz.xlarge",
27507+
"r7iz.2xlarge",
27508+
"r7iz.4xlarge",
27509+
"r7iz.8xlarge",
27510+
"r7iz.12xlarge",
27511+
"r7iz.16xlarge",
27512+
"r7iz.32xlarge"
2750527513
]
2750627514
},
2750727515
"InstanceTypeHypervisor":{

generator/ServiceModels/ec2/ec2-2016-11-15.normal.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35539,7 +35539,15 @@
3553935539
"c7i.16xlarge",
3554035540
"c7i.24xlarge",
3554135541
"c7i.48xlarge",
35542-
"mac2-m2pro.metal"
35542+
"mac2-m2pro.metal",
35543+
"r7iz.large",
35544+
"r7iz.xlarge",
35545+
"r7iz.2xlarge",
35546+
"r7iz.4xlarge",
35547+
"r7iz.8xlarge",
35548+
"r7iz.12xlarge",
35549+
"r7iz.16xlarge",
35550+
"r7iz.32xlarge"
3554335551
]
3554435552
},
3554535553
"InstanceTypeHypervisor":{

sdk/src/Services/EC2/Generated/ServiceEnumerations.cs

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10119,6 +10119,38 @@ public class InstanceType : ConstantClass
1011910119
/// </summary>
1012010120
public static readonly InstanceType R7gXlarge = new InstanceType("r7g.xlarge");
1012110121
/// <summary>
10122+
/// Constant R7iz12xlarge for InstanceType
10123+
/// </summary>
10124+
public static readonly InstanceType R7iz12xlarge = new InstanceType("r7iz.12xlarge");
10125+
/// <summary>
10126+
/// Constant R7iz16xlarge for InstanceType
10127+
/// </summary>
10128+
public static readonly InstanceType R7iz16xlarge = new InstanceType("r7iz.16xlarge");
10129+
/// <summary>
10130+
/// Constant R7iz2xlarge for InstanceType
10131+
/// </summary>
10132+
public static readonly InstanceType R7iz2xlarge = new InstanceType("r7iz.2xlarge");
10133+
/// <summary>
10134+
/// Constant R7iz32xlarge for InstanceType
10135+
/// </summary>
10136+
public static readonly InstanceType R7iz32xlarge = new InstanceType("r7iz.32xlarge");
10137+
/// <summary>
10138+
/// Constant R7iz4xlarge for InstanceType
10139+
/// </summary>
10140+
public static readonly InstanceType R7iz4xlarge = new InstanceType("r7iz.4xlarge");
10141+
/// <summary>
10142+
/// Constant R7iz8xlarge for InstanceType
10143+
/// </summary>
10144+
public static readonly InstanceType R7iz8xlarge = new InstanceType("r7iz.8xlarge");
10145+
/// <summary>
10146+
/// Constant R7izLarge for InstanceType
10147+
/// </summary>
10148+
public static readonly InstanceType R7izLarge = new InstanceType("r7iz.large");
10149+
/// <summary>
10150+
/// Constant R7izXlarge for InstanceType
10151+
/// </summary>
10152+
public static readonly InstanceType R7izXlarge = new InstanceType("r7iz.xlarge");
10153+
/// <summary>
1012210154
/// Constant T1Micro for InstanceType
1012310155
/// </summary>
1012410156
public static readonly InstanceType T1Micro = new InstanceType("t1.micro");

0 commit comments

Comments
 (0)