Reputation: 6728
I have an AWS EC2 instance and I need to check if this specific instance was created by an AMI from AWS Marketplace or not. How to get such information?
I looked into the instance detail of the instance but there is no such information. AMI Name is not displayed too. It says that the AMI was deleted or private.
The reason I need to check this is because I am going to do a VM export on this instance but one of the prerequisites says that the instance must not be created by an AMI from AWS Marketplace.
Upvotes: 0
Views: 586