# Live Demo Guide

## Quick Start Demo

### 1. Deploy Infrastructure
```bash
git clone https://github.com/yourusername/aws-pgsql-demo
cd aws-pgsql-demo
npm install
npx cdk deploy
```

### 2. Run Interactive Demo
```bash
./scripts/setup-demo.sh    # Creates users & sample data
./scripts/demo-audit.sh    # Shows audit trail in action
./scripts/view-logs.sh 30  # View CloudWatch audit logs
```

## Demo Scenarios

### Scenario 1: Engineer Access Audit
- Engineer1 queries employee data
- PII is automatically masked
- All queries logged to CloudWatch

### Scenario 2: Compliance Reporting
- View complete audit trail
- Track who accessed what data
- Generate compliance reports

### Scenario 3: Security Incident Response
- Detect unauthorized access attempts
- Trace data access patterns
- Investigate security events

## Expected Output

The demo shows:
- ✅ Individual user accountability
- ✅ PII data masking in action
- ✅ Real-time audit logging
- ✅ CloudWatch integration
- ✅ Compliance-ready reports