factorio SSM params deleted but scripts still fetch them - restash or decommission #293

Open
opened 2026-06-12 06:32:46 +00:00 by coilysiren · 1 comment
Owner

The 2026-06-11 SSM audit found that /factorio/rcon-password, /factorio/fdr/discord-bot-token, and /factorio/fdr/channel-id no longer exist in SSM (checked us-east-1, us-east-2, us-west-1, us-west-2). Only /factorio/mod-portal/{token,username} remain under the prefix.

Three live scripts still fetch the missing params:

  • scripts/factorio-server-start.sh
  • scripts/fdr-remake-pre.sh
  • scripts/install-fdr-remake.sh

Consequence: factorio-server.service and the fdr-remake bridge keep running on their last-rendered config, but the next restart fails at the SSM fetch.

Decision needed - one of:

  1. Factorio stays - Kai re-stashes the three params (coily ops aws ssm put-parameter --type SecureString) and updates agentic-os-kai/SSM.md.
  2. Factorio is decommissioned - the agent removes the three scripts, the systemd units, and the related coily gaming verbs, and updates docs/FEATURES.md.

The SSM.md entry was already corrected to note the gap (agentic-os-kai, 2026-06-11 audit commit).

The 2026-06-11 SSM audit found that `/factorio/rcon-password`, `/factorio/fdr/discord-bot-token`, and `/factorio/fdr/channel-id` no longer exist in SSM (checked us-east-1, us-east-2, us-west-1, us-west-2). Only `/factorio/mod-portal/{token,username}` remain under the prefix. Three live scripts still fetch the missing params: - `scripts/factorio-server-start.sh` - `scripts/fdr-remake-pre.sh` - `scripts/install-fdr-remake.sh` Consequence: `factorio-server.service` and the fdr-remake bridge keep running on their last-rendered config, but the next restart fails at the SSM fetch. Decision needed - one of: 1. Factorio stays - Kai re-stashes the three params (`coily ops aws ssm put-parameter --type SecureString`) and updates `agentic-os-kai/SSM.md`. 2. Factorio is decommissioned - the agent removes the three scripts, the systemd units, and the related coily gaming verbs, and updates `docs/FEATURES.md`. The SSM.md entry was already corrected to note the gap (agentic-os-kai, 2026-06-11 audit commit).
Author
Owner

Evidence from kai-server, captured by Kai running the audit handover script (/tmp/check-kai-server-creds.sh, background task bgirgm0uk, 2026-06-12):

factorio-server      enabled=disabled   active=inactive
fdr-remake           Failed to get unit file state ... No such file or directory
eco-server           enabled=enabled    active=active

So factorio was already de-facto decommissioned on the host - the SSM param deletion was the correct half of a cleanup that never finished. Recommendation: option 2 (decommission) - remove scripts/{factorio-server-start,fdr-remake-pre,install-fdr-remake}.sh, the coily gaming factorio verbs, and the FEATURES entry.

Evidence from kai-server, captured by Kai running the audit handover script (`/tmp/check-kai-server-creds.sh`, background task bgirgm0uk, 2026-06-12): ``` factorio-server enabled=disabled active=inactive fdr-remake Failed to get unit file state ... No such file or directory eco-server enabled=enabled active=active ``` So factorio was already de-facto decommissioned on the host - the SSM param deletion was the correct half of a cleanup that never finished. Recommendation: option 2 (decommission) - remove `scripts/{factorio-server-start,fdr-remake-pre,install-fdr-remake}.sh`, the `coily gaming factorio` verbs, and the FEATURES entry.
coilysiren added
P2
and removed
P1
labels 2026-06-17 08:39:32 +00:00
coilyco-ops added
P1
and removed
P2
labels 2026-07-10 09:00:15 +00:00
Sign in to join this conversation.
No description provided.