rds_exporter config file
instances:
- region: ap-northeast-2
instance: aurora-mysql57-test-instance
aws_role_arn: arn:aws:iam::[accountNumber]:role/my_role
disable_basic_metrics: false
disable_enhanced_metrics: false
The above role named “arn:aws:iam::[accountNumber]:role/my_role” is “assumeRole” with PMM Policy
run rds_exporter results
Why do I get the message “EmptyStaticCreds: static credentials are empty”?