Say goodbye to hunting for AMIs — public AMI SSM parameters now show up right in the metadata!
Hey, it's Shiichan! Today's news is a small but genuinely handy improvement to finding AMIs.
AWS What's NewWhat was announced?
According to AWS's What's New, Amazon EC2 now surfaces the AWS Systems Manager (SSM) Parameter Store parameter associated with a public AMI directly in the AMI's metadata. When you describe a public AMI, the response now includes its corresponding SSM parameter, making it much easier to find and reference in your configurations.
The story so far
Previously, finding the SSM parameter tied to a public AMI meant manually searching through SSM parameter namespaces. There was no quick way to tell which parameter mapped to which AMI.
What changes
Now, simply describing a public AMI returns its corresponding SSM parameter in the response. You can use that parameter as an alias that always resolves to the latest version, cutting down on the busywork of rewriting AMI IDs across your infrastructure every time it updates.
Dive Deep
This is available at no additional cost to customers in every AWS Region, including AWS China (Beijing, operated by Sinnet), AWS China (Ningxia, operated by NWCD), and AWS GovCloud (US) Regions. For details on how to reference it, check the documentation.
Wrap-up
- Describing a public AMI now returns its associated SSM parameter directly in the response
- Previously, finding that parameter required manually searching SSM namespaces
- You can use it as an alias that always resolves to the latest version, reducing manual ID updates across your infrastructure
- Available at no additional cost across every AWS Region, including AWS China and AWS GovCloud (US)
A nice little win for IaC engineers who reference official AMIs throughout their infrastructure!