aws-devops-sdet-demo
Permanent public surface for a deploy → test → approve → promote → destroy pipeline on AWS. This page stays online when every workload environment is gone — which is the point of it.
Phase 11.1b. The hosting level is live; the dashboard
content lands in 11.1c. Nothing here reports the state of
stage or prod yet, and it says so rather than
rendering a value it cannot observe.
What reaching this page already proves
- the origin bucket is private — reads happen only through CloudFront Origin Access Control
- TLS terminates on a certificate issued in
us-east-1, because CloudFront accepts no other region - the apex and
wwwalias records resolve to the distribution - a workflow wrote these bytes under a role scoped to this bucket and this distribution, and to nothing else
Arriving in 11.1c
- per-stage status of the current cycle, read anonymously from the public GitHub Actions API
- the state of each environment in AWS, read from
status/<environment>.jsonin this bucket - the published Playwright report — today it is a GitHub artifact, which needs an account to download
- the architecture, in the order things actually happen