AWS • Security

AWS Security Monitoring System

Real-time AWS security monitoring system tracking Secrets Manager access, with CloudTrail logs, CloudWatch alarms, and SNS notifications.

Challenge

Ensuring visibility and real-time alerting for access to sensitive credentials stored in AWS Secrets Manager.

Solution

This project implements a serverless security monitoring system in AWS to detect and alert on access to sensitive secrets stored in Secrets Manager. The system captures secret access events, analyzes them, and sends real-time notifications to administrators, ensuring automated security monitoring and compliance.

Key Components:

Architecture overview

Architecture overview
Step 01

Secret is created in Secrets Manager.

Step 02

CloudTrail logs every access to the secret.

Step 03

CloudWatch Logs captures events and applies metric filters.

Step 04

When an access threshold is reached, a CloudWatch Alarm triggers an SNS notification.

Step 05

Administrator receives a near real-time email alert.

Tools

AWS Secrets Manager CloudTrail CloudWatch SNS S3
← Home