monitoringartist / grafana-aws-cloudwatch-dashboards

:cloud: 40+ Grafana dashboards for AWS CloudWatch metrics: EC2, Lambda, S3, ELB, EMR, EBS, SNS, SES, SQS, RDS, EFS, ElastiCache, Billing, API Gateway, VPN, Step Functions, Route 53, CodeBuild, ...
https://grafana.com/orgs/monitoringartist/dashboards
GNU General Public License v3.0
2.05k stars 790 forks source link

Add solution of `sts:AssumeRole` error to readme #126

Closed richzw closed 1 year ago

richzw commented 1 year ago

Add the solution to error CloudWatch metrics query failed: AccessDenied: User: arn:aws:sts::111111111111:role is not authorized to perform: sts:AssumeRole on resource: arn:aws:iam::111111111111:role status code: 403 on REAME

jangaraj commented 1 year ago

Unfortunately, configuration of Grafana to access CloudWatch metrics is not in the scope of this repo.

Your note is applicable only for one specific AWS case. It's not generic solution, which will be worth to recommend it. Access can be more complex, e. g. cross account access https://github.com/monitoringartist/grafana-cross-account-cloudwatch-access, non EC2 access,...