logstash-plugins / logstash-input-s3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consume files under buckets owned by a different AWS account

pegerto opened this issue · comments

Hello

I need to read from a bucket that I do not own, for this I need to switch my role once I am authenticated as per documented at http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-walkthrough-crossacct.html

The use of assume role can be implemented as described http://docs.aws.amazon.com/IAM/latest/UserGuide/roles-usingrole-switchapi.html

Thoughts ?