File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
pkg/providers/instancetype Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5151 // m4.4xlarge has vague bandwidth information, bandwidth is High
5252 // m4.large has vague bandwidth information, bandwidth is Moderate
5353 // m4.xlarge has vague bandwidth information, bandwidth is High
54- // mac-m4max.metal is not available in https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-network-bandwidth.html
5554 // r3.2xlarge has vague bandwidth information, bandwidth is High
5655 // r3.4xlarge has vague bandwidth information, bandwidth is High
5756 // r3.large has vague bandwidth information, bandwidth is Moderate
@@ -538,6 +537,7 @@ var (
538537 "m5d.8xlarge" : 10000 ,
539538 "m5zn.2xlarge" : 10000 ,
540539 "mac-m4.metal" : 10000 ,
540+ "mac-m4max.metal" : 10000 ,
541541 "mac-m4pro.metal" : 10000 ,
542542 "mac2-m1ultra.metal" : 10000 ,
543543 "mac2-m2.metal" : 10000 ,
You can’t perform that action at this time.
0 commit comments