https://github.com/geoscienceaustralia/cloudsploit-lambda
https://github.com/geoscienceaustralia/cloudsploit-lambda
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/geoscienceaustralia/cloudsploit-lambda
- Owner: GeoscienceAustralia
- License: gpl-3.0
- Created: 2016-10-13T05:06:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T04:53:44.000Z (almost 9 years ago)
- Last Synced: 2025-04-13T23:53:17.939Z (over 1 year ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 7
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cloudsploit Lambda
=================
## Outline
Cloudsploit Lambda provides an automated way to view security risks in your AWS account. It will create Lambda functions to scan your account (using Cloudsploit Scans) and generate a static website with the output.
## Getting Started
1. Set your AWS credentials in ~/.aws/credentials or in the environment variables $AWS_ACCESS_KEY_ID and $AWS_SECRET_KEY_ID.
2. (Optional) Add your IP address range to generate_cloudsploit.py.
3. Run `python3 generate_cloudsploit.py`. This will create the S3 bucket, download the Lambda function code zips, and upload them to the newly-created bucket. It will also generate a Cloudformation template.
4. Run `cloudsploit-cf/stack-create.sh`. This will use the generated template to create a Cloudformation stack. This stack creates the Lambda functions and schedule.
5. (Optional) Run `./invoke-lambda.sh`. This will manually run the Lambda so that you have a report immediately. Subsequent reports will be generated daily.
6. (Optional) Get your report page added to the central list of pages.