| Parliament |
AWS IAM Policy Linter |
| Policy Sentry |
|
| Action Hero |
- Sidecar style utility to assist with creating least privilege IAM Policies for AWS
- Action Hero provides a means to capture all required permissions during the more permissive iterations to make it easier to create an IAM role with just the required permissions
|
| Effective Actions for IAM |
- After you have input your policy JSON, you will see a list of allowed actions by resource; permissions in AWS require an explicit allow to be permitted
|
| iamlive |
Generate basic AWS IAM policies using client-side monitoring of calls made from the AWS CLI or SDKs |
| iamfast |
A VS Code plug-in that generates AWS IAM policies from your code |
| pike |
Pike is a tool for determining the permissions or policy required for IAC code |
| AWS IAM Policy Generator |
A tool which helps crafting AWS IAM Policies and converting them to IaC |
| iamzero |
- Detects identity and access management issues and automatically suggests least-privilege policies
- It does this by capturing errors in applications you build or commands that you run which use
|
| aws-lint-iam-policies |
- Runs IAM policy linting and security checks against either a single AWS account or a set of member accounts of an AWS Organization
- Dumps all supported identity-based and resource-based policies to a local directory and reports on those that may violate security best practices or contain errors
|