Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aws/Trusted-Advisor-Tools
The sample functions provided help to automate AWS Trusted Advisor best practices using Amazon Cloudwatch events and AWS Lambda.
https://github.com/aws/Trusted-Advisor-Tools
Last synced: 3 months ago
JSON representation
The sample functions provided help to automate AWS Trusted Advisor best practices using Amazon Cloudwatch events and AWS Lambda.
- Host: GitHub
- URL: https://github.com/aws/Trusted-Advisor-Tools
- Owner: aws
- License: apache-2.0
- Created: 2016-11-23T20:40:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T16:15:08.000Z (5 months ago)
- Last Synced: 2024-06-28T08:33:36.193Z (4 months ago)
- Language: Python
- Size: 22.2 MB
- Stars: 265
- Watchers: 17
- Forks: 116
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Trusted Advisor Tools
### Overview
AWS Trusted Advisor provides real time guidance to help users provision their resources following AWS best practices. You can now create configurable, rule-based events for automated actions based on AWS Trusted Advisor’s library of best-practice checks using Amazon EventBridge.
The sample functions provided help to automate Trusted Advisor best practices.### Setup and Usage
Setup and usage instructions are present for each tool in its respective directory:
[Stop Amazon EC2 instances with low utilization](LowUtilizationEC2Instances/)
[Create snapshots for EBS volumes with no recent backup](AmazonEBSSnapshots/)
[Delete exposed IAM Keys and monitor usage](ExposedAccessKeys/)
[Enable S3 bucket Versioning](S3BucketVersioning/)More information about Trusted Advisor is available here: https://aws.amazon.com/premiumsupport/trustedadvisor/
### License
Trusted Advisor Tools is licensed under the Apache 2.0 License.