Re: AWS IAM Roles
James Bayer
sean,
toggle quoted message
Show quoted text
i think you'll find the approach being implemented by david takes us down the path that enables a IAM roles best-practice recommended by amazon. IAM credentials can be provided by the AWS metadata service inside the bosh director instance [1] and the credentials rotated transparently to the bosh configuration since the AWS SDK knows to use the metadata service to retrieve credentials. [1] http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html#instancedata-data-categories On Fri, Aug 7, 2015 at 11:53 AM, Sean Keery <skeery(a)pivotal.io> wrote:
I would like to see the use of the valet key pattern in this case instead --
Thank you, James Bayer |
|