Is there a API to get AWS Marketplace Products

+1 vote

Is there a Rest API to get products, subscribe to products in AWS MarketPlace products?

I was searching for this but had no luck finding anything related to AWS Marketplace.

Aug 1, 2018 in AWS by bug_seeker
• 15,520 points
885 views

2 answers to this question.

0 votes

by using aws sdk for node.js

var params = { DryRun:

false || false, Owners:

['aws-marketplace']

//show images where Owner is aws-marketplace };

//EC2 Describe image to get market place images ec2.describeImages(params, function(err, data)

{ if (err) console.log(err, err.stack);

// an error occurred else console.log(data);

// successful response });

answered Aug 1, 2018 by Priyaj
• 58,090 points
0 votes

AWS Marketplace Entitlement Service API Reference
The AWS Marketplace Entitlement Service is a contract verification feature that AWS Marketplace sellers can use to verify the amount of the seller’s product (for example, end user licenses or storage, data, or compute capacity) the customer has purchased. AWS Marketplace sellers can use this API to get information about what was purchased and when the purchased entitlement ends.

You can use this.

Hope this helps 

answered Aug 1, 2018 by findingbugs
• 4,780 points

Related Questions In AWS

0 votes
1 answer

How to get AWS account/service cost using CloudWatch API?

You can check this link for a ...READ MORE

answered Jul 13, 2018 in AWS by Priyaj
• 58,090 points
718 views
0 votes
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,506 views
+2 votes
1 answer
0 votes
1 answer

Is there a way to move AWS Elasticsearch to another account

Create a role with Elasticsearch permission. Provide the iam:PassRole for ...READ MORE

answered Oct 30, 2018 in AWS by Priyaj
• 58,090 points
1,697 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP