AWS - Identity and Access Management
You have two policies attached to a user:
Policy 1: Allows
Policy 2: Denies
The user tries to get an object from home IP. What is the result?
Policy 1: Allows
s3:GetObject on bucket my-bucket.Policy 2: Denies
s3:GetObject on bucket my-bucket if the request is from outside office IP range.The user tries to get an object from home IP. What is the result?
