I’m following the quick start guide for ray clusters. I’m getting the following when running ray up -y config.yaml
:
create_instances: Attempt failed with An error occured (InvalidAMIID.NotFound) when calling the RunInstances operation: the image id ‘[ami-0a2363a9cff180a64]’ does not exist, retrying.
I suspect I’m running in a region of AWS where that AMI is not available. So:
- How do I find out which AMI I should be using?
- How do I articulate that to ray?
- If a satisfactory AMI is not already available in my region, how do I make one?