As an Administrator you provide access to AWS environment to developers and other business users to enable them doing their work . However, it is always recommended to go back and review IAM(Identity and Access Management) entities, such as, users, roles, policies etc. to make sure, they are set up with right set of permissions….
Tag: IAM
AWS IAM Policy audit for Powerful Action using Powershell
Amazon Identity and Access Management (IAM) manages access to AWS services and resources securely. As best practice, we should provide access to IAM User, Group etc. with minimum permission to perform their job. But, We often make mistake by providing access to certain Powerful Actions through IAM policy and, enables users, groups etc. to perform…