Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 716 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 716 Bytes

cloud-security-bootcamp

This repository will contain resources for labs to the course Cloud Security Engineering bootcamp hosted exclusively for HackCon #16.

Labs are available for anyone that want to learn more about AWS + Infrastructure as Code + Security.

Lab overview

Lab 1: Just simple set up of CloudTrail
Lab 2: Intro to CloudFormation, setting up a cloudtrail and a S3
Lab 3: Intro to GitHub actions and AWS CI/CD
Lab 4: GitHub actions with cfn_nag (Cloudformation static analysis)
Lab 5: Instance Metadata v1 vs. Instance Metadata v2 and SSM Run Command
Lab 6: Memory dump of Windows instances with upload to S3
Lab 7: Simple AWS response lab using boto3 and Python