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
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
This commit is contained in:
7
templates/spread/ssm/run-command.json
Normal file
7
templates/spread/ssm/run-command.json
Normal 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}}"
|
||||
}
|
||||
Reference in New Issue
Block a user