forked from ereztourjeman/pclouds-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
deversus/pclouds-aws
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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](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](http://github.com/practicalclouds/pclouds-aws/issues)
About
Puppet Type / Provider for managing EC2 Compute instances via Puppet Manifests
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published