swipely / iam-docker

Use different IAM roles for each Docker container on an EC2 instance
MIT License
211 stars 22 forks source link

Refresh IAM credentials every half hour #5

Closed nahiluhmot closed 8 years ago

nahiluhmot commented 8 years ago

@tlunter

Some Amazon client libraries (like the Kinesis client library) refresh credentilas when they'll expire in the next 15 minutes. A refresh every 30 minutes should keep iam-docker as fresh as they need without refreshing during a request.

tlunter commented 8 years ago

👍