Tagged Questions
0
votes
2answers
20 views
Poor performance on bitnami server AWS EC2 micro
I'm looking for some assistance with performance tools for Linux server running on AWS micro instance.
Apache serves web pages really slow. I have used top command and Idle value is almost 100% and ...
0
votes
1answer
22 views
change innodb_log_file_size variable value for Amazon RDS MYSQL Linux server
we are using Amazon RDS linux server for MYSQL. what is the way to change my.cnf file variable values ??
i am trying to change innodb_log_file_size variable. Can you please update me which is the ...
0
votes
1answer
17 views
Is the AWS ec2 private key specific to a user in the ec2 instance
I have an ec2 instance. I have a private putty key.
Currently I am logging in as root user.
So I created a new user, But unable to login directly as new user using this putty key.
Is this putty key ...
0
votes
2answers
39 views
Any Graphical Text Editor for Amazon Linux on EC2? [closed]
I am looking for something like gedit to use with my amazon linux ec2 instance. I am quite a bit of coding and would prefer the graphical environment over using vim. I am coding mainly php and ...
0
votes
1answer
115 views
Bug G-WAN and Amazon EC2
I thought my mistake was Problems to start G-WAN
but today, I made more testst and my real problem is this:
When I launch an instance with type micro, G-WAN works fine but if i launch the same ...
2
votes
0answers
28 views
Logging wordpress errors on AWS AMI server
so I have a basic out of the box wordpress installation setup on my instance of a ec2 AMI server. I want to set up wordpress logging. I checked that logging is set to true in my wp-config.php file, ...
0
votes
1answer
34 views
Start http, mysql, ftp and cronjobs at boot on EC2 running Linux?
Is there a script that can be run at launch to start all these? If so, where do I put it?
If not, is there a way to do it via the management console?
1
vote
0answers
52 views
AWS EC2 apache log file location on AMI
I'm learning about AWS and EC2. I set up a AMI linux box that is running apache and mysql setup from yum. It was working for a bit, but now its flatlined. This is strange, so I thought to go check the ...
-1
votes
0answers
24 views
Issues with Apache httpd
We've a web server running on Apache httpd. Recently we've started encountering a situation where in the service will go into non-availability mode. The process was running in the server but the users ...
0
votes
0answers
28 views
Server “Must Haves” [closed]
I'm in the midst of moving my hosting needs from HostGator over to AWS. I'm compiling a list of things I'll need to instal before I get started and I was wondering if anyone had a list of thing's they ...
0
votes
0answers
25 views
Load balancing ec2 glassfish. [closed]
A very basic question, I'm wondering if you create an ec2 instance with AWS and want to load balance the instance with a second instance if you would need to create two identical ec2 instances of the ...
0
votes
1answer
110 views
Connection Timeout on aws when Telnet on Port 25 [closed]
Thanks you for your time.
I have just set up a Postfix mail server which is running as MTA in one of my aws instances. I can successfully connect to the localhost through 'telnet localhost 25', and I ...
0
votes
1answer
179 views
php54 common conflicting with php53 common when installing php-xml for XMLReader
Specifically, on Amazon Linux, Error: php54-common conflicts with php-common-5.3.23-1.33.amzn1.x86_64 when issuing
sudo yum install php-xml
I uninstalled php54-common and installed php-xml fine, but ...
1
vote
0answers
503 views
Run Ubuntu 13.04 / Linux mint 14 on Amazon EC2 with 'NX free edition for Linux' from NoMachine
I have recently been trying to create a Linux workstation in the cloud which I can access from any of my personal machines/OS using NX. I found a few old guides which I was following. I used the ...
0
votes
1answer
30 views
Should I put database and CMS files on a separate EBS or S3?
Is is possible, or even advisable to use and EBS instance that remains at Instance Termination, to store database/website files, and reattach to a new Amazon instance in case of failure? OR should I ...
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 ...
1
vote
3answers
125 views
Setting up a AMI linux micro instance with apache, java, tomcat, mysql
I'm trying to setup my first Linux environment on the amazon cloud but seem to be missing something. I have zero experience with Linux, so a complete newbie.
What I've done thus far.
1. I've ...
0
votes
1answer
49 views
Automatic snapshot and create an AMI automatically
I have couple of ubuntu based ec2 instances running in the production mode. My problem is when ever the traffic increases I am manually booting the instance update the code from the github.
Now I ...
0
votes
1answer
67 views
AWS EC2 vsftpd shows file/directory owner as number (48)
question:
I'm just getting into aws. I've installed vsftpd on my instance, set up usergroups and all that jazz. It works really well, except I've noticed that the owner on all the files are numbered. ...
0
votes
1answer
91 views
How to configure dns sub-levels on aws without Route53?
I have an EC2 instance (Amazon AMI) on AWS and I have a purchased a domaine name on Gandi.net.
Let's imagine my domain name is "teaorcoffee.com".
On Gandi, I have set up a sub-domain name "dev" to ...
0
votes
0answers
25 views
Issue with Domain Forwarding IP
I have dns issue in forward lookup zone.IP to Host name is working fine(reverse lookup zone).Forward Lookup zone is not working ie Hostname to IP.
Its shows this IPaddress(173.193.106.10) not actual ...
0
votes
1answer
207 views
Installing ffmpeg on amazon linux - cpp, gcc & libstdc++ dependancies
I'm fairly new to complicated config, & am trying to setup ffmpeg on an amazon linux EC2 instance, using the instruction here...
...
-1
votes
1answer
146 views
Sudo won't work, permissions are wrong [closed]
Tried a million things but I can't restore my root access.
ubuntu@ip-10-252-139-101:~$ sudo su
sudo: /etc/sudoers is owned by uid 1000, should be 0
sudo: no valid sudoers sources found, quitting
...
1
vote
1answer
119 views
Running a script on EC2 start and stop
I have an Amazon Ubuntu instance which I stop and start (not terminate). I was wondering if it is possible to run a script on start and stop of the server. Specifically, I am looking at writting a ...
1
vote
2answers
195 views
Removing Amazon EC2 instance using python boto
I have found some example code which is apparently able to create an Amazon Ec2 instance using python boto. However, for the life of me I can't work out how to make a function to delete the instance.
...
0
votes
1answer
90 views
Creating and deleting an AWS EC2 instance from shell
I was wondering if I could use a shell script on a remote server to create an amazon EC2 instance from an existing saved snapshot, and also delete that instance too.
I was sure it was possible, but ...
0
votes
2answers
184 views
Rails “no such file to load — rubygems (LoadError)”
I just switched from Heroku to Amazon Web Services. Previously I ran all of my Rails command line commands using my Command Prompt with Ruby (from my Windows PC). However, after I logged into my ...
3
votes
3answers
231 views
Using Amazon SWF To communicate between servers
Use Amazon SWF to communicate messages between servers?
On server A I want to run a script A
When that is finished I want to send a message to server B to run a script B
If it completes ...
-2
votes
2answers
264 views
Unable to log into server (SSH) using Ubuntu [closed]
I am having trouble logging into a server with SSH. I have pasted a log of events below. Please can someone help me trouble shoot the problem. It appears that I am making some connection from the ...
0
votes
1answer
216 views
Amazon SNS Python Boto - How to create a message to be sent
I am getting my head around using SNS to send a message from one server to another. I want to create a message to send to the other server using Python and Boto so I was wondering if someone could ...
1
vote
2answers
93 views
Communicate between two servers - Amazon SQS / SNS?
I have two servers. Basically Server #1 runs a script throughout the day and when its done I need to send a notification to Server #2 to get it to run some other scripts.
I am currently leaning on ...
2
votes
3answers
98 views
AWS instance Running time
Is there any way to find (using Ruby) the Total time running over the past 30 days by an AWS Instance , and the total cost for the time.
0
votes
2answers
143 views
AWS EC2 instance Application logs
I want to store logs of applications like uWSGI ("/var/log/uwsgi/uwsgi.log") on a device that can be accessed from
multiple instances and can save their logs to that particular device under their own ...
0
votes
2answers
112 views
Choosing shared Linux AMI machine image for AWS
I know next to nothing about server management and just got started with Amazon Web Services.
I want to deploy a Linux server which runs Apache, MySQL, phpMyAdmin as well as email capabilities ...
0
votes
2answers
326 views
Elastic Beanstalk failed to update local Git configuration
Here's the error I'm getting:
Failed to update local Git configuration. Follow the instructions at
...
1
vote
0answers
93 views
Cannot connect with FreeNX to Ubuntu ec2 instance
I have recently spun up a new Ubuntu 12.04 instance in AWS. I had no issues connecting to and opening an SSH terminal to the server. Having connected to the instance, I was able to install the Ubuntu ...
-1
votes
1answer
36 views
Amazon ec2 instance volume is full [closed]
I am running couple of ubuntu ec2 instances. I have configured log rotate to make sure the hard disk will not be full and there will be a problem reading or writing the disk or volume.
I have checked ...
0
votes
2answers
253 views
Data deleted from /mnt directory after stop and start EC2 instance
Data deleted from /mnt directory after stop and start EC2 instance
[root@localhost opt]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/xvda1 9.7G 1.4G 7.8G 15% /
...
1
vote
1answer
422 views
Crontab is not working on Amazon EC2 server
Crontab is not working on Amazon EC2 Linux Server.
I have saved below codes in /etc/crontab file
crontab
# For details see man 4 crontabs
# Example of job definition:
# .---------------- minute (0 ...
0
votes
0answers
41 views
How to queue in lighttpd java and php requests
We have a scenario as mentioned
1.Main Load Balancer
2.Data1 Load Balancer
3.Data2 Load Balancer
From 1. request goes to 2. and data is fetched and that fetched data is sent to 3. where with some ...
0
votes
0answers
167 views
What is the most suggested solution for shared storage on Amazon Web Services?
I am about to deploy a nfs-like shared storage on AWS infrastructure that will be accessed by about 10-15 linux servers. What I could just check is that AWS doesn't provide such solution (at least as ...
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 ...
0
votes
1answer
64 views
Multi-Platform Amazon-AWS Development
I am looking to develop an application which communicates with Amazon S3 Buckets and Amazon EC2 Instances. I need to develop it for multiple platforms, and I have seen that developing via Mono seems ...
0
votes
0answers
81 views
How do I backup Amazon EC2 locally? [closed]
My programmer is gone and now I need to backup locally my EC2 server content, and probably also the RDS database.
How do I do that easily?
Can someone please provide a dummies guide for that?
Thanks
0
votes
0answers
148 views
Bootstraping Amazon Linux AMI in simple way
I want to run a python program (a infinite while loop as listener inside) when my instance (Amazon Linux AMI) boots up. I have created a simple shell script like this:
#!/bin/sh
python bootstrap.py ...
2
votes
2answers
198 views
Cache/Log permissions in Symfony2 on Amazon Linux AMI
I've set up Symfony2 on the AWS Linux AMI (a free tier micro instance) and set up PHP-FPM and nginx successfully.
My Symfony app works.. until I use the command line to clear the cache. When I do ...
0
votes
2answers
277 views
How Can I connect to Amazon Linux instance using Remote Desktop from Windows 7?
I created an EC2 Amazon Linux instance (yes, an amazon version of linux..)
it is launched but I can't connect using Remote Desktop...
am I trying to do something crazy here?
I got a message that ...
0
votes
1answer
280 views
Install librsync on Amazon EC2 instance
I have trouble installing this library called librsync on an Amazon standard linux instance.
I tried this:
yum install librsync-devel
but I got No package librsync available (fair enough I guess!)
...
0
votes
2answers
384 views
AWS ec2 en_US.UTF-8 issue
https://aws.amazon.com/amazon-linux-ami/2012.03-release-notes/
-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8)
[ec2-user@ip-10-136-14-68 ~]$ vi ~/.bash_profile
...
1
vote
1answer
280 views
Linux Launch java program on startup (EC2 instance)
my server program needs to be launched on the startup of an EC2 instance. At the minute im just launching it from my SSH with the following commands:
java -jar ...


