0
votes
3answers
41 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 …
4
votes
3answers
1k 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.
0
votes
3answers
69 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."
No …
1
vote
1answer
100 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 a …
0
votes
1answer
93 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 tha …
0
votes
0answers
246 views
Asterisk Manager Api events
Hello all
I am using Elastix along with the Astmanproxy server to run our call center desktop app. This app gathers info such as callerid, number dialed, etc. to help our agents g …
1
vote
1answer
153 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 searci …
0
votes
3answers
205 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 c …
2
votes
2answers
59 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 readabil …
