Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #145 from Netflix/lower-eni-ip-limit-r4.16xlarge
Browse files Browse the repository at this point in the history
Reduce the available IP addresses 24 per ENI on the r4.16xlarge
  • Loading branch information
sargun committed Jun 25, 2018
2 parents e5af5ad + 463e779 commit 1c3091b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vpc/limits.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ var interfaceLimits = map[string]map[string]limits{
},
"16xlarge": limits{
interfaces: 15,
ipAddressesPerInterface: 50,
ip6AddressesPerInterface: 50,
ipAddressesPerInterface: 24,
ip6AddressesPerInterface: 24,
networkThroughput: 23000,
},
},
Expand Down

0 comments on commit 1c3091b

Please sign in to comment.