aws-iam-reference
aws-iam-reference copied to clipboard
new AWS services
- https://docs.aws.amazon.com/sagemaker/latest/dg/API_Operations_Amazon_SageMaker_Service.html
- https://docs.aws.amazon.com/cloud9/latest/APIReference/Welcome.html
FYI, for anyone else. If you change the URL from https://awsiamconsole.s3.amazonaws.com/iam/assets/js/bundles/policies.js
to the new policy generator https://awspolicygen.s3.amazonaws.com/js/policies.js
in the Makefile
you will see over 3500 missing actions added to the all-actions list.
I have found https://gist.github.com/liamg/6638ff00a9c73684663fdeabee22748a to be a more complete listing, as it contains 4,344 additional (at this time) actions.
@mgwidmann I've actually done a hard fork of this project, rewritten commit messages, added automatic descriptive commit messages, the ci/cd automation to update every 4 hours, and added other features.
It's hosted on GitLab and mirrored to GitHub as well: https://github.com/TryTryAgain/aws-iam-actions-list
Allows you to regex search commit history pretty easily from the source GitLab project, for example: https://gitlab.com/TryTryAgain/aws-iam-actions-list/-/commits/master?search=removed.*ec2
Above was lifted from https://github.com/rvedotrc/aws-iam-reference/issues/5
Just checked.. the gist you shared has 8196 actions, the project I've taken on https://github.com/TryTryAgain/aws-iam-actions-list/blob/master/all-actions.txt now has 12019 as of this moment...