hello from louisbecker.dev
First end-to-end deploy from CI to AWS infrastructure.
What's serving this page
- S3 bucket in the dev account, private (Origin Access Control)
- CloudFront distribution with ACM-issued TLS
- Route 53 hosted zone for
dev.louisbecker.dev, delegated from the louisbecker.dev apex zone in the prod account
- Terraform-managed via leeutjie/lb-infra
How it got here
- PR opened → GitHub Actions plan via OIDC, no static AWS keys
- PR merged → GitHub Actions apply via OIDC
- Terraform created the S3 bucket, uploaded this file, configured CloudFront, requested + DNS-validated the ACM cert, created the Route 53 A-alias
- You're reading the result
Phase 1 Step 11 — foundation complete.