spotty-cloud / spotty

Training deep learning models on AWS and GCP instances
https://spotty.cloud
MIT License
491 stars 43 forks source link

Stack was not created. #101

Closed mcartagenah closed 2 years ago

mcartagenah commented 3 years ago

Hello,

After using spotty start it says:

Error:
------
Stack "spotty-my-project-1" was not created.
Please, see CloudFormation logs for the details.

But in CloudFormation in Stacks there's nothing about the stack.

I have a local instance that works perfectly, so I'm assuming is not a problem with the Dockerfile.

apls777 commented 3 years ago

Are you sure you don't have any info about the stack? Please, check that you're in the right region in the AWS console.

mcartagenah commented 3 years ago

You're right, I was in the wrong region, sorry about that. I get this error:

Max spot instance count exceeded (Service: AmazonEC2; Status Code: 400; Error Code: MaxSpotInstanceCountExceeded; Request ID: ; Proxy: null)
apls777 commented 3 years ago

You need to increase your Spot Instance limit. Check out this page: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-limits.html.