Static content
The homepage and assets give me normal files to cache, purge and inspect.
/assets/*
AWS origin
A small origin I use to test caching, headers, errors and security controls without touching anything important.
What this is for
Once a CDN sits in front of this site, I can send the same request both ways and see what changed. That makes it much easier to tell whether a problem belongs to DNS, TLS, caching, security rules or the origin itself.
The homepage and assets give me normal files to cache, purge and inspect.
/assets/*
The API returns timestamps, headers and controlled status codes so edge behaviour is visible.
/api/*
This hostname goes straight to AWS. Later I can compare it with the Akamai hostname.
origin.lab.tattamonline.com
Current path
The origin hostname resolves to the EC2 Elastic IP.
Terminates HTTPS and serves the static site.
Handles the training endpoints under /api.
Playground
The playground has a few useful endpoints for cache testing, headers, delays, errors and harmless WAF input.