Version information
released Jul 10th 2013
Start using this module
Add this module to your Puppetfile:
mod 'pclouds-aws', '0.1.2'
Learn more about managing modules with a PuppetfileDocumentation
pclouds/aws — version 0.1.2 Jul 10th 2013
pclouds-aws
This module allows you to manage your EC2 instances using Puppet: -
awsaccess { 'default':,
ensure => 'present',
aws_access_key_id => 'AKIAIAKF4TCXGGWZUSIA',
aws_secret_access_key => 'jn6sKRHWyhFet8oOL+jx/nC1WTHRdKcR1Bo66gC9',
regions => [ 'eu-west-1', 'us-east-1' ]
}
ec2instance {'test1':
ensure => "present",
region => "eu-west-1",
image_id => "ami-90dbd0e4",
}
and it allows you to view your ec2instances using the "puppet resource ec2instance" command.
Click for more information http://www.practicalclouds.com/content/guide/pclouds-aws-control-your-aws-platforms-using-puppet-manifests
Version
0.1.0 : Fix broken check-in leading to unknown constant error
0.1.1 : Make compatible with Ruby 1.8 and 1.9
0.1.2 : Fix errors when trying to preload objects where there are none.
License
Copyright 2013 David McCormick
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.
Contact
dave(at)practicalclouds.com
Support
Please log tickets and issues at our Projects site