Get Connect Quotas via CLI

0

The following command returns a single quota, but based on the documentation I should be returning all, anyone able to confirm this works for them?

aws service-quotas list-service-quotas --service-code connect --region us-west-2

AWS CLI: aws-cli/2.3.5 Python/3.8.8 Windows/10 exe/AMD64 prompt/off

Thank you.

  • Based on the documentation maybe this is why I only see one:

    If the applied quota value is not available for a quota, the quota is not retrieved.

    I've found inconsistencies from what the requests are and what the actual quota is and I'm trying to find a way to get the details myself.

profile picture
dmacias
asked a year ago226 views
1 Answer
0
Accepted Answer

If you've submitted any quota increases in the past, you can find the details in any support cases you've created. If not, you can expect everything is at the defaults as noted here: https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html

If you have too many support cases to dig for that kind of information, I'd suggest creating a support case to confirm what you're current service quotas are set to for your Connect instance(s).

profile pictureAWS
answered a year ago
  • Yeah that's what we ended up doing. Had to submit a quota list for every instance which was super painful as the API doesn't show the actual settings.

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