Who's behind community AMIs on Amazon EC2?AMIs in Amazon EC2Is there a place to get popular AMIs for Amazon EC2?Amazon EC2 terminology - AMI vs. EBS vs. Snapshot vs. VolumeAmazon Linux vs. Ubuntu for Amazon EC2Are AWS EC2 AMIs automatically shared as community AMIs?1 EC2 instance per website - manage multiple websites on Amazon cloud using EC2Delete Amazon EC2 terminated instanceUbuntu 14.04 Server HVM with EBS Free Tier AMIHow can I have trust in a Community AMI offered on Amazon EC2Which AMI for remote graphics processing on Windows?

Skipping same old introductions

A conjectural trigonometric identity

How to structure presentation to avoid getting questions that will be answered later in the presentation?

Can it be useful for a player block with a hanging piece in a back rank mate situation?

Applying for mortgage when living together but only one will be on the mortgage

Is this popular optical illusion made of a grey-scale image with coloured lines?

Is it really a problem to declare that a visitor to the UK is my "girlfriend", in terms of her successfully getting a Standard Visitor visa?

How do I respond appropriately to an overseas company that obtained a visa for me without hiring me?

Gold Battle KoTH

Word for pulling a punch in karate

Why are prop blades not shaped like household fan blades?

Does the use of a new concept require a prior definition?

How to power down external drive safely

Why did the United States not resort to nuclear weapons in Vietnam?

How to get maximum number that newcount can hold?

How to trick a fairly simplistic kill-counter?

Why is “deal 6 damage” a legit phrase?

How does Asimov's second law deal with contradictory orders from different people?

How to set Adobe DC PDF reader as default for ALL pdfs without having to open security preferences every time

Is Norway in the Single Market?

How does a wallet generate a public key from an address?

Is it moral to remove/hide certain parts of a photo, as a photographer?

Pre-Greek θάλασσα "thalassa" and Turkish talaz

Should 2FA be enabled on service accounts?



Who's behind community AMIs on Amazon EC2?


AMIs in Amazon EC2Is there a place to get popular AMIs for Amazon EC2?Amazon EC2 terminology - AMI vs. EBS vs. Snapshot vs. VolumeAmazon Linux vs. Ubuntu for Amazon EC2Are AWS EC2 AMIs automatically shared as community AMIs?1 EC2 instance per website - manage multiple websites on Amazon cloud using EC2Delete Amazon EC2 terminated instanceUbuntu 14.04 Server HVM with EBS Free Tier AMIHow can I have trust in a Community AMI offered on Amazon EC2Which AMI for remote graphics processing on Windows?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








5















I've been using AWS for years, but have never ventured outside the Quick Start and AWS Marketplace sections when launching an EC2 instance.



The AMIs from the AWS Marketplace look trustable, they have a link to the seller profile, etc.:



enter image description here



Compare this to community AMIs, that seem to appear out of thin air, with no information whatsoever on who the heck created and uploaded it:



enter image description here



How to know where a Community AMI comes from? Can these be trusted?










share|improve this question
























  • I know this isn't your question, but if you're looking for hardened images from a reputable source look at the CIS Hardened Images. They have images for most large cloud providers.

    – Tim
    1 hour ago

















5















I've been using AWS for years, but have never ventured outside the Quick Start and AWS Marketplace sections when launching an EC2 instance.



The AMIs from the AWS Marketplace look trustable, they have a link to the seller profile, etc.:



enter image description here



Compare this to community AMIs, that seem to appear out of thin air, with no information whatsoever on who the heck created and uploaded it:



enter image description here



How to know where a Community AMI comes from? Can these be trusted?










share|improve this question
























  • I know this isn't your question, but if you're looking for hardened images from a reputable source look at the CIS Hardened Images. They have images for most large cloud providers.

    – Tim
    1 hour ago













5












5








5








I've been using AWS for years, but have never ventured outside the Quick Start and AWS Marketplace sections when launching an EC2 instance.



The AMIs from the AWS Marketplace look trustable, they have a link to the seller profile, etc.:



enter image description here



Compare this to community AMIs, that seem to appear out of thin air, with no information whatsoever on who the heck created and uploaded it:



