Attribute-based Access Control (ABAC) Examples
Example 1 – ABAC Using Tags Summary In this example, we will demonstrate ABAC using tags. We will have two(2) roles: ABACRole1 and ABACRole2. ABACRole1 will assume ABACRole2, which has access to objects in an S3 bucket. ABACRole1 will be allowed to assume ABACRole2 if both have the same value in a particular tag, and …