cookbook 'galoshes', '= 0.1.0'
galoshes (2) Versions 0.1.0 Follow0
Manage AWS services with Chef
cookbook 'galoshes', '= 0.1.0', :supermarket
knife supermarket install galoshes
knife supermarket download galoshes
chef-galoshes
This cookbook manages AWS services including: Autoscaling Groups, DNS Zones and Records, Elastic Load Balancers, Security Groups, VPC's and Subnets.
Getting Started
See this page for an introduction to using galoshes.
Attributes
Attributes have default values set in attributes/default.rb
. The aws_access_key_id
and aws_secret_access_key are set to the values in databag('aws', 'main')
to reduce
duplication for users of the aws cookbook.
General attributes:
-
node['galoshes']['aws_access_key_id']
: AWS credentials to use if they are not specified for the individual resources. -
node['galoshes']['aws_secret_access_key']
: AWS credentials to use if they are not specified for the individual resources. -
node['galoshes']['region']
: AWS region to use if not specified for the individual resources.
Resources
Autoscaling Groups
DNS
VPC
Recipes
This cookbook intended to be used primarily with a wrapper cookbook.
The default
recipe should be included wherever galoshes is used to ensure
dependencies like fog
are available.
default
Primarily ensures dependencies are met.
Usage
This cookbook is intended to be used with a wrapper cookbook. An example
is in the works.
License and Authors
- Author: Benjamin Pillet <ben_pillet@yahoo.com>
- Copyright 2014, Benjamin Pillet
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Dependent cookbooks
build-essential >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Foodcritic Metric
0.1.0 passed this metric
0.1.0 passed this metric