aws-notebook

My AWS Notebook

View the Project on GitHub kyhau/aws-notebook

Other Security related resources and notes

Resource Description
asecure.cloud/ A Secure Cloud - Repository of customizable AWS security configurations and best practices
awslabs/aws-security-benchmark Collection of resources related to security benchmark frameworks (e.g. CIS)
awslabs/git-secrets prevents you from committing passwords and other sensitive information to a git repository
cloud-custodian/cloud-custodian Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources
RhinoSecurityLabs/CloudGoat Rhino Security Labs’ “Vulnerable by Design” AWS deployment tool.
RhinoSecurityLabs/Pacu an open source AWS exploitation framework, designed for offensive security testing against cloud environments
toniblyx/my-arsenal-of-aws-security-tools List of open source tools for AWS security: defensive, offensive, auditing, DFIR, etc.
Document Description
AWS Security Documentation by Category by AWS
AWS Best Practices for DDoS Resiliency by AWS, July 2019
AWS Security Incident Response Guide by AWS, June 2019
Hacking AWS Blog by Chris McQuaid, 7 May, 2019
Security Pillar - AWS Well-Architected Framework by AWS, July 2018
AWS Security with Cloud Custodian by Kapil Thangavelu, 2017
Disable TLS 1.0 and use TLS 1.1 or higher my notes