"Who accessed the database?"
Individual accountability and PII protection for database access
Each engineer gets unique PostgreSQL credentials
PGaudit captures all database operations
Sensitive data automatically masked
Centralized logging and monitoring
Watch: Engineers see masked PII data while admins access real data
Complete audit trail: Who accessed what data and when
# Clone and deploy
git clone https://github.com/robertkruk/aws-pgsql-demo
cd aws-pgsql-demo
npm install && npx cdk deploy
# Run interactive demo
./scripts/setup-demo.sh
./scripts/demo-audit.sh
./scripts/view-logs.sh 30