AWS Lambda API 调用中的错误 "Client.NetworkInterfaceLimitExceeded"

Error "Client.NetworkInterfaceLimitExceeded" in AWS Lambda API Calls

背景:

我在 AWS lambda 上通过 Chalice 框架实现了 2 个 Web 服务。两个框架都指向相同的 RDS (MySQL) 数据库后端。

问题:

用户这两天下午有几个小时无法登录应用。 (已登录者将被注销)。

每个 API 调用都会在 CloudTrail 中创建一个 "CreateNetworkInterface" 事件。许多 API 调用以错误代码 "Client.NetworkInterfaceLimitExceeded" 结束。我怎样才能提高限额?

线索 在 Sergej Jakovljev 的“5 Things you should know before using Lambda”中,他提到了将 Amazon RDS 与 Lambda 结合使用的限制(第 2 点)。我使用 4 个子网(2 public 和 2 个私有)的 VPN。 RDS 在 2 个子网中。增加ENI积分的具体步骤是什么?

如有任何帮助,我们将不胜感激。谢谢!

350 是弹性网络接口记录的默认限制。您将需要提交增加限制的请求。

Network interfaces per region 350

This limit is the greater of either the default limit (350) or your On-Demand Instance limit multiplied by 5. The default limit for On-Demand Instances is 20. If your On-Demand Instance limit is below 70, the default limit of 350 applies. To increase this limit, submit a request or increase your On-Demand Instance limit.

https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_vpc