Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

The chef_ec2_cli_tools cookbook has been deprecated

Author provided reason for deprecation:

The chef_ec2_cli_tools cookbook has been deprecated and is no longer being maintained by its authors. Use of the chef_ec2_cli_tools cookbook is no longer recommended.

You may find that the aws_developer_tools cookbook is a suitable alternative.

RSS

chef_ec2_cli_tools (2) Versions 0.2.0

Installs/Configures chef_ec2_cli_tools

Policyfile
Berkshelf
Knife
cookbook 'chef_ec2_cli_tools', '~> 0.2.0', :supermarket
cookbook 'chef_ec2_cli_tools', '~> 0.2.0'
knife supermarket install chef_ec2_cli_tools
knife supermarket download chef_ec2_cli_tools
README
Dependencies
Quality 33%

Chef Cookbook for EC2 CLI Tools

Description

Setup EC2 CLI Tools for easier EC2 server management. The default recipe sets up both the AMI tools and the API tools.

API and AutoScaling Tools require java; by default, OpenJDK is installed. See the java cookbook for information on how to install Oracle's JDK.

Requirements

Ruby 1.9+
Tested on Ubuntu 10.04

cookbook 'java'

Attributes

  • default['chef_ec2_cli_tools']['install_java?'] = true - set to false if you'd rather install java yourself
  • default['chef_ec2_cli_tools']['aws_access_key'] = 'Your Access Key' - you must set this if installing the API tools.
  • default['chef_ec2_cli_tools']['aws_secret_key'] = 'Your Secret Key' - you must set this if installing the API tools.
  • default['chef_ec2_cli_tools']['api_source'] = 'http://s3.amazonaws.com/ec2-downloads/ec2-api-tools.zip' - set to whatever URL you want
  • default['chef_ec2_cli_tools']['ami_source'] = 'http://s3.amazonaws.com/ec2-downloads/ec2-ami-tools.zip' - set to whatever URL you want
  • default['chef_ec2_cli_tools']['as_source'] = 'http://ec2-downloads.s3.amazonaws.com/AutoScaling-2011-01-01.zip' - set to whatever URL you want

See Setting Attributes (Examples).

Recipes

Written by Anuj Biyani for Lytro

Dependent cookbooks

java ~> 1.8.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.2.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.2.0 passed this metric

Foodcritic Metric
            

0.2.0 failed this metric

FC064: Ensure issues_url is set in metadata: chef_ec2_cli_tools/metadata.rb:1
FC065: Ensure source_url is set in metadata: chef_ec2_cli_tools/metadata.rb:1
FC066: Ensure chef_version is set in metadata: chef_ec2_cli_tools/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: chef_ec2_cli_tools/metadata.rb:1
FC069: Ensure standardized license defined in metadata: chef_ec2_cli_tools/metadata.rb:1
FC077: Metadata uses the deprecated "replaces" keyword: chef_ec2_cli_tools/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.2.0 passed this metric

Testing File Metric
            

0.2.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.2.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number