I have a AWS account which have some IAM user having access to s3 buckets. I also have a S3 bucket that contains sensitive information. Is there a policy where I can deny the access to all users except the particular role and group ?
1 Answers
0
votes
The solution to this is a bucket policy that regulates access to that specific bucket. The following AWS security blog article describes exactly how this can be done:
How to Restrict Amazon S3 Bucket Access to a Specific IAM Role