Amazon Machine Image for Amazon's EC2 web service
3
votes
3answers
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 ...
0
votes
1answer
52 views
How to capture Asterisk's AMI and AGI traffic using WireShark in a textual format?
I'm developing a telephony solution based on Asterisk (the most popular open-source PBX solution), and I inject my logic into its dial-plans using AMI protocol and I listen to Asterisk's events using ...
0
votes
0answers
28 views
fopen fails to read a file although open_basedir is not set
fopen is failing with failed to open stream: Permission denied in /var/www/html/ even though safe mode is turned off and open_basedir is set to none.
The folder that PHP is trying to read a file from ...
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
168 views
Apache Whirr on EC2 with custom AMI
I am trying to launch a cluster of custom AMI images. AMI image is just Ubunutu 12.04 server image from Amazon free tier selection with Java installed (I actually want to create AMI with numpy and ...
0
votes
1answer
95 views
asterisk originate drops calls
I am using asterisk(1.6.2.13) to mass originate to specified numbers that are come from mysql database using perl and AMI.
if I send all calls (simultaneous) to asterisk, it will drop half of them ...
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 ...
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). ...
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 ...
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 ...
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 ...
0
votes
2answers
48 views
How to save my customed AMI to S3?
I have Quick Launch an Ubuntu Instance and install some software in it. Then I created a AMI from it. How can I save this my own AMI to a S3 bucket for reusing?
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 ...
0
votes
2answers
165 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 ...
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?
1
vote
1answer
64 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 ...
0
votes
2answers
32 views
After creating an AMI, how do I launch it using the same configuration?
I set up my instance to my liking, created an image (AMI) from it, and stopped the instance. I now want to change the AMI for that instance to the new AMI, and re-launch the instance. How do I do ...
0
votes
1answer
85 views
What is the effort required for migrating from Hadoop 0.20.2 to 0.20.205 and from 0.20.2 to 1.0.1?
I was looking to migrate my EMR implementation from an older version to the latest versions because I am primarily facing a lot of issues.
My current implementation uses Hadoop 0.20.2.
I wanted to ...
1
vote
2answers
933 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
1answer
55 views
Install Linux AMI 2012.03 packages
I've Amazon AMI 2013, I need to install some software (like mod_security,zip,GD,etc...) which is listed in this link https://aws.amazon.com/amazon-linux-ami/2012.03-packages/
What is the ssh commend ...
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 ...
0
votes
2answers
85 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 ...
1
vote
0answers
118 views
Instance Store AMI from a customized EBS-backed instance
Sorry if this supposed to be easily understood from the docs, but I didn't - if I spin up an EC2 instance using one of the easily available Ubuntu EBS-boot AMI's, install a bunch of stuff and move ...
0
votes
2answers
174 views
Is there an Amazon community AMI for Hadoop/HBase?
I would like to test out Hadoop & HBase in Amazon EC2, but I am not sure how complicate it is. Is there a stable community AMI that has Hadoop & HBase installed? I am thinking of something ...
0
votes
1answer
48 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 ...
1
vote
0answers
67 views
Saving changes to an EC2 instance without having to register an AMI each time?
I wanted to make sure there is no better way to do what I am doing without having to register a new AMI each time I make a change to my instance.
My current workflow is the following:
Create an AMI ...
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 ...
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 ...
0
votes
1answer
228 views
Run kvm on top of Amazon EC2: possible?
I am a very satisfied user of EC2 for various regular needs.
But, today, I have something more special to do : I would need to run tests / benchmarks of kvm on various machines. Amazon Ec2 various ...
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 ...
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.
0
votes
0answers
50 views
How do I declare enviroment variables without .bashrc and export command in Amazon EC2 Ami?
I want to know how I declare an enviroment variable without the next methods
1 .bashrc
2 export CATALINA_HOME=/whatever/whatever
I know that JAVA_HOME is declared withouts those methods.
I am ...
4
votes
1answer
555 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 ...
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
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 ...
0
votes
0answers
127 views
script to Snapshot mysql db on Amazon EBS
I did search for the relevant questions and still couldnt find any answers in the forum.
I am working on a simple script to automate snapshotting mysql db on amazon ebs. My instance is hosted on ...
0
votes
0answers
126 views
Start Amazon AMI on EC2 with bash script as user data
We automatically install oracle JAVA jdk 7u9, Apache tomcat7 and axis2 with a use of a bash script. Everything works, except the startup.sh command doesn't keep tomcat7 running.
So, the bash script ...
0
votes
0answers
140 views
Create Ubuntu Aws AMI on Local Machine (S3 backed) [closed]
I Have followed a tutorial http://www.theserverside.com/discussions/thread.tss?thread_id=62307
(2nd link mentioned 1st link is not working) to create Ubuntu AMI from a running instance, I want to ...
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 ...
3
votes
1answer
92 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
218 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 ...
0
votes
1answer
119 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 ...
0
votes
0answers
42 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 ...
0
votes
1answer
445 views
Does there exist Amazon EC2 AMI preconfigured with PHP4?
I'm having a very difficult time setting up a PHP4 LAMP stack on an EC2 instance. Does anyone know of any pre-configured AMI which supports PHP4?
For the record, I do not have the option to develop ...
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 ...
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 ...
0
votes
0answers
27 views
Amazon AMI for PHP and Javascript development
My school is having us use Amazon Cloud for development this semester versus a typical web-server that is preset up. They basically want us to understand more aspects of running and maintaining the ...
0
votes
3answers
250 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 ...
0
votes
3answers
655 views
Asterisk/AMI: Originate Calls
I'm looking to write a script that will dial a number and obtain the status of the call like, Ring No Answer, Answered, Busy, Congestion and then disconnect and return the value as stdout.
I've tried ...
0
votes
1answer
194 views
deploy bitnami django
I am quite computer-illiterate, but I have managed to utilize the Django framework on my own machine. I have had an account on Amazon Web Service (AWS) for some time, but it appeared rather complex to ...







