Return-Path: X-Original-To: apmail-cassandra-dev-archive@www.apache.org Delivered-To: apmail-cassandra-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DE91F76C7 for ; Wed, 14 Sep 2011 11:23:21 +0000 (UTC) Received: (qmail 16654 invoked by uid 500); 14 Sep 2011 11:23:21 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 16621 invoked by uid 500); 14 Sep 2011 11:23:20 -0000 Mailing-List: contact dev-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list dev@cassandra.apache.org Received: (qmail 16611 invoked by uid 99); 14 Sep 2011 11:23:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2011 11:23:20 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.216.42] (HELO mail-qw0-f42.google.com) (209.85.216.42) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2011 11:23:11 +0000 Received: by qwi4 with SMTP id 4so1999165qwi.1 for ; Wed, 14 Sep 2011 04:22:50 -0700 (PDT) Received: by 10.229.63.21 with SMTP id z21mr1650796qch.196.1315999369930; Wed, 14 Sep 2011 04:22:49 -0700 (PDT) Received: from [192.168.0.145] ([75.99.80.171]) by mx.google.com with ESMTPS id dv6sm4319399qab.13.2011.09.14.04.22.49 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Sep 2011 04:22:49 -0700 (PDT) Subject: Cassandra cluster on ec2 and ebs volumes From: Giannis Neokleous To: dev@cassandra.apache.org Content-Type: text/plain; charset="UTF-8" Organization: General Sentiment Date: Wed, 14 Sep 2011 07:22:29 -0400 Message-ID: <1315999349.1897.9.camel@gneokleo-ThinkPad-T520> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello, We currently have a cluster running on ec2 and all of the data are on the instance disks. We also have some old data which are now constant that we want to serve off from a different cluster still running on ec2. We want to have the ability to turn on/off this cluster at any time without having to reinsert any of the data. Is it possible to setup cassandra on ec2 so that the data can live on ebs volumes which can be attached/detached every time we want to bring down the cluster? Reloading the sstables will not work for us because we want to be able to turn on the cluster and have it serving data within minutes. Does anyone have this kind of setup working right now and if so how reliable is this? Thanks, -Giannis