Skip to content

Commit 81baee4

Browse files
AWSL-Applin
authored andcommitted
Amazon Elastic Compute Cloud Update: This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth.
1 parent 888e085 commit 81baee4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-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": "This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth."
6+
}

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35274,7 +35274,18 @@
3527435274
"i4g.2xlarge",
3527535275
"i4g.4xlarge",
3527635276
"i4g.8xlarge",
35277-
"i4g.16xlarge"
35277+
"i4g.16xlarge",
35278+
"hpc7g.4xlarge",
35279+
"hpc7g.8xlarge",
35280+
"hpc7g.16xlarge",
35281+
"c7gn.medium",
35282+
"c7gn.large",
35283+
"c7gn.xlarge",
35284+
"c7gn.2xlarge",
35285+
"c7gn.4xlarge",
35286+
"c7gn.8xlarge",
35287+
"c7gn.12xlarge",
35288+
"c7gn.16xlarge"
3527835289
]
3527935290
},
3528035291
"InstanceTypeHypervisor":{

0 commit comments

Comments
 (0)