Skip to content

Commit

Permalink
Merge pull request #274 from hmizuma/p3dn
Browse files Browse the repository at this point in the history
Add ENI entries for p3dn.24xlarge instance
  • Loading branch information
mogren authored Dec 20, 2018
2 parents b8c5f79 + 8dd15af commit 5adc317
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 5adc317

Please sign in to comment.