Projects

A small portfolio of hands-on work to demonstrate AWS fundamentals, cloud security thinking, and practical delivery. This site itself is one of the projects.

Featured

Secure Static Website on AWS (This Site)

S3 (private origin) + CloudFront + Route 53 + ACM
AWS CloudFront S3 Route 53 ACM (TLS)

Designed and deployed a static website on AWS using CloudFront as the secure edge layer, a private S3 origin, and Route 53 for DNS. Implemented HTTPS, custom domain routing, and a maintainable front-end structure.

Security Hardening (Client-Side Controls)

CSP + browser hardening approach for static content
Content Security Policy XSS mitigation Static site security Secure-by-default

Implemented a restrictive Content Security Policy suitable for a static site to reduce the risk of client-side injection and limit resource loading to trusted origins.

Next: Logging & Edge Protection

CloudFront logs → S3 → Athena + AWS WAF
Logging Athena WAF Threat visibility

Planned improvements to turn the website into a small cloud security lab: traffic visibility, simple detection, and edge-layer protection against scanning and abuse.