factorio SSM params deleted but scripts still fetch them - restash or decommission #293
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/infrastructure#293
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The 2026-06-11 SSM audit found that
/factorio/rcon-password,/factorio/fdr/discord-bot-token, and/factorio/fdr/channel-idno 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.shscripts/fdr-remake-pre.shscripts/install-fdr-remake.shConsequence:
factorio-server.serviceand the fdr-remake bridge keep running on their last-rendered config, but the next restart fails at the SSM fetch.Decision needed - one of:
coily ops aws ssm put-parameter --type SecureString) and updatesagentic-os-kai/SSM.md.docs/FEATURES.md.The SSM.md entry was already corrected to note the gap (agentic-os-kai, 2026-06-11 audit commit).
Evidence from kai-server, captured by Kai running the audit handover script (
/tmp/check-kai-server-creds.sh, background task bgirgm0uk, 2026-06-12):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, thecoily gaming factorioverbs, and the FEATURES entry.