enter image description here



How to know where a Community AMI comes from? Can these be trusted?










share|improve this question














I've been using AWS for years, but have never ventured outside the Quick Start and AWS Marketplace sections when launching an EC2 instance.



The AMIs from the AWS Marketplace look trustable, they have a link to the seller profile, etc.:



enter image description here



Compare this to community AMIs, that seem to appear out of thin air, with no information whatsoever on who the heck created and uploaded it:



enter image description here



How to know where a Community AMI comes from? Can these be trusted?







amazon-web-services amazon-ec2 amazon-ami






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 10 hours ago









BenjaminBenjamin

2,1796 gold badges36 silver badges67 bronze badges




2,1796 gold badges36 silver badges67 bronze badges















  • I know this isn't your question, but if you're looking for hardened images from a reputable source look at the CIS Hardened Images. They have images for most large cloud providers.

    – Tim
    1 hour ago

















  • I know this isn't your question, but if you're looking for hardened images from a reputable source look at the CIS Hardened Images. They have images for most large cloud providers.

    – Tim
    1 hour ago
















I know this isn't your question, but if you're looking for hardened images from a reputable source look at the CIS Hardened Images. They have images for most large cloud providers.

– Tim
1 hour ago





I know this isn't your question, but if you're looking for hardened images from a reputable source look at the CIS Hardened Images. They have images for most large cloud providers.

– Tim
1 hour ago










1 Answer
1






active

oldest

votes


















7














Any AWS user can create a community AMI by making it public and shared with everyone. So the answer is just about anyone could have created that community AMI.



While many are probably fine, you cannot trust them by default, in my opinion.



Regarding the specific creator of the AMI in question, it appears that the only user-specific information available is the OwnerId field, which is the AWS account ID of the image owner.



Here's an example AWS Cli command to get that information:



aws ec2 describe-images --image-ids ami-gs5mba4yp26bsyx57


(Replace "gs5mba4yp26bsyx57" with the ami id you want to examine.)



This will return a lot of information about the image, including the OwnerId field.






share|improve this answer



























  • Thanks for the pointer. So as I understand it, anyone can put anything in there, without any verification from AWS, so these images cannot be trusted, and there is absolutely no way to know who created them?

    – Benjamin
    7 hours ago











  • So far as I can tell, you can only determine the Account ID of the creator. I added this information to my answer.

    – vjones
    7 hours ago













Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f977835%2fwhos-behind-community-amis-on-amazon-ec2%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









7














Any AWS user can create a community AMI by making it public and shared with everyone. So the answer is just about anyone could have created that community AMI.



While many are probably fine, you cannot trust them by default, in my opinion.



Regarding the specific creator of the AMI in question, it appears that the only user-specific information available is the OwnerId field, which is the AWS account ID of the image owner.



Here's an example AWS Cli command to get that information:



aws ec2 describe-images --image-ids ami-gs5mba4yp26bsyx57


(Replace "gs5mba4yp26bsyx57" with the ami id you want to examine.)



This will return a lot of information about the image, including the OwnerId field.






share|improve this answer



























  • Thanks for the pointer. So as I understand it, anyone can put anything in there, without any verification from AWS, so these images cannot be trusted, and there is absolutely no way to know who created them?

    – Benjamin
    7 hours ago











  • So far as I can tell, you can only determine the Account ID of the creator. I added this information to my answer.

    – vjones
    7 hours ago















7














Any AWS user can create a community AMI by making it public and shared with everyone. So the answer is just about anyone could have created that community AMI.



While many are probably fine, you cannot trust them by default, in my opinion.



Regarding the specific creator of the AMI in question, it appears that the only user-specific information available is the OwnerId field, which is the AWS account ID of the image owner.



Here's an example AWS Cli command to get that information:



aws ec2 describe-images --image-ids ami-gs5mba4yp26bsyx57


(Replace "gs5mba4yp26bsyx57" with the ami id you want to examine.)



This will return a lot of information about the image, including the OwnerId field.






