| bio | website | riledhel.blogspot.com |
|---|---|---|
| location | Mar del Plata, Argentina | |
| age | 29 | |
| visits | member for | 2 years, 8 months |
| seen | 11 hours ago | |
| stats | profile views | 8 |
Web developer from Argentina. Particularly interested in FLOSS (Free/Libre/Open Source Software), web 2.0 technologies, and their social implications. Always looking for an interesting project.
|
Aug 7 |
comment |
My sql consuming as much as 60% cpu time on start @JosephAmegatcher in my experience, I would only host plain html in a micro instance running a web server. YMMV though. |
|
Jul 30 |
comment |
My sql consuming as much as 60% cpu time on start Exactly as you said @JosephAmegatcher. WordPress makes a lot of joins in each run, so it hits the db quite often with CPU intensive tasks; and the micro instance just doesn't like it and your instance gets CPU constrained. Try switching your instance to a medium one and see the difference immediately. |
|
Jul 26 |
comment |
EC2 server fails when migrating from instance-store to EBS What happens if you just "rsync -avHx / /mnt/ebs" and follow the rest of the process? You seem to have a lot of broken paths in your log |
|
Mar 13 |
comment |
Where is the amazon instance private key file? One more thing, if you somehow lost the key, you can't download it again. So create another one from the Console and download the new one. |
|
Mar 8 |
comment |
Running a Small 64bit Amazon EC2? Since yesterday, you can launch 64bit AMIs in every instance type aws.typepad.com/aws/2012/03/… |
|
Mar 5 |
comment |
Amazon EC2 Backup Strategy With Restrictions (little to no snapshots can be taken?) @BartSilverstrim I recovered systems with only the snapshots and never had a problem. It's recommended though to have the database dumps also. And the best solution seems to be the XFS "consistent-snapshot" script. |
|
Mar 5 |
comment |
Amazon EC2 Backup Strategy With Restrictions (little to no snapshots can be taken?) As the answer suggests, you can still take a snapshot without stopping the database without stopping the services. There's a possibility when doing a snapshot that it may not be consistent, but in that situation you will still have the database dump. |
|
Dec 28 |
comment |
mysql socket issues Check serverfault.com/questions/143373/… maybe it can help you |