This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Permissions issue when creating S3 Bucket #9
Comments
can you check your IAM role and give it the permissions to |
jjmachan
added a commit
to jjmachan/aws-ec2-deploy
that referenced
this issue
Sep 13, 2021
Usually we used to store the CF Template in S3. This was redundant and hence is now removed. Solves bentoml#9
The S3 dependency is now removed and so this should not be an issue now, @paulommaia can you pull the latest changes and try again? it should fix this issue. |
jjmachan
added a commit
that referenced
this issue
Sep 16, 2021
Usually we used to store the CF Template in S3. This was redundant and hence is now removed. Solves #9
close it for now. Feel free to reopen it @paulommaia |
Thank you! I will test it ASAP, busy with some other stuff this week :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was able the demo with the Iris Classifier once but on the second time I had some permissions issue with the S3 Bucket
File "/home/paulo/bentoml_tutorial/aws-ec2-deploy/utils/init.py", line 101, in create_s3_bucket_if_not_exists
botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the GetBucketAcl operation: Access Denied
And when running delete afterwrads:
botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the ListObjects operation: Access Denied
The lambda function deployment worked fine for me
The text was updated successfully, but these errors were encountered: