- Cloud -

The AWS infrastructure powering this website.
Similar structure can be achieved using other cloud providers (Azure, Google Cloud, etc.)
Click on any component to learn more.

Live Architecture

πŸ‘€Cloud Admin
+
stacktoprod.com
api.stacktoprod.com
Frontend
Backend

Deployment Pipeline

β†’
β†’
β†’
+
β†’

πŸ’° Current Infrastructure Cost

S3 + CloudFront
~$2/mo
ECS Fargate
~$15/mo
ALB
~$18/mo
Route 53
~$1/mo

Total: ~$36/month Optimized for low traffic with production-grade architecture

🎯 Right-Sized for the Use Case

This portfolio site uses static hosting for the frontend because it's pre-rendered content that doesn't need server-side computation. No point paying for containers to serve HTML files.

The backend runs on minimal Fargate resources (0.25 vCPU, 512MB) because the pixel grid demo handles a few concurrent users. Scaling up would be a config change.

πŸ“ˆ Same Skills, Any Scale

ScenarioArchitecture ChangesCost Range
● This site (demo)S3 + single Fargate task~$36/mo
● Startup SaaS+ RDS, ElastiCache, multi-AZ$200-500/mo
● Mid-scale platform+ Auto-scaling, read replicas, SQS$2-10k/mo
● Enterprise+ Multi-region, dedicated hosts, WAF$50k+/mo

πŸ’‘ The Cloud Advantage

Cloud platforms like AWS, Azure, and GCP let you start small and scale infinitely. The same skills that built this $36/month demo apply to building a $50k/month enterprise system:

  • βœ“Infrastructure as Code (Terraform, CDK)
  • βœ“CI/CD pipelines (GitHub Actions, CodePipeline)
  • βœ“Container orchestration (ECS, EKS)
  • βœ“Cost monitoring (CloudWatch, Cost Explorer)
  • βœ“Auto-scaling policies
  • βœ“Security best practices (IAM, VPC)

Built to demonstrate real-world cloud architecture patterns, not just "hello world" deployments.