aws / opsworks-cookbooks

Chef Cookbooks for the AWS OpsWorks Service
Other
1.05k stars 1.23k forks source link

Add support for ECS private registry auth #335

Open dlackty opened 9 years ago

dlackty commented 9 years ago

Implemented according to AWS Documentation.

dlackty commented 9 years ago

This should close #338

tbinna commented 9 years ago

@dlackty while I guess your approach works, I think it is not the best way to do this. The AWS documentation mentions in the beginning that the credentials should preferably be copied from an S3 bucket: Storing Container Instance Configuration in Amazon S3

Would be nice to have a mechanism to read the configuration from a S3 bucket.