I'm looking for a quick and efficient way to retrieve and display the names of all existing resources a user has access to, based on their roles, policies and groups. Wondering if aws-sdk
has any such capability to do it programmatically.
Conversely, I'm also looking for a way to list the roles and users a specific resource has granted access to based on its resource-based policy.
I'm quite new to the AWS platform, and am currently involved in a team stressing on rapid application development. Any insights and guidelines would be appreciated.