AWS KMS Limitations
Some limitations and throttling for AWS KMS
- When you exceed the quota, you get
ThrottlingException
- Every service that makes requests to AWS KMS will share the same quota across each region
- Solutions:
- Data Key Caching
- Request Quotas increase
- Exponential Backoff (any AWS service)