Remove Ec2IAM Role and change use Aws configure credentials ,filebeat will not work!

Hi Everyone ,

When I remove the IAM Role on EC2 and use Aws Configure, Filebeat will not work.

error

~/.aws/credentials

[default]
aws_access_key_id = aaa
aws_secret_access_key = aaa

[aaa]
aws_access_key_id = aaa
aws_secret_access_key = aaa

[bbb]
aws_access_key_id = bbb
aws_secret_access_key = bbb

[ccc]
aws_access_key_id = ccc
aws_secret_access_key = ccc

~/.aws/config
[default]
region = ap-southeast-1
output=json

[profile aaa]
region=ap-northeast-1
output=json

[profile bbb]
region=ap-southeast-1
output=json

[profile ccc]
region=ap-northeast-1
output=json

filebeat.yml

modules > aws.yml

manythanks !

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.