Skip to content

Commit ee6a931

Browse files
committed
comment
1 parent 531ed6f commit ee6a931

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/gen_vpc_ip_limits.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ func describeInstanceTypes(region string, eniLimitMap map[string]awsutils.Instan
192192
}
193193

194194
// addManualLimits has the list of faulty or missing instance types
195+
// Instance types added here are missing the NetworkCard info due to not being publicly available. Only supporting
196+
// NetworkCard for instances currently accessible from the EC2 API to match customer accessibility.
195197
func addManualLimits(limitMap map[string]awsutils.InstanceTypeLimits) map[string]awsutils.InstanceTypeLimits {
196198
manuallyAddedLimits := map[string]awsutils.InstanceTypeLimits{
197199
"cr1.8xlarge": {

0 commit comments

Comments
 (0)