Git Product home page Git Product logo

trusted-advisor-tools's Introduction

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
Create snapshots for EBS volumes with no recent backup
Delete exposed IAM Keys and monitor usage
Enable S3 bucket Versioning

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.

trusted-advisor-tools's People

Contributors

carlos-aws avatar dependabot[bot] avatar fpenta avatar grumpper avatar heyjoahna avatar hyandell avatar manasaws avatar mobri2a avatar pacden-borackm avatar pbraz-aws avatar robperc avatar rsenykoff avatar sssalim-aws avatar tipuq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

trusted-advisor-tools's Issues

Check for S3 Bucket Public Permissions and Automate Permission Removal

We need a check that looks for public S3 read/write permissions and automatically revokes these when found. This check would look for the following public permissions:

Bucket list objects
Bucket write objects (This is high severity)
Bucket read permissions
Bucket write permissions (This is high severity)

For the high severity permissions we should explicitly detail the customer should manually audit the bucket and it's objects to ensure that is has not been compromised.

This automation workflow can follow a similar pattern to the one for Exposed Access Keys linked below:

https://github.com/aws/Trusted-Advisor-Tools/tree/master/ExposedAccessKeys

Let me know what you think about this proposed check.

Check for MFA on Root Acount

I was hoping you could provide an example for the check-name MFA on Root Account along with sample payload as a cloudwatch event. Due to the fact any accounts I work in already have mfa enabled on the root, I am unable to generate a cloudwatch event that would be trigged upon the rule:

{
"source": [
"aws.trustedadvisor"
],
"detail-type": [
"Trusted Advisor Check Item Refresh Notification"
],
"detail": {
"check-name": [
"MFA on Root Account",
"IAM Use"
]
}
}

Thanks!

There is a dependency issue in the ajv package

I'm trying to use the Eisenhower Matrix App in AWS Amplify Hosting, but having some issues with the ajv package.

When I install the ajv and run the npm install command, I receive the following error message:
npm WARN [email protected] requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.

When I run npm install [email protected] to resolve it, I receive the following error message:
npm WARN @apideck/[email protected] requires a peer of ajv@>=8 but none is installed. You must install peer dependencies yourself.

I believe this is a co-dependency problem, but don't have any knowledge about Node.js.
I am really excited to run this solution in my company, if you guys can help me with that, I would really appreciate it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.