/srv/irclogs.ubuntu.com/2009/08/12/#ubuntu-ec2.txt

LyricHartleystupid question, but I just don't see it....what is the syntax for the AWS_CREDENTIAL_FILE00:36
LyricHartleyAWSAccessKeyId works for one00:37
LyricHartleybut can't figure out the other00:37
LyricHartleytried versions of AWSSecretAccessKey00:37
LyricHartleydon't see in docs00:37
LyricHartley?00:38
LyricHartleyappears to be AWSSecretKey00:42
uvirtbot`New bug: #412143 in ubuntu-on-ec2 "ec2-init init script has bad Required-Start header" [Low,Confirmed] https://launchpad.net/bugs/41214313:25
ahasenackguys, is the wiki the official and up-to-date source for the official ubuntu AMI names?16:05
ahasenackhttps://help.ubuntu.com/community/EC2StartersGuide#Getting%20the%20images specifically16:05
ahasenackI'm still running into the network bug during startup. The bug is in "fix released" state, but there is no AMI mentioned in the ticket16:05
ahasenackhttps://bugs.launchpad.net/vmbuilder/+bug/308530 is the bug16:06
uvirtbot`Launchpad bug 308530 in ubuntu-on-ec2 "Wait for network before downloading ssh credentials or user-data" [Medium,Fix released]16:06
agussmanWould anyone care to hazard a guess as to why this is causing a segfault?  #  du -hc / | grep -P '\t/[^/]+$'16:20
=== zul_ is now known as zul
ahasenackagussman: check dmesg18:18
agussmanahasenack: thanks.  After playing around with it, I realized it was the grep that was causing problems but I could avoid using it by providing the --max-depth 1 option to du18:20
ahasenackagussman: the dmesg would be to check if there was any kernel panic or oops happening18:20
ahasenackbar that, yeah, it's just a user space bug in grep or du18:20
=== jeremydei_ is now known as jeremydei
walskiHi there22:14
walskiI'm looking for an AMI to build a high load web server for static pages.22:14
walskiIt's just to test a load generator and must only run for about an hour22:14
walskiso it would be nice to have something that comes pretty much pre configured22:15
walskihigh load means something about 100 req/sec22:15
walskican you give me a hint what would be a good image?22:15
erichammondwalski: Since you're presumably using Ubuntu, it's easy to start with a clean server AMI and install Apache.22:16
walskiis there a clean ubuntu image?22:16
walskilooked at the comunity rep[ository22:17
walskibut found only a lot of preconfigured stuff which i just does not need22:17
erichammondwalski: What release (version) would you like to use?22:17
walskiDoesn't matter ;)22:17
walskiAs I said it's more a fire and forget thing22:18
walskiwould take what comes as the easiest solution22:18
erichammondwalski: I publish a number of Ubuntu releases on http://alestic.com which are pretty popular for production use.22:18
erichammondI'd recommmend picking a "server 32-bit" Hardy or Jaunty.22:19
erichammondI also list the AMIs published by Canonical.22:19
erichammondThen: apt-get update && apt-get upgrade -y && apt-get install -y apache222:24
erichammondDrop your static files in /var/www and you should be set.22:25
walskithanks!22:29
erichammondIf you find it can't perform to your expectations with m1.small, then upgrade to c1.medium which gives 5x the CPU for 2x the price.22:30
erichammondThen step up to a c1.xlarge (which requires 64-bit AMI)22:30
walskiworks great, thank you a lot!22:42

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!