1 Answer
- Newest
- Most votes
- Most comments
1
Please try the following steps to see if it helps.
- Create a new S3 bucket with the "amazon-braket-" prefix. More info here: https://repost.aws/de/questions/QUpgOsg4xfRmy5j543vWtOEA/can-t-access-s3-bucket-from-braket-notebook
- Update your code to use the new bucket name
- Verify that your IAM role has the AmazonBraketFullAccess policy
- If using a custom role, ensure it has the necessary S3 permissions listed below { "Effect": "Allow", "Action": [ "s3:GetObject", "s3:PutObject", "s3:ListBucket", "s3:CreateBucket", "s3:PutBucketPublicAccessBlock", "s3:PutBucketPolicy" ], "Resource": "arn:aws:s3:::amazon-braket-*" }
Hope this helps.
Thanks.
answered 2 months ago
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago