docksal/sandbox-server

AWS Advanced mode create spot failed

Closed this issue · 3 comments

Step to replicate:

  • Create stack using advanced mode link
  • Resource type: Spot
  • Instance type (primary): t3.xlarge
  • Instance type 2 (spot only): t3a.xlarge
  • SSH key: select existing key
  • Select instance availability zone

Error
image

What is the template URL that you are using?

I'm not able to reproduce this with the most recent version:
https://docksal-aws-templates.s3.us-east-2.amazonaws.com/sandbox-server/v3.2.0/advanced.json

InstanceType | t3.xlarge | -
InstanceType2 | t3a.xlarge | -
ManualAZ | us-east-2a | -
ResourceType | spot | -

I used the template on the README.md page

https://s3.us-east-2.amazonaws.com/docksal-aws-templates/sandbox-server/v3/advanced.json

The template above works fine so I updated to README.md file at #54

@phoang11 those two templates are identical. v3 represents the most recent v3.x.x release.

It is possible that AWS CloudFormation cached the template and did not pull a new version since the URL is the same.
We include specific template URLs in the release notes - https://github.com/docksal/sandbox-server/releases.