Deplify x AWS
AWS Account Service Quotas
By default, AWS sets limits on certain services for new AWS accounts. Before opening up your site for real production traffic, you will want to ensure these quotas are increased. Increasing these quotas involves just submitting a quota increase request within your AWS account, the request if fulfilled usually within 24 hours.
Below are a list of quota increases you will want to consider:
-
AWS Lambda - Concurrent Executions
- This defaults to10
. You will likely want to get this increased to at least1,000
. -
Optional-
Cloudfront- Origin Access Identities Per Account
- This defaults to100
. If you are leveraging theNext JS
Blueprint heavily in multiple environments, you may hit this limit.