ArkAthos
Infrastructure smoke test. The stack is live and serving traffic.
What this page proves
- ECR hosts the container image
- ECS Fargate pulled and started it
- ClamAV sidecar passed its startup health check
- ALB target group registered the task as healthy
- Public HTTP traffic routes from the internet through the ALB to the container
- The task is reading from private subnets with NAT egress working
What comes next
The real application code is being written by the development team. When it's ready, this smoke test image gets replaced by a :production-latest build and this page disappears.
Liveness probe: /health returns HTTP 200 JSON.