rvanheest / IN4392_Cloud_Computing_Labs

0 stars 0 forks source link

Request limit exceeded #12

Open Froussios opened 10 years ago

Froussios commented 10 years ago

During my tests, I got this from AWS

java.util.concurrent.ExecutionException: com.amazonaws.AmazonServiceException: Request limit exceeded. (Service: AmazonEC2; Status Code: 503; Error Code: RequestLimitExceeded; Request ID: 1383c9d4-546a-497d-a5c1-ae1833b88303)

The instance was leased and ran anyway. I don't know if and how I should handle stuff like that. I'll leave it be for now.

rvanheest commented 10 years ago

This is the only thing I could find about it: http://stackoverflow.com/questions/20719212/ec2-request-limit-exceeded-issue

Froussios commented 10 years ago

I'm not as concerned with the fact that the request failed, as with the fact that it was misreported as being failed. In the first case, it will automatically try again. The problem is that I can't collect resources that I didn't know were allocated. So, basically, this is a potential leak. I'll look out to see if it happens often.