Amazon web services – Implementing ABAC in AWS where user may be in multiple teams
We currently use ABAC in AWS to allow our developers to manage resources which are tagged as owned by their team. This is done through a policy with a condition as below: "Condition" : { "StringEquals" : { "aws:ResourceTag/team" :…