This project collects IAM actions, AWS APIs and managed policies from various public sources.
You can explore the data collected using the static site.
Collected data is published to the policies and services folders in this repo.
Thank you to alanakirby/aktion for originally having this idea and being gracious about me shamelessly ripping it off.
- Unique services: 411
- Unique actions: 17810
- Managed policies: 1249
Most common managed policy name prefixes:
Policy ARN | Count |
---|---|
arn:aws:iam::aws:policy/AWS* |
338 |
arn:aws:iam::aws:policy/Amazon* |
323 |
arn:aws:iam::aws:policy/aws-service-role/* |
285 |
arn:aws:iam::aws:policy/service-role/* |
190 |
arn:aws:iam::aws:policy/job-function/* |
7 |
Other | 106 |
The following table summarises the AWS APIs.
- The first column is the name of the API as far as IAM policies are concerned.
- The second column is IAM actions that exactly match the names of invokable APIs exposed by AWS.
- The third column is invokable APIs that don't have a corresponding IAM action.
- The fourth column is IAM actions that don't have a corresponding invokable API.
Most common action prefixes:
Prefix | Count |
---|---|
List |
2865 |
Get |
2612 |
Delete |
2050 |
Create |
1911 |
Describe |
1739 |
Update |
1631 |
Put |
487 |
Start |
407 |
Tag |
277 |
Untag |
273 |