I'm running XVM on my laptop. XVM has got FreeBSD installed with all the required ports to run APACHE/PHP.

I want this .vdi file to be imported into an EC2 instance.

  • Is it possible to import a virtual OS to Amazon EC2?
  • If yes, does it get all the libs installed and DBs created or just OS?
  • Could somebody please share pointers/hints on how to do this!

Any help is much appreciated :)

link|improve this question
1  
This may actually be possible. Amazon allows you to import VMDK (VMWare) images into EC2. Also, it is possible to convert a VDI to a VMDK. You will need to use one of the available kernels that Amazon provides. If it succeeds, you would get the entire contents of the drive - operating system + all the data - the kernel should be replaceable, and the keyfiles may be modified. – cyberx86 Feb 26 at 5:24
feedback

1 Answer

up vote 3 down vote accepted

Short answer, no – you should use one of the available AMI's for FreeBSD: http://www.daemonology.net/freebsd-on-ec2/

Also, read up on the link about the current status of FreeBSD on AWS EC2:

Use this AMI and customize it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.