Tagged Questions
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 ...
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
0answers
31 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
282 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
97 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
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
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 ...
-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.
...