Skip to content

Commit

Permalink
Merge pull request #295 from mattlandis/1.3-cherry-pick
Browse files Browse the repository at this point in the history
Cherry-pick: Add ENI entries for p3dn.24xlarge instance
  • Loading branch information
mattlandis authored Jan 22, 2019
2 parents 2bb7107 + b7ff06e commit 35946a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/awsutils/vpc_ip_resource_limit.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ var InstanceENIsAvailable = map[string]int{
"p3.2xlarge": 4,
"p3.8xlarge": 8,
"p3.16xlarge": 8,
"p3dn.24xlarge": 15,
"r3.large": 3,
"r3.xlarge": 4,
"r3.2xlarge": 4,
Expand Down Expand Up @@ -274,6 +275,7 @@ var InstanceIPsAvailable = map[string]int64{
"p3.2xlarge": 15,
"p3.8xlarge": 30,
"p3.16xlarge": 30,
"p3dn.24xlarge": 50,
"r3.large": 10,
"r3.xlarge": 15,
"r3.2xlarge": 15,
Expand Down

0 comments on commit 35946a9

Please sign in to comment.