Search code examples
amazon-web-servicesamazon-ec2virtual-machinesolaris

Can i launch solaris EC2?


I need to launch solaris os in aws-ec2, 1) Do aws provide solaris ami? My analysis-i searched but not found anywhere in aws marketplace.

2) can i create vm of solaris in local and than export to aws-ec2 using AWS VM import-export?


Solution

  • Ten years ago EC2 only supported Linux natively. AWS supplied the kernel, and the kernel was Linux 2.6.16 at that point in time. Right now AWS support other operating systems. Some users have had a lot of success running other OS's (e.g. Windows, but Solaris should also work) on top of the native Linux instances we provide, using emulation software like QEMU. For example see Enomaly (www.anomaly.net), and various postings resources on this Amazon Web Services site, e.g.

    http://developer.amazonwebservices.com/connect/thread.jspa?messageID=47267 http://developer.amazonwebservices.com/connect/entry.jspa?externalID=592&categoryID=101 http://developer.amazonwebservices.com/connect/entry!default.jspa?categoryID=100&externalID=507&fromSearchPage=true

    Via Amazon.com