Skip to content

Commit

Permalink
Support c5.12xlarge and c5.24xlarge
Browse files Browse the repository at this point in the history
Fix IP limit for c5.18xlarge as well.

(cherry picked from commit 7f2ab6d)
  • Loading branch information
Claes Mogren authored and mogren committed Aug 5, 2019
1 parent 476ecc6 commit 67bb2b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkg/awsutils/vpc_ip_resource_limit.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ var InstanceENIsAvailable = map[string]int{
"c5.2xlarge": 4,
"c5.4xlarge": 8,
"c5.9xlarge": 8,
"c5.12xlarge": 8,
"c5.18xlarge": 15,
"c5.24xlarge": 15,
"c5d.large": 3,
"c5d.xlarge": 4,
"c5d.2xlarge": 4,
Expand Down Expand Up @@ -250,7 +252,9 @@ var InstanceIPsAvailable = map[string]int{
"c5.2xlarge": 15,
"c5.4xlarge": 30,
"c5.9xlarge": 30,
"c5.18xlarge": 31,
"c5.12xlarge": 30,
"c5.18xlarge": 50,
"c5.24xlarge": 50,
"c5d.large": 10,
"c5d.xlarge": 15,
"c5d.2xlarge": 15,
Expand Down

0 comments on commit 67bb2b1

Please sign in to comment.