w3-homepage
Purpose
Static landing page and deployment notes for the W3 platform. It is typically served via Docker + Nginx on an EC2 host.
Architecture notes
- Static HTML (
index.html) with assets in the repo root. - Deployment uses Docker Compose (see
docker-compose.yml). - Notes in
README.mddescribe Jenkins, Nginx reverse proxy, and Route53 updates.
Operations notes (from README)
- Jenkins runs via Docker Compose and accepts GitHub webhook payloads.
- Nginx reverse proxy fronts Jenkins, with optional Certbot TLS.
- Route53 updates are scripted via
update_ip_on_records.sh. - SSM Agent setup is documented for EC2 access.
AWS services mentioned
Cognito, S3, EC2 (spot), AMI, IAM, Route53, CloudFront (Function), SQS, Lambda, ECR.