Amazon EC2
Posted by Edmund Haselwanter on Aug 11, 2008
Tags: amazon, aws, cloud, ec2, tomcat
Posted by Edmund Haselwanter on Aug 11, 2008
Tags: amazon, aws, cloud, ec2, tomcat
Posted by Edmund Haselwanter on Aug 14, 2008
Tags: amazon, aws, cloud, ec2
Posted by Edmund Haselwanter on Aug 22, 2008
Tags: amazon, aws, cloud, ebs, ec2
There is a new kid on the block: Amazon Elastic Block Store
Continue Reading…Posted by Edmund Haselwanter on Aug 20, 2008
Tags: amazon, aws, cloud, ec2, high availability
HAProxy seems very promising as a production use software loadbalancer. The only drawback with this solution is that one still has to use some extra piece of middleware to terminate a ssl session (stunnel, apache).
Continue Reading…Posted by Edmund Haselwanter on Aug 19, 2008
Tags: amazon, ami, aws, cloud, ec2
Posted by Edmund Haselwanter on Aug 21, 2008
Tags: amazon, aws, cloud, ec2, environment-2.0
Posted by Edmund Haselwanter on Aug 19, 2008
Tags: amazon, aws, capistrano, cloud, ec2, environment-2.0
Posted by Edmund Haselwanter on Aug 27, 2008
Tags: amazon, aws, capistrano, cloud, ec2, environment-2.0, high availability, iclassify, puppet
There is a new hype: cloud computing. Your web site traffic grows? Add a new application server. Want to increase availability? Add a new web server. Among others Amazon offers a whole bunch of infrastructure to support these needs. But it is not enough to fire up a server. The web server should include apache, the app server should include tomcat. The deployment should be aware of the new app server. This is where Puppet, iClassify, and Capistrano come into play. Puppet does the configuration management, installs your desired web and app server.
Continue Reading…Posted by Edmund Haselwanter on Sep 06, 2008
Tags: aws, capistrano, cloud, ec2, iclassify, puppet
Searching through github ( http://github.com/search?q=puppet) I came across a very similar approach on howto bootstrap EC2 images with capistrano puppet and iclassify. ec2-cap is build on top of the Rightscale Amazon EC2 gem (http://rightaws.rubyforge.org/)
http://github.com/adamhjk/ec2-cap/tree/master
The main idea behind this is to
Continue Reading…Posted by Edmund Haselwanter on Nov 30, 2008
Tags: ami, aws, cruise, cruise control, ec2, environment-2.0, git, github
Posted by Edmund Haselwanter on Mar 06, 2009
Tags: amazon, aws, cloud, cron, ebs, ec2, environment-2.0
yum install xfsprogs
according to Thread: Debian Lenny and XFS causes kernel panic: Suggested Workaround
mkfs.xfs -l version=1 /dev/sdh
insert into /etc/fstab
/dev/sdh /vol/shared xfs noatime 0 0
mount the volume
mount /vol/shared