Tagged Questions

17
votes
3answers
4k views

Run Amazon EC2 AMI in Windows

Is there a way to run an Amazon EC2 AMI image in Windows? I'd like to be able to do some testing and configuration locally. I'm looking for something like Virtual PC.
6
votes
3answers
3k views

“Best” Amazon EC2 EMI for CentOS with EBS storage?

Are there any "good", clean, reliable and trustworthy "out-of-the-box" Amazon EC2 AMI images for CentOS that uses EBS storage by default (instead of instance storage)? The RightScale AMIs seem pretty ...
5
votes
1answer
2k views

What is the point of instance storage on EC2?

I'm building some AMIs from one of the basic ones on EC2. One of the instance types is running Tomcat and contains a lot of Lucene indexes; another instance will be running MySQL and have ...
4
votes
2answers
248 views

Amazon EC2 Upgrade Problem

My current instance is 32 Bit Windows 2008 server with 613 MB memory. I create an ami and then try to launch new instance from that AMI. I want create an large instance with(7.5 GB Memory etc) from ...
4
votes
1answer
692 views

Java Web Starter AMI

I'm trying to follow the tutorial on http://ttlnews.blogspot.com/2009/01/setting-up-amazon-ami-with-java-and.html but can't find the Java Web Starter AMI (ami-1c54b075) when searcing for AMI in the ...
2
votes
1answer
24 views

How to clone EC2 instance without updating packages

Today I was creating new instances and I noticed something weird on it. I used to select an old instance, then "launch more like this" and finally detaching the volume and attaching a volume from a ...
2
votes
1answer
600 views

Usage of rightscale init script in it's EC2 Centos 5.4 AMI

I was searching for EC2 EBS storage Centos 5.4 AMI in the community AMI and eventually I found Rightscale AMI (I think they called it RightImage). Now I have created instance using that AMI, but I ...
2
votes
5answers
2k views

Can I make an AMI from a running instance that uses instance-store as its root device?

Or is it absolutely necessary to have an EBS backed storage? Does anyone have manuals/Howtos? I am following the manual given on this site.
2
votes
1answer
409 views

How do I move an Amazon micro instance to a small instance?

I want to move my instance to a micro instance to a small instance but when I try to launch a new AMI based on my Micro instance AMI it only gives me the option for 64 bit instances. My initial ami ...
1
vote
0answers
27 views

Pre-configured EC2 VPN AMI

I have been google-ing around for the answer to this for that last hour or so but can't find anything on it. I would like to have pre-configured ami for AWS EC2 that will let me spin up an instance ...
1
vote
1answer
103 views

FreeNX(nomachine) unable to connect after cloning of a working ubuntu EC2 instance

I have previously setup a EC2 instance on Ubuntu 10.04 and setup the necessary binaries to allow ssh and more importantly FreeNX(no machine) to work on my MacOS-10.6 machine. As this was done on a ...
1
vote
1answer
280 views

Which AWS AMI should I use for Ubuntu 10.04 or 11.04, and run node.js?

I am looking for a simple AWS Image, (Instance Storage), that is something like a barebone, running Ubuntu 10.04 or 11.04, 64bit. I'm going to run Node.js on it. so, I don't need apache, nor nginx. ...
1
vote
1answer
85 views

amazon ec2, is mount information stored in ami or snapshot?

