https://github.com/ventx/config-rule-role-trust-root
A AWS Config Rule that finds Roles that contain a root account as principle inside their trust policy.
https://github.com/ventx/config-rule-role-trust-root
Last synced: 10 months ago
JSON representation
A AWS Config Rule that finds Roles that contain a root account as principle inside their trust policy.
- Host: GitHub
- URL: https://github.com/ventx/config-rule-role-trust-root
- Owner: ventx
- Created: 2019-05-23T15:51:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T08:15:17.000Z (over 3 years ago)
- Last Synced: 2023-03-01T11:22:51.403Z (over 3 years ago)
- Language: JavaScript
- Size: 260 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Useful commands
* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile
* `cdk deploy` deploy this stack to your default AWS account/region
* `cdk diff` compare deployed stack with current state
* `cdk synth` emits the synthesized CloudFormation template