We have installed PMM from AWS Market place; Trying to add RDS server discovery AWS using below methos
IAM user credentials
IAM Role(with assume role)
Got timeout error; We have downloaded the logs;In list.txt we found [[GET /v1/inventory/services][401] ListServices default {“code”:16,“message”:“Unauthorized”,“details”:null}] error; Not sure how to debug or fix.
The 401 is from PMM’s own /v1/inventory/services, so this looks like a PMM Role-Based Access Control/session issue, not AWS IAM. Try with the built-in admin user first, then debug IAM/AssumeRole only if that works.