df-test — nginx smoke image

Stand-in for tq-server. If you can read this, the Route 53 record, the ACM cert, the shared ALB listener rule, the target group health check and the Fargate task are all working.

Task

host      ip-10-20-1-111.ec2.internal
now       2026-09-09T07:02:27Z
EDG_SETUP /conf/edg-setup.properties
JVM_XMS   2G
JVM_XMX   8G

/conf — file names only, contents are not served

total 16
drwxr-xr-x    2 1000     1000          6144 Sep  9 06:50 .
drwxr-xr-x    1 root     root          4096 Sep  9 07:02 ..
-rw-r--r--    1 1000     1000           261 Sep  9 06:49 .gitignore

Non-empty means the conf-sync task copied the S3 bucket into the EFS access point before this task started.

/workspace

total 16
drwxr-xr-x    2 1000     1000          6144 Sep  7 12:01 .
drwxr-xr-x    1 root     root          4096 Sep  9 07:02 ..
-rw-r--r--    1 1000     1000           305 Sep  9 07:02 df-test-smoke.log

EFS write + persistence check

wrote /workspace/df-test-smoke.log

2026-09-07T12:01:53Z  started on ip-10-20-0-179.ec2.internal
2026-09-09T06:14:47Z  started on ip-10-20-0-207.ec2.internal
2026-09-09T06:19:00Z  started on ip-10-20-1-168.ec2.internal
2026-09-09T06:42:57Z  started on ip-10-20-0-196.ec2.internal
2026-09-09T07:02:27Z  started on ip-10-20-1-111.ec2.internal

One line per container start. More than one line after a redeploy means /workspace survived the task being replaced.