From 176ddf0773e77f1b47af5e00a58affbbe7400ea6 Mon Sep 17 00:00:00 2001 From: Jacob Silva Date: Mon, 29 May 2017 02:31:47 +0300 Subject: [PATCH] Init --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c9f176 --- /dev/null +++ b/README.md @@ -0,0 +1,44 @@ +# Awesome Cloud Security + +## Table of Contents +* [Blogs](#Blogs) +* [Podcasts](#Podcasts) +* [Projects](#Projects) +* [Examples](#Examples) + * [IAM](#IAM) + * [Automated Security Assessment](#Automated-Security-Assessment) + * [Data Loss Prevention](#Data-Loss-Prevention) + * [Logging](#Logging) + +## Blogs +* [AWS Security](https://aws.amazon.com/blogs/security/) + +## Podcasts + +## Projects + +## Examples + +### IAM +* [Amazon Cognito Streams connector for Amazon Redshift](https://github.com/awslabs/amazon-cognito-streams-sample) + + +### Automated Security Assessment +* [AWS Config Rules Repository](https://github.com/awslabs/aws-config-rules) +* [AWS Inspector Agent Autodeploy](https://github.com/awslabs/amazon-inspector-agent-autodeploy) +* [AWS Inspector Auto Remediation](https://github.com/awslabs/amazon-inspector-auto-remediate) +* [AWS Inspector Lambda Finding Processor](https://github.com/awslabs/amazon-inspector-finding-forwarder) +* [AWS Security Benchmark](https://github.com/awslabs/aws-security-benchmark) + +### Data Loss Prevention +* [GIT Secrets](https://github.com/awslabs/git-secrets) + +### Logging +* [AWS Centralized Logging](https://github.com/awslabs/aws-centralized-logging) +* [AWS Config Snapshots to ElasticSearch](https://github.com/awslabs/aws-config-to-elasticsearch) +* [AWS CloudWatch Events Monitor Security Groups](https://github.com/awslabs/cwe-monitor-secgrp) + + +### Web Application Firewall +* [AWS WAF Sample](https://github.com/awslabs/aws-waf-sample) +* [AWS WAF Security Automations](https://github.com/awslabs/aws-waf-security-automations) \ No newline at end of file