Tagged Questions
0
votes
1answer
75 views
Amazon AMI tomcat7 tomcat-users.xml: command not found
I've created the free AMI linux instance on the amazon ec2. I'm trying to setup tomcat7, but seem to have run into an issue setting up an admin user to tomcat7. I've installed the following.
sudo ...
0
votes
2answers
159 views
Run a private AMI ec2 instance from boto
I have been looking for a solution to my problem for two days, but I don’t have any hint of what I am doing wrong with running a private AMI as an EC2 instance using boto. I haven’t seen any page ...
0
votes
1answer
47 views
Setting the webserver to an EBS directory
On my previous question
Saving changes to an EC2 instance without having to register an AMI each time?
I asked how was posible for me to save files to my spot instance without having to register a ...
0
votes
2answers
84 views
AWS AMI multiple instances
If I have an AMI (EBS backed) from which I launch two instances, would both instances be entirely separate from each other? How does the underlying infrastructure work?
I find it a little ...
0
votes
1answer
115 views
How to handle updating an AWS EC2 instances AMI?
on my aws setup I have load balances pointing to several app servers which all use a common API. The app servers all have the same NGINX cong (nginx.conf) which for various reasons I now need to ...
2
votes
2answers
116 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 ...
0
votes
0answers
41 views
EC2 AMI arch mismatch
I am trying to roll a custom AMI in AWS EC2. I can create and register the AMI image but when I try to launch the server I get told the architecture does not match the image. I also have a reduced ...
3
votes
1answer
87 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 ...
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
893 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 ...
0
votes
3answers
249 views
Amazon AWS ElasticBeanstalk custom AMI
I am trying to use a custom AMI in AWS Beanstalk. I manually launched a default Amazon ElasticBeanstalk image in EC2 (ElasticBeanstalk-Tomcat7-32bit-20110913-1132 (ami-278e4c4e)) and created my custom ...
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 ...
0
votes
1answer
56 views
aws beanstalk us-west ami needed?
I need to build some custom AMIs using Amazon's Elastic Beanstalk amis as a starting point (with Java and Tomcat). I know what the values are for the US, but what are they for the eu-west-1 region?
0
votes
2answers
3k views
“Server Refused our key” after launching instance from private EBS AMI
I have created my own EBS AMI, shared it with another AWS account, launched NEW instance based on this image with NEW key-pair and now when I am trying to connect to this new instance I am getting ...
0
votes
0answers
255 views
AWS autoscale alarms for individual instances
I have an AWS autoscale group. I would like to set an alarm for each individual instance which says that if that instance's CPU has been under 20% for 10min it should be terminated. Is this possible ...
0
votes
1answer
305 views
AWS autoscale and server code updates / editing
Say I've got a PHP site on an ec2 instance in an autoscale group. The group has 10 running instances. I want to add some new php code to the site. Is there a sane way to do this and have it populate ...
0
votes
1answer
75 views
set aws autoscale alarm for a percentage increase of CPU
I have an AWS autoscale group. Is it possible to set an alarm for a percentage increase of CPU? For example, if CPU increases 40% over 1min, trigger the alarm? Thus if CPU is at 0% at 12:51 and 40% at ...
1
vote
2answers
166 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
106 views
In custom AMI sshd is not getting started
I created my own AMI & when I start my instance sshd is not getting started. What might be the problem?
Please find below the system log snippet
init: rcS main process (199) terminated with ...
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 ...
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 ...
3
votes
1answer
501 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 ...
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 ...
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, ...
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 ...
1
vote
1answer
244 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 ...
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 ...
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, ...
6
votes
3answers
4k 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 ...
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 ...
1
vote
0answers
104 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
264 views
Where are EC2 manifest files located and how can I access them?
When creating EC2 instances via the AWS Management Console, 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 ...
1
vote
2answers
805 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
3answers
1k views
Amazon EC2- user-data through the AWS console doesn't work
From the Amazon EC2 console (or even if I do it through API tools on a box using a file), I paste:
#!/bin/bash -ex
# tell the world what we've done!
echo 'thisisthetoken' > ...
1
vote
1answer
166 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 ...
4
votes
1answer
552 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 ...
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
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 ...

