Amazon web services – How to deny all access to s3 bucket/folder for a user with s3:fullAccess in IAM role
I have the IAM User with policy containing below statement: { "Action": [ "s3:*" ], "Effect": "Allow", "Resource": "*" }, I am trying and cannot success to deny access to this user with S3 resource policy. Here is the S3…