You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the Running On-Demand EC2 instances AWS service limits only count EC2 instances in the running state.
I could not find any explicit statements on that subject in the AWS documentation but I have got the case where my instances count is above the service limit:
@pdecat I'm not sure how I missed this, but the code that I referenced above handles reserved instances; it explicitly queries all active reservations (by AZ and instance type) and subtracts that from the on-demand instances. It does not, however, ignore instances in the "stopped" or "terminated" instance state.
I've got a fix for this and will be making a bugfix release shortly.
Hi,
I believe the Running On-Demand EC2 instances AWS service limits only count EC2 instances in the running state.
I could not find any explicit statements on that subject in the AWS documentation but I have got the case where my instances count is above the service limit:
Filtering on the instance state, I currently have:
The text was updated successfully, but these errors were encountered: