forked from ereztourjeman/pclouds-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
57 lines (39 loc) · 1.74 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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)