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 [www.practicalclouds.com/content/guide/pclouds-aws-control-your-aws-platforms-using-puppet-manifests](http://www.practicalclouds.com/content/guide/pclouds-aws-control-your-aws-platforms-using-puppet-manifests)
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
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](github.com/practicalclouds/pclouds-aws/issues)