您已经超过了帐户的超平面eNIS的最大限制

发布于 2025-02-11 01:40:10 字数 510 浏览 2 评论 0原文

我们的AWS Codepipeline最近开始在我们的一个步骤之一上失败,而此错误 - 您已经超过了VPC的Lambda超平面eNIS的最大限制。联系AWS支持以增加Lambda超平面ENIS的VPC限制。我们确实使用lambda进行负载测试。来自我发现的这篇文章,Lambdas似乎在自己的VPC中运行,需要Eni或Heni(IE超平面ENI)才能连接到我们的VPC。

整个AWS中,整个VPC的软限额为250 HENIS。

如何解决此问题?我们的IAC代码中没有提及ENIS,因此也许它们是为Lambda功能而自动创建的?有资源泄漏吗?

Our AWS CodePipeline recently started failing at one of our steps with this error - You have exceeded the maximum limit for Lambda HyperPlane ENIs for your VPC. Contact AWS support to increase the VPC limit for Lambda HyperPlane ENIs. We do use a lambda for our load-testing. From this article I found, it seems lambdas run in their own VPC and need an ENI or a HENI (i.e. HyperPlane ENI) to connect to our VPC.

There is a soft limit of 250 HENIs total for the entire VPC in AWS.

How can I fix this issue? There is no mention of ENIs in our IaC code, so maybe they are automatically created for a lambda function? Is there a resource leak?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

花落人断肠 2025-02-18 01:40:10

Although you do not explicitly create an ENI for lambda it is still created to allow your lambda to use the network.

Check this blog post about it: https://aws.plainenglish.io/dealing-with-you-have-exceeded-the-maximum-limit-for-hyperplane-enis-for-your-account-223147e7ab64

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文