Return-Path: X-Original-To: apmail-provisionr-dev-archive@minotaur.apache.org Delivered-To: apmail-provisionr-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 78A88DD2D for ; Tue, 21 May 2013 07:56:02 +0000 (UTC) Received: (qmail 63574 invoked by uid 500); 21 May 2013 07:56:02 -0000 Delivered-To: apmail-provisionr-dev-archive@provisionr.apache.org Received: (qmail 63543 invoked by uid 500); 21 May 2013 07:56:02 -0000 Mailing-List: contact dev-help@provisionr.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@provisionr.incubator.apache.org Delivered-To: mailing list dev@provisionr.incubator.apache.org Received: (qmail 63493 invoked by uid 99); 21 May 2013 07:56:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 07:56:00 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rogoz@adobe.com designates 64.18.1.187 as permitted sender) Received: from [64.18.1.187] (HELO exprod6og104.obsmtp.com) (64.18.1.187) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 07:55:53 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob104.postini.com ([64.18.5.12]) with SMTP ID DSNKUZsodFQubUMTXfdRoJu3rxGgGTPieOqD@postini.com; Tue, 21 May 2013 00:55:33 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r4L7qGKs028954 for ; Tue, 21 May 2013 00:52:16 -0700 (PDT) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id r4L7soGj004308 for ; Tue, 21 May 2013 00:55:30 -0700 (PDT) Received: from eurhub01.eur.adobe.com (10.128.4.30) by nahub01.corp.adobe.com (10.8.189.97) with Microsoft SMTP Server (TLS) id 8.3.298.1; Tue, 21 May 2013 00:55:18 -0700 Received: from [10.131.167.9] (10.131.167.9) by eurhub01.eur.adobe.com (10.128.4.111) with Microsoft SMTP Server id 8.3.298.1; Tue, 21 May 2013 08:55:17 +0100 Message-ID: <519B2864.3070602@adobe.com> Date: Tue, 21 May 2013 10:55:16 +0300 From: Tudor Rogoz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Subject: default ami not supporting EBS mapping Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, There is the possibility to select a different ami image for the ec2 instances? The problem that I have is that I want to create a pool of instances, each having several EBS volumes attached.The default image that provisioner uses (on us-west-2 region in my case) is ami-3e4fc10e which doesn't support ebs mapping on startup [0].I manually tried to create this kind of instance, but with a different ami, and works, so having the possibility to change the ami id from provisionr will solve the issue. [0] AWS Error Code: UnsupportedOperation, AWS Error Message: EBS block device mappings not supported for instance-store AMIs Thanks, Tudor