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
2answers
87 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
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
1answer
72 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
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
46 views

How do I install Zend Optimizer on an Amazon EC2 Linux AMI instance?

I have been trying for days. I am stumped. Can someone help me? I got html and php installed. But how do I get Zend Optimizer to work?
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
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
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 ...
-2
votes
0answers
13 views

Can I make an AMI public if I have 3rd party software installed? [closed]

I have created a custom AMI with 3rd party software installed on it .i.e wget http://users.ugent.be/~bpuype/wget/ I want to make this public but am not sure if I am breaking any licensing agreement. ...