Quotas
Service quotas, also referred to as limits, are the maximum number of service resources or operations for your AWS account.
Quotas for AWS services in this solution
Make sure you have sufficient quota for each of the services implemented in this solution. For more information, refer to AWS service quotas.
Select one of the following links to go to the page for that service. To view the service quotas for all AWS services in the documentation without switching pages, view the information in the Service endpoints and quotas page in the PDF instead.
AWS CloudFormation quotas
Your AWS account has
AWS CloudFormation
AWS Lambda quotas
In the hub account, the Step Function invokes up to 100 Lambda functions to run the scan in parallel across multiple accounts and services. Review and increase your Lambda funtion's concurrency limit to avoid throttling.
AWS Step Functions quotas
A Step Function execution failure can occur due to maximum input or output size for a task, state, or execution quota of 262,144 bytes of data as a UTF-8 encoded string, or maximum execution history size of 25,000 events in a single state machine execution history. For example:
Scenario 1 - You scan resources in 25 supported services with a maximum of 100 accounts in a job. If you increase the number of accounts, you will reach maximum execution history size of 25,000 events.
Scenario 2 - You scan 8,000 accounts with a maximum of 3 services in a job. If you add more accounts, you will reach maximum input or output size for a task, state, or execution quota of 262,144 bytes of data.
To avoid reaching the quota for large-scale scans, we recommend that you define your batch size (number of accounts • number of services) per scan.