Skip to content

Commit

Permalink
Merge pull request #312 from micahhausler/release-1.3-updates
Browse files Browse the repository at this point in the history
Fixed max-IPs for p3dn.24xlarge
  • Loading branch information
mattlandis authored Feb 5, 2019
2 parents 1dab5cc + c76927e commit 3d23350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/awsutils/vpc_ip_resource_limit.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ var InstanceIPsAvailable = map[string]int64{
"p3.2xlarge": 15,
"p3.8xlarge": 30,
"p3.16xlarge": 30,
"p3dn.24xlarge": 31,
"p3dn.24xlarge": 50,
"r3.large": 10,
"r3.xlarge": 15,
"r3.2xlarge": 15,
Expand Down

0 comments on commit 3d23350

Please sign in to comment.