Skip to content

Commit 178fdff

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Release Amazon EC2 c8i, c8i-flex, m8a, and r8gb
1 parent 94b32c5 commit 178fdff

File tree

3 files changed

+53
-5
lines changed

3 files changed

+53
-5
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": "Release Amazon EC2 c8i, c8i-flex, m8a, and r8gb"
6+
}

services/ec2/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
"builtIn": "AWS::Region",
66
"required": false,
77
"documentation": "The AWS region used to dispatch the request.",
8-
"type": "String"
8+
"type": "string"
99
},
1010
"UseDualStack": {
1111
"builtIn": "AWS::UseDualStack",
1212
"required": true,
1313
"default": false,
1414
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
15-
"type": "Boolean"
15+
"type": "boolean"
1616
},
1717
"UseFIPS": {
1818
"builtIn": "AWS::UseFIPS",
1919
"required": true,
2020
"default": false,
2121
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
22-
"type": "Boolean"
22+
"type": "boolean"
2323
},
2424
"Endpoint": {
2525
"builtIn": "SDK::Endpoint",
2626
"required": false,
2727
"documentation": "Override the endpoint used to send this request",
28-
"type": "String"
28+
"type": "string"
2929
}
3030
},
3131
"rules": [

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

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42639,7 +42639,49 @@
4263942639
"r8gn.24xlarge",
4264042640
"r8gn.48xlarge",
4264142641
"r8gn.metal-24xl",
42642-
"r8gn.metal-48xl"
42642+
"r8gn.metal-48xl",
42643+
"c8i.large",
42644+
"c8i.xlarge",
42645+
"c8i.2xlarge",
42646+
"c8i.4xlarge",
42647+
"c8i.8xlarge",
42648+
"c8i.12xlarge",
42649+
"c8i.16xlarge",
42650+
"c8i.24xlarge",
42651+
"c8i.32xlarge",
42652+
"c8i.48xlarge",
42653+
"c8i.96xlarge",
42654+
"c8i.metal-48xl",
42655+
"c8i.metal-96xl",
42656+
"c8i-flex.large",
42657+
"c8i-flex.xlarge",
42658+
"c8i-flex.2xlarge",
42659+
"c8i-flex.4xlarge",
42660+
"c8i-flex.8xlarge",
42661+
"c8i-flex.12xlarge",
42662+
"c8i-flex.16xlarge",
42663+
"r8gb.medium",
42664+
"r8gb.large",
42665+
"r8gb.xlarge",
42666+
"r8gb.2xlarge",
42667+
"r8gb.4xlarge",
42668+
"r8gb.8xlarge",
42669+
"r8gb.12xlarge",
42670+
"r8gb.16xlarge",
42671+
"r8gb.24xlarge",
42672+
"r8gb.metal-24xl",
42673+
"m8a.medium",
42674+
"m8a.large",
42675+
"m8a.xlarge",
42676+
"m8a.2xlarge",
42677+
"m8a.4xlarge",
42678+
"m8a.8xlarge",
42679+
"m8a.12xlarge",
42680+
"m8a.16xlarge",
42681+
"m8a.24xlarge",
42682+
"m8a.48xlarge",
42683+
"m8a.metal-24xl",
42684+
"m8a.metal-48xl"
4264342685
]
4264442686
},
4264542687
"InstanceTypeHypervisor":{

0 commit comments

Comments
 (0)