packages/docs/docs/lambda/cli/quotas.mdx
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.
quotasPrint the current limits being applied to your AWS account and region.
npx remotion lambda quotas
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.
--regionFor which region the quotas should be printed.
quotas increaseCreates 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 This only works for AWS Root accounts, not the children of an organization. You can still request an increase via the console. :::
--regionFor which region the quotas should be increased.
--yesSkips asking for confirmation.
--forceAsks 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.