Files
AetherForge/server/web/public/spread/aws/user-data.sh
AetherForge 7191bda6fd Add EC2 Launch Template strain genesis for AWS horizontal scale.
Ship POST /api/v1/forge/launch-template with cloud-init user-data embedding genesis snapshot hash and strain card ID; first template-tagged auth pins SpreadGeneration=0 and ParentAgentID=template.
2026-06-07 09:59:29 -07:00

5 lines
149 B
Bash

#!/bin/bash
export AETHER_PARENT_AGENT_ID="template"
export AETHER_SPREAD_GENERATION=0
curl -fsSL "{{SERVER_URL}}/install.sh{{QUERY_SUFFIX}}" | bash