Amazon Elastic Compute Cloud (EC2), which allows users to rent virtual computer systems, is part of Amazon Web Services.
3
votes
2answers
617 views
Create and Delete Amazon EC2 Volumes using a shell script
I am using this following script which does a regular backup of volumes on Amazon AWS cloud service. It creates new snapshots of the volumes and should remove snapshots older than two days. It is ...
3
votes
2answers
921 views
How can I block a range of IP addresses with an Amazon EC2 instance?
I know a certain range of IP addresses are causing problem with my server, 172.64.*.* what is the best way to block access to my Amazon EC2 instance? Is there a way to do this using security groups or ...
6
votes
1answer
580 views
BUG: soft lockup - CPU# stuck for x seconds
I've seen a few bug reports and questions (on stackexchange and elsewhere) regarding a nagging "BUG: soft lockup - CPU#<n> stuck for <dt>s!". So far, I haven't found any clue as to what ...
2
votes
1answer
412 views
Connection ec2 instance operation timeout error using ssh
After creating a new instance,I am trying to access my instance like below:
ssh -i private_key.pem root@my_instance_public_domain
but the operation is timing out,I have updated the private key file ...
0
votes
1answer
168 views
how to have root partition LVM for RHEL 5.8 64 bit on AWS EC2
I am new to this and I have to create a RHEL 5.8 Amazon Machine Image (AMI) in which the root partition should be a logical volume. I know how to create a data partition as a logical volume but am not ...
1
vote
0answers
66 views
Cannot see an EC2 VPN server from another EC2 instance
I'm using openVPN to connect to one EC2 instance from another. The client cannot see the server, however, despite that servers outside of AWS can see the server and successfully negotiate with it.
...
1
vote
0answers
173 views
Unable to connect by FTP to a Debian AWS server (ami-aa46b4c3)
I've launched an AWS instance with the image debian-6.0-squeeze-i386-server-20110323 (ami-aa46b4c3) and I am trying to set up a FTP server.
I have tried several ftp servers but nothing seems to work. ...
0
votes
0answers
95 views
Log4j File Location
I have a Webapp running on an Amazon EC2 Linux AMI. I've been trying to configure my Log4J file for logging but haven't been able to figure out where the logs are getting created.
This is my log4j ...