Details
-
New Feature
-
Status: Needs Information
-
Normal
-
Resolution: Unresolved
-
None
-
None
-
Coremunity
-
Normal
Description
It would be nice to use AWS S3 resources as a source for the Puppet file type.
Something like:
file {
|
"/tmp/example.txt":
|
source => 's3://foo-bucket/bar.file',
|
region => 'ap-southeast-2',
|
}
|
This will allow puppet users who wish to manage sensitive files in an Amazon S3 bucket and use IAM roles to manage access to the files. It would be useful for both users of ec2 and computing infrastructure external to Amazon.