Open pastibog opened 4 weeks ago
Forgot to mention that our config file looks like this:
[default]
region = <region>
credential_source = Ec2InstanceMetadata
[profile research]
source_profile = default
region = <region>
role_arn = arn:aws:iam::XXXXXXXXXXXX:role/role_in_account_B
Describe the bug Trying to send data from a EC2 instance to a OS cluster in a different account with IAM roles don't seem to work.
To Reproduce
Account B opensearch_role:
Account B opensearch role trust relationship:
aws sts assume role
, works fineRedacted logstash config:
We do something similar with fluent-bit where that works fine. Was wondering if this is not supported right now.