Skip to content

Latest commit

 

History

94 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Security Monitoring & Hardening in AWS

A hands on AWS security lab demonstrating environment setup, audit logging, threat detection, alerting, incident investigation, security hardening, and automated response built to be showcased on GitHub, LinkedIn, your resume, and discussed in interviews.

AWS Focus


Objective

Build a secure AWS environment and implement:

  • Security monitoring
  • Threat detection
  • Alerting
  • Incident investigation
  • Security hardening
  • Automated response

Architecture

See Architecture/architecture.md for the full diagram and data flow explanation.

ChatGPT Image Jun 30, 2026, 07_57_11 PM

Why Each Service Is Used

Service Purpose Security Risk Security Control
EC2 Compute instance Open ports Restrictive Security Groups
S3 Store logs/data Public exposure Block Public Access
IAM Access control Privilege escalation Least Privilege
Security Groups Network filtering Exposed services Allow only required ports
CloudTrail Audit logging Log tampering Log validation
GuardDuty Threat detection Missed attacks Continuous monitoring
SNS Alerting Delayed response Real-time notifications
Lambda Automation Over-permissioned functions Least privilege IAM role

Project Phases

Phase Topic Docs
1 Environment Setup (EC2, S3, IAM, Security Groups) Phase 1 – Environment Setup
2 CloudTrail Logging Phase 2 – CloudTrail Logging
3 GuardDuty Monitoring Phase 3 – GuardDuty Monitoring
4 S3 Misconfiguration Detection Phase 4 – S3 Misconfiguration
5 IAM Privilege Escalation Detection Phase 5 – IAM Privilege Escalation
6 SNS Alerting Phase 6 – Automated Alert Pipeline
7 Security Hardening Phase 7 – Security Hardening
8 Threat Investiagtion Phase 8 – Threat Investigation

Repository Structure

aws-security-lab/
│
├── README.md
│
├── architecture/
│   └── architecture.md
│
├── Phases/
│   ├── phase 1 environment setup.md
│   ├── phase 2 cloudtrail logging.md
│   ├── phase 3 guardduty monitoring.md
│   ├── phase 4 s3 misconfiguration.md
│   ├── phase 5 iam privilege escalation.md
│   ├── phase 6 automated alert pipeline.md
│   ├── phase 7 security hardening.md
│   └── phase 8 Threat investigation.md
│
├── lambda/
│   ├── lambda_function.py
│   └── README.md
│
└── ScreenShots/
    ├── (All screenshots)

Screenshots

All evidence screenshots live in ScreenShots/, numbered in the order they're taken throughout the phases. Each phase doc lists the exact filenames expected for that phase.


Security Hardening Summary

Control Before After
S3 Public Private
IAM Admin Least Privilege
Security Group Open SSH Restricted
MFA Disabled Enabled
CloudTrail Editable Protected

DONE BY

RUTHRAN-SEC

About

AWS Cloud Security Monitoring & Hardening project demonstrating cloud threat detection, incident investigation, automated alerting, and security hardening using CloudTrail, GuardDuty, SNS, Lambda, IAM, EC2, and S3.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages