2 Answers
- Newest
- Most votes
- Most comments
3
Hello
To customize the name of your output AMI built with Image Builder, update the distribution configuration name in your CloudFormation template.
Additionally, you may consider adding extra details to your custom AMI name. Refer.
DistributionConfiguration:
Name: !Sub '${OutputAMIname}-{{ imagebuilder:buildDate }}-{{ imagebuilder:buildVersion }}'
Relevant content
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 10 months ago

Looks like the is
'{{ imagebuilder:buildDate }}'mandatory :/ But if I create just anamifrom a running vm, I don't need it. Why is that? Can I skip it?