How many requests can AWS Organizations handle concurrently?

0

We are attempting to optimize calls between organizational units and their accounts to retrieve information in parallel. However, at a certain point, we encounter the error "AWS Organizations can't complete your request because another request is already in progress. Try again later." We have been unable to find any information regarding the JavaScript SDK request limit. It would be helpful to know what the limit is for concurrent calls and if there is a way to increase it to meet our performance needs.

mrdpad
asked 3 months ago116 views
2 Answers
0

The AWS Organizations concurrent 'Actions' limit is 5. As soon as one finishes, you can start another, but only five can be in progress at a time.

If this answers your question, please accept this as the Accepted Answer so that others on re:Post may benefit - thank you!

profile pictureAWS
answered 3 months ago
profile picture
EXPERT
reviewed a month ago
0

AWS does not explicitly publish a specific number for concurrent requests that AWS Organizations can handle. This is partly because the limits can vary based on the type of requests, the resources involved, and the overall demand on AWS services at any given time. The error message you're encountering suggests that you are hitting a throttling limit imposed to prevent excessive load on the service.

profile picture
EXPERT
answered 3 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