Tagged Questions

2
votes
3answers
64 views

I need help duplicating Amazon AWS EC2 instances

I'm just getting started with AWS EC2 and not entirely sure I understand it. From what I've read, an instance is basically a virtual server, and you should be able to somehow "duplicate" that virtual ...
2
votes
1answer
421 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 ...
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 ...
1
vote
1answer
69 views

Is it possible to duplicate an AWS EC2 instance without any downtime?

I've got an AWS EC2 instance that I would like to create a spin off of in order to do some testing. I know I can create an AMI of the running instance, then launch that. But when I create the AMI, ...
1
vote
1answer
110 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
0answers
60 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 ...
1
vote
1answer
330 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. ...
0
votes
0answers
146 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
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
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
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 ...