Enterprise Secure Cloud Hosting

Infrastructure · Government-linked client · Dec 2022 - Jan 2026

Impact

99.95%+
Uptime over 3+ years, zero security incidents
SGD 65K/yr
Contract value, won through RFP
5s+ to 1-3s
Page load improvement

Problem

An enterprise client had a fragmented vendor structure: one vendor managed the website, another managed the server. A security incident occurred, but neither vendor took accountability and root cause could not be traced. The site was unstable with page load times of more than 5 seconds.

They issued an RFP for a single vendor to take full ownership of hosting, security, and maintenance. I led the RFP response, designed a unified architecture proposal, validated each requirement through rapid proof-of-concept, and won the bid.

My Role

Project Manager and Technical Lead, 2-person team (myself + 1 junior). Main point of contact for all technical requirements. Handled everything from RFP response to architecture design to daily operations. Mentored the junior member from basic support tasks to independently managing server maintenance and troubleshooting complex issues.

Key Decisions

Architecture

AWS architecture diagram showing Cloudflare CDN/WAF layer, VPC with production and staging environments, EC2, RDS, S3 backup
Users | v Cloudflare (Edge Layer) |-- CDN (static asset caching) |-- WAF (DDoS protection, bot management, custom rules) |-- DNS + SSL/TLS |-- Zero Trust Access (secure admin access) | v AWS (Compute + Data) |-- EC2 (Nginx + WordPress + Node.js) |-- RDS Multi-AZ (database redundancy + automated failover) |-- S3 (static assets, backups) |-- CloudFront (CDN origin) |-- Lambda (utility functions) |-- CloudWatch (infrastructure metrics + alarms) |-- VPC (network isolation) |-- Daily automated backups | v Monitoring + Reporting |-- Datadog APM (real-time application monitoring) |-- Monthly PDF report (4 pillars): | 1. Availability: uptime SLA tracking | 2. Performance: P90 server response, CPU/memory trends | 3. Security: WAF threats blocked, access log scanning | 4. Maintenance: WordPress core, plugin, OS patch log | v Security |-- CrowdStrike (endpoint protection) |-- 6+ VAPT cycles with external vendors |-- Weekly Cloudflare WAF rule reviews

Why This Matters for AI Systems

Operating a system at 99.95% SLA for 3+ years taught me that production AI is not just about the model. The same patterns apply: monitoring and anomaly detection (Datadog + Cloudflare log correlation is the same pattern as LLM observability), graceful degradation (failover and fallback strategies), and proactive issue detection before users are affected.

Tech Stack

AWS (EC2, RDS, S3, Lambda, CloudFront, CloudWatch) Cloudflare (WAF, Zero Trust Access, Workers, CDN) Datadog APM CrowdStrike WordPress Nginx Ubuntu