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.

gefragt vor 10 Monaten763 Aufrufe
2 Antworten
1
Akzeptierte Antwort

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
beantwortet vor 10 Monaten
profile picture
EXPERTE
überprüft vor 10 Monaten
profile picture
EXPERTE
überprüft vor 10 Monaten
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.

beantwortet vor 5 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen