1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
I have the following architecture:
The architecture below is about automating notifications, but if you can set up Lambda to automate quota requests instead of notifications, I think automatic requests are possible.
https://aws.amazon.com/solutions/implementations/quota-monitor/?nc1=h_ls
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 9 months ago

You can request service quotas from code using the API "request_service_quota_increase()". https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/service-quotas/client/request_service_quota_increase.html#