Is there any Rest api to get all details(including the AMI image details) of AWS marketplace public listing?
For Example:-
I want all details if I provide any identifier from the URL.
Is there any Rest api to get all details(including the AMI image details) of AWS marketplace public listing?
For Example:-
I want all details if I provide any identifier from the URL.
Copyright © 2021 Jogjafile Inc.
Yes, you can use the EC2 API DescribeImages action and set the
Ownerparameter toaws-marketplaceto output all the AWS Marketplace-owned AMIs and their details in a specific region.Here is an example AWS CLI command that does that:
With AWS CLI, you can also use filtering to filter the list.