Skip to content
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

[Bug]: Invokation not found in SageMaker since region is hard-coded #2086

Closed
hooman-bayer opened this issue Feb 20, 2024 · 3 comments
Closed
Assignees
Labels
bug Something isn't working high priority

Comments

@hooman-bayer
Copy link

hooman-bayer commented Feb 20, 2024

What happened?

It seems like due to aioboto3 enforcing the region, the endpoints deployed in regions other than us-west-2 (e.g. eu-central-1) fail and are not found. Is there a reason that us-west-2 is hardcoded here and here ?

This seems to have happened after 1.24 release.

Relevant log output

'An error occurred (ValidationError) when calling the InvokeEndpoint operation: Endpoint <ENDPOINT-NAME> of account <NR> not found.'

Twitter / LinkedIn details

https://www.linkedin.com/in/hooman-s-449b0838

@hooman-bayer hooman-bayer added the bug Something isn't working label Feb 20, 2024
@krrishdholakia
Copy link
Contributor

Hey @hooman-bayer no - this was not intentional, and was missed during the aioboto3 merge. Thanks for flagging it. I'll have this fixed by tomorrow and add more region testing for our acompletion endpoint.

@hooman-bayer
Copy link
Author

thanks @krrishdholakia for your quick response :)

@krrishdholakia
Copy link
Contributor

merged into main, will be out in next release vv1.26.5+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority
Projects
None yet
Development

No branches or pull requests

2 participants