Amazon Machine Image for Amazon's EC2 web service
21
votes
3answers
6k 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.
17
votes
10answers
12k views
Move Amazon EC2 AMIs between regions via web-interface?
Any easy way to move and custom AMI image between regions? (tokyo -> singapore)
I know you can mess up with API and S3 to get it done, but there there any easier way to do it?
10
votes
5answers
12k views
Can I make an AMI from a running instance that uses instance-store as its root device?
Or is it absolutely necessary to have an EBS backed storage? Does anyone have manuals/Howtos?
I am following the manual given on this site.
10
votes
3answers
8k views
“Best” Amazon EC2 EMI for CentOS with EBS storage?
Are there any "good", clean, reliable and trustworthy "out-of-the-box" Amazon EC2 AMI images for CentOS that uses EBS storage by default (instead of instance storage)?
The RightScale AMIs seem pretty ...
7
votes
1answer
2k views
Within IAM, can I restrict a group of users to access/launch/terminate only certain EC2 AMIs or instances?
What the title says.
Within the master AWS account, I have several personal accounts, i.e. AWS Identity and Access Management (IAM) users. I would like to assign certain IAM users to groups and ...
7
votes
2answers
4k 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, ...
7
votes
2answers
4k 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 and have ...
6
votes
3answers
5k 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 ...
5
votes
3answers
3k 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 ...
5
votes
1answer
889 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 searcing for AMI in the ...
4
votes
2answers
2k views
Customizing an Elastic Beanstalk AMI
I need to use on Elastic Beanstalk a Java application written for Glassfish server.
Beacuse of Amazon doesn't let me choose an AMI with Glassfish, I choosed one with Tomcat and i modified my ...
4
votes
2answers
3k 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 ...
4
votes
1answer
553 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 ...
4
votes
2answers
2k views
How do I save an AMI to a S3 bucket?
I've created an 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 ...
3
votes
2answers
403 views
Amazon EC2 Upgrade Problem
My current instance is 32 Bit Windows 2008 server with 613 MB memory. I create an ami and then try to launch new instance from that AMI. I want create an large instance with(7.5 GB Memory etc) from ...
3
votes
2answers
1k views
Bundling an AMI out of a running ec2 instance fails
I'm trying to create my own AMI based upon a 64-bit Ubuntu 11.10 EBS AMI. However, the commands fails as seen below. I've googled for this specific error and have drawn a blank.
Can someone help ...
3
votes
1answer
425 views
How to clone EC2 instance without updating packages
Today I was creating new instances and I noticed something weird on it.
I used to select an old instance, then "launch more like this" and finally detaching the volume and attaching a volume from a ...
3
votes
2answers
1k views
What does (EC2) 'AMI: Unavailable' mean and how should I handle it?
I'm running two EC2 instances, (Linux and Windows) on AWS, which initiated based on AMIs provided by Amazon. Everything works fine, but since a couple of weeks, I noticed that on Windows Instance, ...
3
votes
1answer
508 views
Grep Amazon EC2 Free Tier eligible images
Is there a way to grep images which are "Free Tier Eligible" with ec2-describe-images
3
votes
1answer
504 views
The nature of Amazon EC2 instances and other AWS services
I have some basic (stupid) questions about AWS EC2 instances or AMIs.
I created a directory and some test file to check if files persist beyond instance stop and start.
When I'm about to stop my ...
3
votes
1answer
89 views
Aggregated AMI metrics return “INSUFFICIENT_DATA”
I'm trying to set up my own autoscaling system on AWS and I've set up alarms for any instance spawned with a specific AMI ID.
When I check the the metrics which are only monitoring one server, they ...
2
votes
1answer
2k views
How can I use/install “make” on the Amazon Linux AMI for EC2?
I'm a new user of Amazon EC2.
I want to compile the pptpd package on EC2, but receive the following error:
[root@ip-10-112-xxx-xxx /]# /var/tmp/rpm-tmp.2eILT0: line 58: /usr/bin/make: No such file ...
2
votes
2answers
701 views
Problems installing MySQLdb Python module on linux AMI
I'm trying to get a linux ami set up in ec2 with mysql (5.1 or later), python (2.6 or later) and the mysqldb python module. There are 2 options, starting from scratch or resolving issues in what I've ...
2
votes
2answers
324 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
760 views
PHP AMI Connection - saving incoming and outgoing calls to a database is not working
Using the AMI (API connection with an Asteriskserver so I can use a PHP Socket connection) I'm trying to catch the recieving data using PHP in a way that I can record outgoing and incomming calls for ...
2
votes
2answers
137 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 ...
2
votes
1answer
971 views
Can I convert from EC2 AMI to VHD?
Can I download an EC2 instance in vhd format? Or download it in AMI format and convert it to VHD?
2
votes
1answer
205 views
Windows AMIs with .NET 4?
Are there any Amazon-provided Windows AMIs that have the .NET 4 framework pre-installed? Unless I'm missing something, it looks like 3.5 is available on the images (such as ami-cab91da3), but not .NET ...
2
votes
1answer
194 views
Is there any kind of a 'default' AMI ID across all EC2 regions?
The ec2-run-instances command needs an AMI ID and the ID is different across all regions. Is there any way to specify that I need an AMI that will be suitable for region x / zone y and instance_type ...
2
votes
2answers
888 views
How do I establish a persistent connection to an Asterisk manager with PHP?
I'm attempting to connect to an Asterisk manager interface, and I'm having a problem with the code blocking, as well as connection persistence. Below is what I have, followed by a description of ...
2
votes
1answer
1k 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
1answer
977 views
Usage of rightscale init script in it's EC2 Centos 5.4 AMI
I was searching for EC2 EBS storage Centos 5.4 AMI in the community AMI and eventually I found Rightscale AMI (I think they called it RightImage).
Now I have created instance using that AMI, but I ...
2
votes
2answers
119 views
Is there a list of AMIs for every popular linux distribution and version
I need to test a piece of software against every linux distribution/version. I'm going to use amazon AWS Is there a list of AMIs somewhere that I can just copy paste into my script to automate this ...
2
votes
1answer
215 views
How do I install byobu in ec2 ami
I know it was possible usint a package manager since i did it once a time ago. But now if I try
sudo yum install byobu
it just fails ...
Failed to set locale, defaulting to C
Loaded ...
2
votes
0answers
385 views
My Xen VM on the EC2, choosing right AKI
I'm trying to move my Xen domU (guest VM) to the EC2.
On my machine I have a Xen (dom0 and several domUs).
However, when I boot a guest VM, I use a kernel image from dom0
(in the .cfg file lines ...
1
vote
1answer
354 views
Is there an AMI that takes SSH on port 443? [closed]
My question is, put simply
Is there any AMI that comes with SSH configured on port 443?
The main reason why I ask is that, despite working in IT, my company filters all ports but 443 and 80, and ...
1
vote
4answers
1k views
what Amazon AMI Linux to run Drupal?
I am going to give amazon EC2 a try by moving my drupal site to it. At present the site is on a VPS running Ubuntu 10.04 and served through nginx+fastcgi.
Regarding that there are literally ...
1
vote
1answer
112 views
Amazon AWS - best setup for geographically optimized delivery within USA? [closed]
We run a busy web app, with most traffic being USA based. Our IT department is currently in the process of migrating our web server to the Amazon AWS EC2 environment and I'd like to make sure we set ...
1
vote
2answers
912 views
AWS AMI automatic snapshots
does Amazon support any kind of automatic scheduled snapshots that can be configured for each single AMI/EBS?
my goal is to have each AMI backup itself regularly without relying on external scripts ...
1
vote
2answers
167 views
EC2 instance stopped working after creating an Image
I'm totally new to AWS.
I managed to have an instance that runs PHPMyAdmin.
then I created an image (EBS AMI) for this instant and could not connect any more to my
phpmyadmin interface.
I know it's ...
1
vote
1answer
448 views
FreeNX(nomachine) unable to connect after cloning of a working ubuntu EC2 instance
I have previously setup a EC2 instance on Ubuntu 10.04 and setup the necessary binaries to allow ssh and more importantly FreeNX(no machine) to work on my MacOS-10.6 machine.
As this was done on a ...
1
vote
1answer
468 views
Amazon AWS Java API. I don't see my AMIs
I'm using the Java API for Amazon AWS. I successfully authenticate, then get all images and my images are not among them (my AMIs are private, but I suppose that I will still see them since I have ...
1
vote
2answers
2k views
Convert Hyper V to EC2
Hello all I have a bunch of Hyper V images VHD files and need to get them on Amazon Ec2 does anyone know any way to convert these files to AMI or if amazon has a native way of doing this?
thanks!
1
vote
1answer
24 views
How to modify Amazon Machine Image file permissions?
I had a nice and stable Ubuntu 12.04 Amazon Machine Image (AMI) and I was logging into my Amazon EC2 instance by using pem file (ssh -i dev.pem ubuntu@<instance_name>.compute-1.amazonaws.com). ...
1
vote
1answer
62 views
unable to ssh into amazon ec2 instance from custom AMI
I have an already running linux instance. I right clicked on that instance and created an image (EBS AMI), I entered the details, and a few minutes later I had my AMI listed in the Images -> AMIs ...
1
vote
1answer
161 views
How can I convert the OpenGeo EC2 AMI to an EBS backed one?
I'm a newbie and my knowledge is very low, so sorry if I'm not making myself clear. I would like to launch an EC2 instance of the OpenGeo AMI, but I noticed that I can't stop this instance because it ...
1
vote
2answers
76 views
Accessing Amazon ec-2 instance from the web
I have to do part of a college project on amazon instance. The lecturer set up the instances for the year, supplying us with the public DNS and KEY.
Having downloaded WINSCP to make it easier etc. I ...
1
vote
1answer
247 views
Create large instance from my micro instance (AWS)
I have a micro instance with Ubuntu 11.10 as the OS.
I would like to create a Large/Small instance based on my micro instance.
Is that OK to create an image from the micro instance and to use it to ...
1
vote
1answer
87 views
Are there licensing issues in modifying an existing public AMI and making the modified version public?
We'd like to take an existing Linux base AMI, install our software on it, and make the modified AMI available publicly. What are the licensing implications of doing this? Our software is an open ...
1
vote
2answers
809 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.
...

