Skip to main content

npx remotion lambda 配额

显示当前应用于你账户和区域的 AWS Lambda 并发和突发限制。你可以使用 increase 命令向 AWS 发送请求,要求他们增加配额。

🌐 Displays the AWS Lambda concurrency and burst limits currently being applied to your account and region. You can use the increase command to send a request to AWS asking them to increase their quotas.

quotas

打印当前应用于你的 AWS 账户和区域的限制。

🌐 Print the current limits being applied to your AWS account and region.

npx remotion lambda quotas
显示示例输出

区域 = us-east-1

并发限制:1000 - 建议增加! 增加到5000的请求正在处理中: https://us-east-1.console.aws.amazon.com/support/home#/case/?displayId=9742781451 可以同时执行的最大 Lambda 函数数量。 运行 npx remotion lambda quotas increase 请求 AWS 增加你的限制。

🌐 Concurrency limit: 1000 - Increase recommended! A request to increase it to 5000 is pending: https://us-east-1.console.aws.amazon.com/support/home#/case/?displayId=9742781451 The maximum amount of Lambda functions which can concurrently execute. Run npx remotion lambda quotas increase to ask AWS to increase your limit.

--region

应该为哪个地区打印配额。

🌐 For which region the quotas should be printed.

quotas increase

创建一个 AWS 支持请求,以增加你账户的并发限制,以及可能存在的账户配额增加请求。

🌐 Creates an AWS support request to increase the concurrency limit on your account as well as potential quota increase requests that might exist on your account.

npx remotion lambda quotas increase
note

这仅适用于 AWS Root 账户,而不适用于组织的子账户。你仍然可以通过控制台申请增加。

--region

应该为哪个地区增加配额。

🌐 For which region the quotas should be increased.

--yes

跳过确认请求。

🌐 Skips asking for confirmation.

--force

即使是第二次,也会要求增加。如果没有指定消息,你获得批准的可能性会更小,建议使用控制台进行进一步的增加。

🌐 Asks for an increase even if it is the second one. Without a message you specify, it is more unlikely you will get approved, prefer using console for further increases.

另请参阅

🌐 See also