-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[autoscaler] Creating instance profile fails on exception handling #3533
Comments
Unfortunately Boto generates error classes dynamically, so this catches the expected error and raises the error if it is the wrong class. Closes #3533.
I'm getting this error with a fresh install of Ray, the YAML file in this repo, properly configured boto, and running ray up on the YAML. Is there a way to proceed? No handlers could be found for logger "ray.worker" |
Actually this can be fixed as of today by installing the latest snapshot of master - https://ray.readthedocs.io/en/latest/installation.html |
Ah got it, new error (thanks for quick reply!): Maybe the AMI ID changed for the Deep Learning image? botocore.exceptions.ClientError: An error occurred (InvalidAMIID.NotFound) when calling the RunInstances operation: The image id '[ami-3b6bce43]' does not exist |
Hm yeah; maybe we have to update the default image - did you find one that
works?
…On Fri, Dec 14, 2018 at 4:04 PM melvinev ***@***.***> wrote:
Ah got it, new error (thanks for quick reply!):
Maybe the AMI ID changed for the Deep Learning image?
botocore.exceptions.ClientError: An error occurred (InvalidAMIID.NotFound)
when calling the RunInstances operation: The image id '[ami-3b6bce43]' does
not exist
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#3533 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEUc5cAa6URB7V0vUghec1qlfEISV4T8ks5u5DyZgaJpZM4ZSg8w>
.
|
Ah I switched to US-East-1 in my YAML, diff ID. Thanks man! |
Glad to hear it worked! No problem.
…On Fri, Dec 14, 2018 at 4:11 PM melvinev ***@***.***> wrote:
Ah I switched to US-East-1 in my YAML, diff ID. Thanks man!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#3533 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEUc5cFHaA48BGU-I4ySOA8-wgGNeMkdks5u5D3qgaJpZM4ZSg8w>
.
|
System information
ray up example-full.yaml
on an account without the proper instance profile name.Describe the problem
I think the exception-handling is just out of date.
Source code / logs
The text was updated successfully, but these errors were encountered: