Skip to content

Commit fef98ff

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release introduces Amazon EC2 Mac1 instances, a new Amazon EC2 instance family built on Apple Mac mini computers, powered by AWS Nitro System, and support running macOS workloads on Amazon EC2
1 parent 668e773 commit fef98ff

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-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": "This release introduces Amazon EC2 Mac1 instances, a new Amazon EC2 instance family built on Apple Mac mini computers, powered by AWS Nitro System, and support running macOS workloads on Amazon EC2"
6+
}

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19715,7 +19715,8 @@
1971519715
"shape":"FleetLaunchTemplateConfigRequest",
1971619716
"locationName":"item"
1971719717
},
19718-
"max":50
19718+
"max":50,
19719+
"min":0
1971919720
},
1972019721
"FleetLaunchTemplateConfigRequest":{
1972119722
"type":"structure",
@@ -19785,7 +19786,8 @@
1978519786
"shape":"FleetLaunchTemplateOverridesRequest",
1978619787
"locationName":"item"
1978719788
},
19788-
"max":50
19789+
"max":50,
19790+
"min":0
1978919791
},
1979019792
"FleetLaunchTemplateOverridesRequest":{
1979119793
"type":"structure",
@@ -24394,7 +24396,8 @@
2439424396
"m6gd.4xlarge",
2439524397
"m6gd.8xlarge",
2439624398
"m6gd.12xlarge",
24397-
"m6gd.16xlarge"
24399+
"m6gd.16xlarge",
24400+
"mac1.metal"
2439824401
]
2439924402
},
2440024403
"InstanceTypeHypervisor":{
@@ -31722,7 +31725,8 @@
3172231725
"type":"list",
3172331726
"member":{"shape":"InstanceType"},
3172431727
"locationName":"InstanceType",
31725-
"max":100
31728+
"max":100,
31729+
"min":0
3172631730
},
3172731731
"RequestLaunchTemplateData":{
3172831732
"type":"structure",
@@ -38608,7 +38612,8 @@
3860838612
},
3860938613
"VersionDescription":{
3861038614
"type":"string",
38611-
"max":255
38615+
"max":255,
38616+
"min":0
3861238617
},
3861338618
"VersionStringList":{
3861438619
"type":"list",

0 commit comments

Comments
 (0)