Service quotas applied by Support not reflected in Service Quotas

1

I am currently working on developing a microservice that monitors the quotas of AppStream instances. The main functionalities I require are the ability to retrieve the current service quotas and request an increase in case the value is not compliant. Recently, I programmatically requested two quota increases for the AppStream instances and these requests have already been approved by the Support team. However, when checking the status in the Service Quota, it still shows as 'Quota requested'.

The problem lies in the fact that the available quota value has not been updated in the Service Quota, and when making calls to ListServiceQuotas, it returns an empty list. This is the second time I have attempted to update the Applied quota value for the AppStream instances through Support, but the Applied quota value still shows as 'Not Available'. Despite this, I am still able to utilize the requested AppStream instances as intended.

I need guidance on how to properly reflect the Support-applied quotas in the Service Quotas, so that I can effectively monitor the current quotas.

已提问 10 个月前765 查看次数
2 回答
1
已接受的回答

The label "Not Available" means that the service has not implemented the feature to report the applied quota on the console. Unfortunately, for such services, it is not possible to get the applied quota value via Service Quotas [+]. Once the service is fully on boarded on to Service Quotas, you will be able to see the values.

[+] https://docs.aws.amazon.com/servicequotas/latest/userguide/gs-request-quota.html

GetServiceQuota API [+] retrieve the applied quota value for the specified quota. For some quotas, only the default values are available. If the applied quota value is not available for a quota, the quota is not retrieved.

[+] https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_GetServiceQuota.html

AWS
已回答 10 个月前
profile picture
专家
已审核 10 个月前
profile picture
专家
已审核 10 个月前
0

This is really annoying for large scaled workloads and make the limits/quota governance a huge and hard activity. This issue affects several services (e.g: S3, DynamoDB, AppStream and much others).

I hope AWS can focus on this and make quotas fully operational for all services they deploy.

已回答 5 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则