Restrict user access to certain S3 buckets
To restrict access for certain users to specific Amazon S3 buckets, you can add a deny policy to a specific role, user, or group.
The following example restricts permissions to retrieve and place objects into a
specific S3 bucket
(arn:aws:s3:::amazon-braket-us-east-1-123456789012-Alice
) and also
restricts the listing of those objects.
To restrict access to the bucket for a certain notebook instance, you can add the preceding policy to the notebook execution role.