Reputation: 161
The AWS terminated my running spot with the error "instance-terminated-capacity-oversubscribed"
Is there a way to see the available capacity of an instance type in the different ec2 zones ? so I can create my new spot in a more "available" zone ?
Upvotes: 7
Views: 3768
Reputation: 81376
Look at the "spot instance history". This will not tell you the future, but will give you a good indication up to now.
This link will show you how to use the AWS Console and CLI to get history data.
Upvotes: 1