From owner-freebsd-questions@FreeBSD.ORG Sun Dec 18 12:15:32 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE4F9106564A for ; Sun, 18 Dec 2011 12:15:31 +0000 (UTC) (envelope-from jostein.stuhaug@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 681358FC13 for ; Sun, 18 Dec 2011 12:15:31 +0000 (UTC) Received: by lahl5 with SMTP id l5so2695693lah.13 for ; Sun, 18 Dec 2011 04:15:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=URs+Eyj7LDlnop56rt7tVeacvGKwN5H0S1hcqeNkhEY=; b=HE3rKnQXA8R3WPwMtFmId97l38orHu4rmd+QB04kjEKuc2yGY9OY19DcSuUWdUebbH TAR+TP8M4xyB7ci8QCDBK9XkmSwcV0bZKQVNlekGIxH9eZf6rolBs2ucXBGQj8OXAOUk MUnIMFPNtVS516wV733LynRkJbDaHRqBu0p0k= Received: by 10.152.114.42 with SMTP id jd10mr13017393lab.18.1324208749150; Sun, 18 Dec 2011 03:45:49 -0800 (PST) Received: from 48.93-89-45.enivest.net (48.93-89-45.enivest.net. [93.89.45.48]) by mx.google.com with ESMTPS id 5sm13889264lah.0.2011.12.18.03.45.46 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 18 Dec 2011 03:45:48 -0800 (PST) Sender: Jostein Stuhaug Received: from [192.168.2.5] (unknown [192.168.2.5]) by mail0.solidsystem.no (Postfix) with ESMTPSA id E67C01CC38; Sun, 18 Dec 2011 12:45:44 +0100 (CET) Message-ID: <4EEDD268.1000502@solidsystem.no> Date: Sun, 18 Dec 2011 12:45:44 +0100 From: Jostein Stuhaug User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: "firmdog@gmail.com" , freebsd-questions@freebsd.org References: <20111217133106.GA41356@sputnjik.localdomain> In-Reply-To: <20111217133106.GA41356@sputnjik.localdomain> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Re: FreeBSD on Amazon AWS EC2 for production servers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: js@solidsystem.no List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2011 12:15:32 -0000 Den 17.12.2011 14:31, skrev Nikola Pavlović: > On Fri, Dec 16, 2011 at 09:42:01PM -0500, firmdog@gmail.com wrote: >> Hi, >> >> Amazon AWS offers a free tier service for the first year, for one >> running instance of FreeBSD (and other OS's) It's a great place to >> experiment for free if you don't have any spare hardware. I have >> installed a few FreeBSD servers up there and it seems to work fine, >> and I would like to take some servers up in the AWS system. Here is >> some information to look at: >> >> http://www.daemonology.net/freebsd-on-ec2/ >> >> I posted the following on the AWS EC2 forum with no response, >> therefore asking here to see if anyone is using EC2: >> >> Is anyone running production servers using the FreeBSD 8.2 AMI on EC2? >> I want to take my servers up to AWS and run DNS, email, web, mysql, >> apache, ssl, etc... mainly to have reliable power and I like the >> versatility at AWS. For those on FreeBSD up here in AWS, how is it >> working? Stable? Reliable? Any gotchas or knows issues you can share? >> Any comments or feedback would be awesome to read! > > > From how I understood a Twit podcast on the subject featuring cperciva@ who > did the porting, http://tarsnap.com runs on FreeBSD. Since it's a > commercial service I can only assume it works good enough(tm), but I > really have no first hand experience so consider this post wrapped in > disclaimers :). > > Hi, I've been running a free micro instance with FreeBSD 8.2 for some months now, I cant say it's a real production server, it's just running a small homecooked cms system with very light traffic, but freebsd seems to be stable. I've never had any problems, and have compiled ports without problems. My instance is running git, jetty webserver and h2 database on openjdk, with nginx as a front. Current uptime is 71 days. -- Regards, Jostein