share|improve this answer



























  • Thanks for the pointer. So as I understand it, anyone can put anything in there, without any verification from AWS, so these images cannot be trusted, and there is absolutely no way to know who created them?

    – Benjamin
    7 hours ago











  • So far as I can tell, you can only determine the Account ID of the creator. I added this information to my answer.

    – vjones
    7 hours ago













7












7








7







Any AWS user can create a community AMI by making it public and shared with everyone. So the answer is just about anyone could have created that community AMI.



While many are probably fine, you cannot trust them by default, in my opinion.



Regarding the specific creator of the AMI in question, it appears that the only user-specific information available is the OwnerId field, which is the AWS account ID of the image owner.



Here's an example AWS Cli command to get that information:



aws ec2 describe-images --image-ids ami-gs5mba4yp26bsyx57


(Replace "gs5mba4yp26bsyx57" with the ami id you want to examine.)



This will return a lot of information about the image, including the OwnerId field.






share|improve this answer















Any AWS user can create a community AMI by making it public and shared with everyone. So the answer is just about anyone could have created that community AMI.



While many are probably fine, you cannot trust them by default, in my opinion.



Regarding the specific creator of the AMI in question, it appears that the only user-specific information available is the OwnerId field, which is the AWS account ID of the image owner.



Here's an example AWS Cli command to get that information:



aws ec2 describe-images --image-ids ami-gs5mba4yp26bsyx57


(Replace "gs5mba4yp26bsyx57" with the ami id you want to examine.)



This will return a lot of information about the image, including the OwnerId field.







share|improve this answer














share|improve this answer



share|improve this answer








edited 7 hours ago

























answered 7 hours ago









vjonesvjones

4814 silver badges8 bronze badges




4814 silver badges8 bronze badges















  • Thanks for the pointer. So as I understand it, anyone can put anything in there, without any verification from AWS, so these images cannot be trusted, and there is absolutely no way to know who created them?

    – Benjamin
    7 hours ago











  • So far as I can tell, you can only determine the Account ID of the creator. I added this information to my answer.

    – vjones
    7 hours ago

















  • Thanks for the pointer. So as I understand it, anyone can put anything in there, without any verification from AWS, so these images cannot be trusted, and there is absolutely no way to know who created them?

    – Benjamin
    7 hours ago











  • So far as I can tell, you can only determine the Account ID of the creator. I added this information to my answer.

    – vjones
    7 hours ago
















Thanks for the pointer. So as I understand it, anyone can put anything in there, without any verification from AWS, so these images cannot be trusted, and there is absolutely no way to know who created them?

– Benjamin
7 hours ago





Thanks for the pointer. So as I understand it, anyone can put anything in there, without any verification from AWS, so these images cannot be trusted, and there is absolutely no way to know who created them?

– Benjamin
7 hours ago













So far as I can tell, you can only determine the Account ID of the creator. I added this information to my answer.

– vjones
7 hours ago





So far as I can tell, you can only determine the Account ID of the creator. I added this information to my answer.

– vjones
7 hours ago

















draft saved

draft discarded
















































Thanks for contributing an answer to Server Fault!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f977835%2fwhos-behind-community-amis-on-amazon-ec2%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

François Viète Contents Biography Work and thought Bibliography See also Notes Further reading External links Navigation menup. 21Google Bookspp. 75–77Google BooksDe thou (from University of Saint Andrews)ArchivedGoogle BooksGoogle BooksGoogle BooksGoogle booksGoogle Bookscc-parthenay.frL'histoire universelle (fr)Universal History (en)ArchivedAdsabs.harvard.eduPagesperso-orange.frArchive.orgChikara Sasaki. Descartes' mathematical thought p.259Google BooksGoogle BooksGoogle Bookspp. 152 and onwardGoogle BooksGoogle BooksScribd.comGoogle Books1257-7979Google BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGoogle BooksGallica.bnf.frGoogle BooksGoogle Books"François Viète"Francois Viète: Father of Modern Algebraic NotationThe Lawyer and the GamblerAbout TarporleySite de Jean-Paul GuichardL'algèbre nouvelle"About the Harmonicon"cb120511976(data)1188044800000 0001 0913 5903n82164680ola2013766880073431702w6vt1sb70287374827140948071409480