This cookbook installs the AWS Command Line Interface tools. NOTE: Currently only the Mac OS X platform is supported.
Install the Chef Development Kit, available via http://downloads.getchef.com
On Mac OS X and Linux, configure the PATH and GEM environment variables with:
$ eval "$(chef shell-init bash)"
All cookbook-related development activities are Rake tasks:
The attributes used in this cookbook are in the the node['awscli']
namespace:
Attribute | Description | Type | Default |
---|---|---|---|
bundle_installer_url | Download URL for the bundle installer | String | https://s3.amazonaws.com/aws-cli/awscli-bundle.zip |
Here's the recipes for this cookbook and how to use them in your environment:
Installs the AWS Command Line Interface tools.
In situations where this cookbook is being used in an environment where there
is no Chef Server, this cookbook can be installed via chef-solo
using the
following command:
$ rake bootstrap