List of services only shows default limit value in service quota console

0

Hello team, Is there any public document available which tells list of services which shows default value in quota console, even after the limit is increased. Few services only shows default value in console even after the limit is increased and changed to new value? Can we get what services are included in this or how to get the details of these services?

asked 7 months ago133 views
1 Answer
1

Thank you for your question.

you can try the CLI command:

aws service-quotas list-service-quotas

for example if you want to retrieve the quotas from EC2 service you can run

aws service-quotas list-service-quotas --service-code ec2

Here you can find the documentation of the command.

Also you can visit this thread related to your question.

Hope that helps.

AWS
David C
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions