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.
2
votes
1answer
40 views

Unable to connect to my newly created Ubuntu AMI

I have been trying to log in to my newly created Ubuntu oneiric AMI at EC2 but it always fails saying connection timed out. I have tried it using AWS Management console as well as command line tools. ...
2
votes
2answers
103 views

How do you build for Basic 64-bit Amazon Linux from Arch Linux?

I figured it wouldn't work, but i just uploaded my program file from local machine to a new instance on Amazon EC2. Than tried to run it: [ec2-user@domU-12-31-39-14-2A-1A ~]$ ./webserver.net -bash: ...
2
votes
2answers
114 views

Source for useful EC2 AMIs

Using Amazon's own client libraries (or alternatives), you can get listings of available pre-packaged AMIs, but the interface is definitely designed for scriptability, not readability. Elasticfox is ...
0
votes
2answers
186 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
1answer
86 views

How do I save a AMI to a S3 bucket?

I've created a AMI(EBS AMI) using the Amazon AWS console. That AMI has 2 snapshots attached to it. Now I want to backup that AMI to a S3 bucket. Is this possible? I actually need to do this to be ...
0
votes
0answers
143 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
117 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
1answer
39 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
3answers
370 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
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 ...