Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add S3 Bucket Permissions Check and Automated SecOps Response Action #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

robperc
Copy link
Contributor

@robperc robperc commented Sep 14, 2017

The Trusted Advisor S3 Bucket Permissions Monitor demonstrates how to use AWS Lambda to perform IT SecOps automation in response to an Amazon CloudWatch Event generated by AWS Trusted Advisor.

On detection of a Trusted Advisor S3 Bucket Permissions CloudWatch Event this automation removes the public permissions to list and write objects to the exposed bucket, as well as the permissions to read and write to the bucket's ACLs. Once the public permissions have been removed a notification message is sent to an Amazon Simple Notification Service (SNS) topic to notify the subscribers.

@robperc
Copy link
Contributor Author

robperc commented Sep 14, 2017

Before merging need to:

  • Perform a few more end-to-end deployment tests
  • Add files to prod bucket so 1-click deployment works (404s right now)

@robperc
Copy link
Contributor Author

robperc commented Sep 15, 2017

I've performed my end-to-end tests and uploaded the 1-click resources to the prod bucket. I'd recommend running your own test when you have time before merging but it has been well tested on my side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant