Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Safety of Amazon Community AMIs

Tags:

amazon-ec2

I am working for a scientific project and would like to use the Amazon EC2 to host the same.

Now, I was going through the existing AMIs to create my own, but I found one AMI in the community list of AMIs - which fits perfectly.

My question is the following - are the community AMIs safe? Is it possible for a malicious user to create an AMI in such a way that say the usernames/passwords etc can be sent to a remote server or something? Does Amazon do any sort of checking to make sure it cannot happen?

I couldnt find the answers to these in Amazon site. I am pretty sure that you guys would have felt the same issues - could you please provide your answers?

Regards

K

like image 350
Koran Avatar asked Mar 26 '10 17:03

Koran


1 Answers

The community AMIs are not especially safe - if you trust the source of the AMI, it should be okay, but if the source is an unknown entity to you, you should probably take it easy.

The AMIs basically allow you to install whatever you want in the image - you could have licensing issues or malicious software if you are not cautious in your approach to these.

I generally create my own, starting with a base image of what I want (Ubuntu) and installing what is needed.

like image 82
stevedbrown Avatar answered Feb 28 '23 03:02

stevedbrown