diff --git a/c7n/resources/quotas.py b/c7n/resources/quotas.py index 51f0c2a1ae5..d627b48d8f9 100644 --- a/c7n/resources/quotas.py +++ b/c7n/resources/quotas.py @@ -77,8 +77,8 @@ def _get_quotas(client, s, attr): quotas.update(rquotas) self.log.debug(f"- {s['ServiceCode']} has {len(response['Quotas'])} quotas") # NOTE fix TooManyRequestsException when calling the ListServiceQuotas - # NOTE sleep before any break - sleep(0.2) + # NOTE sleep before any break; default quota 10rps + sleep(0.3) if token is None: break # ssm, ec2, kms have bad behaviors.