~awstools-dev/ubuntu/oneiric/ec2-api-tools/oneiric

« back to all changes in this revision

Viewing changes to bin/ec2tag

  • Committer: Bazaar Package Importer
  • Author(s): Scott Moser
  • Date: 2010-09-20 13:10:04 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100920131004-tdisdl2e91j0d93w
Tags: 1.3.57419-0ubuntu1
* New upstream release. API version 2010-08-31 (LP: #644074)
  * Resource Tagging
  * Idempotent Instance Creation
  * Filtering
  * import keypair

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env bash
 
2
 
 
3
# Copyright 2006-2010 Amazon.com, Inc. or its affiliates.  All Rights Reserved.  Licensed under the
 
4
# Amazon Software License (the "License").  You may not use this file except in compliance with the License. A copy of the
 
5
# License is located at http://aws.amazon.com/asl or in the "license" file accompanying this file.  This file is distributed on an "AS
 
6
# IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
 
7
# language governing permissions and limitations under the License.
 
8
 
 
9
EC2_HOME=${EC2_HOME:?EC2_HOME is not set}
 
10
$EC2_HOME/bin/ec2-cmd CreateTags "$@"