I have ec2 instance set up where mysql DB is mounted on separate volume. (as detailed in http://aws.amazon.com/articles/1663 ) I want to duplicate this instance set up where my application servers on ...
1
vote
2answers
101 views

How do I update an Amazon EC2 public AMI I created

I have a public amazon AMI that I created. I have made some changes to an instance of this AMI and would like to update the public AMI with the changes. Not sure how to go about doing this.
1
vote
1answer
218 views

Grep Amazon EC2 Free Tier eligible images

Is there a way to grep images which are "Free Tier Eligible" with ec2-describe-images
1
vote
1answer
159 views

Amazon AWS Java API. I don't see my AMIs

I'm using the Java API for Amazon AWS. I successfully authenticate, then get all images and my images are not among them (my AMIs are private, but I suppose that I will still see them since I have ...
1
vote
4answers
590 views

what Amazon AMI Linux to run Drupal?

I am going to give amazon EC2 a try by moving my drupal site to it. At present the site is on a VPS running Ubuntu 10.04 and served through nginx+fastcgi. Regarding that there are literally ...
1
vote
2answers
625 views

Convert Hyper V to EC2

Hello all I have a bunch of Hyper V images VHD files and need to get them on Amazon Ec2 does anyone know any way to convert these files to AMI or if amazon has a native way of doing this? thanks!
0
votes
2answers
125 views

Move Amazon AMI to another account [closed]

I have some machines created with my account. Some of them uses S3 storage, some EBS. Now I need to move these machines to my company account to let it pay for. As I know I can start each machine as ...
0
votes
0answers
96 views

Amazon EC2 AMI with pre-configured with ISPConfig or other control panel

Looking for sutible AMI wich dosent required LAMP stack and installation/configure ISPConfig or CPanel or DirectAdmin...
0
votes
1answer
87 views

Hadoop on Amazon Cloud

I'm trying to get set up on the Amazon Cloud to run some hadoop MapReduce jobs but I'm struggling to successfully create a cluster. I have downloaded the ec2 files, have my certificates and keypair ...
0
votes
0answers
57 views

It is possible to use euca-register on AWS with a snapshot instead of an image location (manifest.xml)?

I have a snapshot that I would like to register as an AMI on Amazon Web Services. I can register this snapshot easily enough using ec2-tools' ec2-register but I would prefer to use euca2ools. I know ...
0
votes
1answer
34 views

Where are ec2 mainfest files located and how can I access them?

When creating EC2 instances through amazon user interface, there are manifest names provided, like amazon-linux-mono-2-10/image.manifest.xml but they are not links. Could someone point me to the ...
0
votes
1answer
32 views

Are there licensing issues in modifying an existing public AMI and making the modified version public?

We'd like to take an existing Linux base AMI, install our software on it, and make the modified AMI available publicly. What are the licensing implications of doing this? Our software is an open ...
0
votes
2answers
44 views

amazon web services,(EC2) does DB and other files get stored when instance is rebooted?

I'm not familiar with their AMI(amazon machine image) concept. I'll be using DB, and I wonder if DB contents(and any other data stored on file) are non-volatile. I'm confused particularly because ...
0
votes
2answers
1k views

Move Amazon EC2 AMIs between regions via web-interface?

Any easy way to move and custom AMI image between regions? (tokyo -> singapore) I know you can mess up with API and S3 to get it done, but there there any easier way to do it?
0
votes
2answers
125 views

Is Java necessary to create an AMI?

I've been reading Amazon EC2 doc, and you can create the AMI with the AMI tools, but, for registering (and then be able to use it for insert in new instances), you need EC2 API tools, and they need ...
0
votes
1answer
111 views

Which is better EBS or private AMIs?

I am new to Amazon web services. I need to create a server image with a few software packages pre installed on the EC2 instances. One option I am considering is to create an EBS volume with these ...
0
votes
1answer
264 views

What Amazon AWS AMI for web.py, mysql

I am working a web.py app for realtime ad tracking and performance advertising and I am trying to deploy it on Amazon AWS. I know nothing about linux or servers or anything and typically just do ...
0
votes
1answer
87 views

dose the AMi run on S3?

If i want to rum a AMI ,i need to copy from S3,where the AMI will be copyed to ? please tell me ,dose the ami run on S3?
0
votes
3answers
367 views

Is an Amazon Machine Image (AMI) immutable?

(Thanks in advance for tolerating my seems-to-be-stupid question). I mean: Consider a VMWare Windows 2003 image. If I 1 - start this image and then 2 - run a program that writes something to a file ...
0
votes
1answer
426 views

Deploying .NET applications to Amazon EC2 - what AMI image to use?

What AMI images do you use when deploying or testing .NET applications at Amazon EC2? Is this image based on Windows or Linux? Is it an image from AMI repository or something that you've built (if ...
0
votes
3answers
125 views

Is it possible to roll my own Amazon Machine Image with a pre-Windows 2003 OS?

I've been researching EC2 over at Amazon Web Services and the website notes: "You are also empowered to use our bundling tools to upload your own operating systems." Now I've been trying ...
0
votes
3answers
1k views

What tools can I use to deploy PHP code to an EC2 instance

We can bundle all files into an Amazon Machine Instance and upload it. But I'd like to see if there is a more efficient way to regularly upload source code on to test our app and constantly have the ...
-1
votes
1answer
30 views

exact cost of the EC2 instance for 1 hour in Amazon web service foe windows and linux OS [closed]

I want to know exact cost of an windows and linux instance. In Amazon pricing list, they show '$0.12 per hour' for windows and '$0.085 per hour' for linux. But in pricing calculator they show ($ 7.16 ...