Amazon Machine Image for Amazon's EC2 web service
-1
votes
0answers
15 views
Amazon Web Services(EC2) configuration? [closed]
Note: I'd rather try to do this manually before using BeanStalk
So,
I essentially deleted everything (instances, rds, elb, security group, pem keys, etc) just to start fresh since I didn't even ...
0
votes
0answers
30 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 ...
0
votes
1answer
54 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 ...
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). ...
0
votes
1answer
76 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
49 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?
0
votes
2answers
168 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 ...
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
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 ...
1
vote
0answers
120 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
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 ...
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 ...
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
1answer
232 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 ...
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 ...
0
votes
1answer
86 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 ...
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 ...
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
142 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 ...
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 ...
2
votes
2answers
121 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
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
447 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 ...
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 ...
1
vote
1answer
113 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
948 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
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
252 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
656 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
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 ...
1
vote
1answer
356 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 ...
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
196 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 ...
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
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
29 views
Is it possible to configure multiple SQL Server Instances on an Amazon SQL Server AMI?
Would it be possible to configure multiple SQL Server Instances on an Amazon SQL Server 2008 AMI? So basically one server instance would be running multiple SQL Server instances. How would this work ...
0
votes
0answers
81 views
Upgrade my instance from t1.micro to large/ also upgrade the EBS size
I am about to upgrade my instance and my EBS volume both.
(from t1.micro->large, from 8gb->1024gb).
I know I can create an image from the instance/volume and launch it to get my instance upgraded.
...
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 ...
2
votes
1answer
220 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
271 views
How should I select a Windows Server AMI image for use with the AWS free tier as a WAMP stack?
I recently realized that Amazon's AWS free tier allows you to use both a micro Linux and a micro Windows server free for one year. I've only been running Linux instances so far, but I'm curious to ...
0
votes
0answers
256 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
307 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
169 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 ...
2
votes
2answers
705 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 ...
1
vote
1answer
108 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
978 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 ...



