Add AMI artifact management tool

This commit is contained in:
Timothy J. Aveni
2026-06-27 22:32:58 -07:00
parent 1e23ccafc3
commit 2a27fa43d1
4 changed files with 376 additions and 0 deletions
+1
View File
@@ -261,6 +261,7 @@ aws ec2 create-tags \
--tags \
"Key=Name,Value=${ami_name}" \
"Key=Project,Value=${name}" \
"Key=Role,Value=published-ami" \
"Key=Architecture,Value=${architecture}" \
"Key=System,Value=${system}" \
"Key=InputHash,Value=${input_hash}" \