[Update] Usage report and reference resource verification feature added to Amazon EC2 AMIs

[Update] Usage report and reference resource verification feature added to Amazon EC2 AMIs

2025.09.05

I am Iwasa.

Amazon EC2 allows you to create AMIs and launch EC2 instances from them.
Until now, to check which resources or accounts were using a specific AMI, you needed to prepare scripts that would check all resources to confirm AMI reference information, but with a recent update, two features have been added to check AMI usage.

https://aws.amazon.com/about-aws/whats-new/2025/09/amazon-ec2-ami-usage-monitor-amis/

When you check the action menu in the AMI console, you'll see that an "AMI usage" menu has been added, which contains "Create my AMI usage report" and "View referenced resource".

image.png

I've tried both of these features, so let me introduce them.## Generating AMI Usage Reports

You can generate reports showing AMI usage information from "Create my AMI usage report".
The report isn't generated as a PDF or similar format, but rather collects information that you can reference using the management console or API.

When you select an AMI and choose "Create my AMI usage report", you'll be taken to a screen to enter the information needed for report creation.
You can select multiple AMIs and run the process collectively.

07A6D30A-F1EF-48BE-B0E3-AFBEE651DE3B_1_105_c.jpeg

There are two specifications required here, one being the resource type.
As of today, the resource types supported are "instances" and "launch templates."

D7007725-F518-448E-A0B5-90EDEDD339A7.png

The other specification is the account. You can specify all accounts, or you can enter individual AWS account IDs.

076C85BC-9C3E-4802-A31E-7707753A0580_4_5005_c.jpeg

82128476-0F17-457C-8BC8-0A00B4D88B59_4_5005_c.jpeg

After that, just press the create report button.
For this test, I had previously shared an AMI across accounts outside the organization, and launched an EC2 instance on a different AWS account than the one owning the AMI.

E62A7E2E-E249-49C4-8258-E91AC77193A1_4_5005_c.jpeg

To check the report, you can view it from the tabs on each AMI's details screen.
With this update, you should see a new tab called "My AMI usage" where you can check the status of report generation.

D5D16724-2295-4C5A-86F1-24CC82AEA414_1_105_c.jpeg

When the status shows "completed", you can check the report via the report ID or by clicking "View report" in the details column.

01695031-2E5A-4D74-9729-8B45CEA213A9_4_5005_c.jpeg

When I clicked View report, the information was displayed in the report as follows.

image.png

What I find really great is that it checks everything across accounts.In the report above, accounts both within and outside the organization were all extracted. Although we can only check the resource type and usage count, it's quite useful as we can see whether they're being used or not.

One point to note is that this report may not include activities (such as EC2 launches) from the last 24 hours, so we should be careful about that.

B4E0639C-638F-4D0F-A5F2-D4CCB55972C3_4_5005_c.jpeg
View your AMI usage - Amazon Elastic Compute Cloud

Indeed, right after using an AMI, the information wasn't showing up in the report for a while.

358FE456-AE82-4F34-8582-B76BDD152BFC.png

Checking AMI Referenced Resources

With "View referenced resource," you can check which resources are using the AMI in more detail.
However, this feature only checks within the target account.

Supported resources include EC2 instances and launch templates, as well as SSM parameters and Image Builder. I didn't notice earlier, but SSM parameters and Image Builder make sense. AMIs are referenced in many places.

image.png

When you run an AMI reference check, the scan starts immediately.
As shown below, instances launched using the target AMI within the account are displayed.

image.png

For usage within the account, using this feature provides more detailed information, which is better.

Conclusion

Today, I tried out the newly added AMI usage report and reference resource verification features in Amazon EC2.

When deleting AMIs, we sometimes hear about issues like "it was actually being used in a launch template, and the ASG stopped working." This reference check can be useful for checking usage status before deletion and for many other purposes.

Share this article

FacebookHatena blogX

Related articles