logstash-plugins / logstash-input-s3

Apache License 2.0
57 stars 150 forks source link

Support for awscli profiles #111

Open cdenneen opened 7 years ago

cdenneen commented 7 years ago

Currently options are assumed role, aws creds file, access/secret keys. But in the case of something like cross account role you'd have to use profile settings similar to below:

[profile crossaccountrole]
role_arn = arn:aws:iam::123456789012:role/xaccount
source_profile = default
[profile marketingadmin]
role_arn = arn:aws:iam::123456789012:role/marketingadmin
source_profile = default

Is there any undocumented option for this?

cdenneen commented 7 years ago

opened ticket in mixin: https://github.com/logstash-plugins/logstash-mixin-aws/issues/29