Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the difference between EC2 Community AMIs and Marketplace AMIs

Tags:

amazon-ec2

Ubuntu certify their Cloud image as ami-f95ef58a, and it's available as a Community AMI in region eu-west-1. See Ubuntu documentation here

Centos on the other hand publish their official AMI in AWS Marketplace with a cost of zero. See Centos documentation here.

In both cases there is no charge.

So I am left confused about the difference Amazon intend us to care about between Community and Marketplace?

like image 224
Mike Hogan Avatar asked Apr 19 '16 10:04

Mike Hogan


People also ask

What is AWS community AMIs?

An AMI is a template with a software configuration – an operating system, application server, and applications – needed to launch a virtual machine. From an AMI, users launch an instance, or a copy of the AMI running as a virtual server in the cloud.

What is EC2 AMI marketplace?

Amazon EC2 integrates with AWS Marketplace, enabling developers to charge other Amazon EC2 users for the use of their AMIs or to provide support for instances. The AWS Marketplace is an online store where you can buy software that runs on AWS, including AMIs that you can use to launch your EC2 instance.

What is difference between AMI EC2?

The EC2 is used for creating the virtual server instance. The AMI is the EC2 virtual machines image. ECS provides container services such as docker and the AWS lambda is used to run the code without a server.

What are the different types of AMI provided by AWS?

Storage for the root device. All AMIs are categorized as either backed by Amazon EBS or backed by instance store. Amazon EBS-backed AMI – The root device for an instance launched from the AMI is an Amazon Elastic Block Store (Amazon EBS) volume created from an Amazon EBS snapshot.


1 Answers

  • Community AMIs: Whenever you create an AMI, you can add permissions to it to make it public. In that case, it goes to "community AMIs". These are AMIs that comes from AWS users, and are not verified by AWS
  • Makerplace: this is a whole service at AWS, and all AMIs here are verified by AWS. It is basically used for software vendors to sell their products through AWS. The customers will be billed by AWS only, but then AWS will pay the AMI owner in return. For Centos this is a bit particular, as this is a free distribution. But been in the marketplace conforts the users that the AMI is safe
like image 123
Tom Avatar answered Sep 26 '22 05:09

Tom