Query regarding AWS Cloudformation template listing on AWS Marketplace

0

Hi there, I want to list my Cloudformation template on AWS Marketplace, So, i wanted to know that, can we launch multiple instances AWS Marketplace template in same region or we can only have one instance running in one region?

Thanks in advance!

asked 8 months ago190 views
1 Answer
0

Hi,

If you are utilizing CloudFormation template to list your product on AWS market place to launch single or multiple EC2 instances in different regions. You have to clone your product AMI to each AWS region your are planning to list your product. AMIs are regional resource type, you have to create AMI mapping in your CloudFormation template. Once you have the correct AMI mapping verify that the template is launched successfully through the AWS CloudFormation console in all AWS Regions enabled for your product.

Refer to this document for your use case: https://docs.aws.amazon.com/marketplace/latest/userguide/cloudformation.html

I hope this address your query.

Thanks,
Abhishek

profile picture
answered 8 months ago
  • Hi Abhishek, Thanks for the response! I think , I was unable to explain my query. I wanted to know that, If I list my Cloudformation template in AWS Marketplace then Can the user launch multiple instances of my AWS Marketplace offering in same Availability zone? Is it the common practice that AWS follows, or the User can only deploy one instance of the AWS Marketplace offering in one region/availability zone?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions