openspot
openspot copied to clipboard
Outdated AMI
Hello!
Project looks great! However current Fedora AMI is outdated, and already removed from marketplace.
facing the same issue: An error occurred (InvalidAMIID.NotFound) when calling the RequestSpotInstances operation: The image id '[ami-01d3bd808e1fd393c]' does not exist
You can set the env var AMI_ID to replace it with the image available in your region.
For example:
export AMI_ID=ami-05e26a753e329fc1b
Then launch the script in the same terminal, and it will use this image instead of the default one.
Thanks @hguerrero
But still we should find a better way to handle this ;)