-
Notifications
You must be signed in to change notification settings - Fork 807
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
botocore.exceptions.ClientError #631
Comments
hi @jjneojiajun what is the region you are trying to deploy to? There is an ongoing issue on boto3 that create an S3 bucket will fail for region I am working on a fix for creating S3 bucket for the If you are not deploying to that region, could you provide more info on which region you are deploying to? |
Hi @yubozhao, yes I was trying to deploy to us-east-1 region. So I guess this is part of the bug fix that's required. I will close this thread then. Thank you! :) |
I'm still getting this issue after the first deployment to lambda. Running version 0.8.1 or bentoml. The first deployment worked for the most part, however subsequent deployments do not. |
cc @yubozhao could you help take a look? |
Hi, @spencersmith, I tested deploying and updating with the quick start example BentoService with Can you share your boto3 version and what region you are deploying into? |
hey @spencersmith, are you still experiencing this issue? I think this exact issue( |
Hey BentoML Maintainers,
I am currently facing an issue deploying my model to AWS Lambda, although i followed the docs completely. I have received the botocore.exceptions.ClientError indicating there's (NoSuchBucket) when calling the GetBuckAcl Operations and InvalidLocationConstraint when calling the CreateBucket Operations. Any tips in regards to this? Is there like a parameter that i can use to create this bucket?
Thanks!
The text was updated successfully, but these errors were encountered: