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

Is it possible to generate dashboards for multiple AWS accounts? #58

Closed rustyguts closed 5 years ago

rustyguts commented 5 years ago

The bash loop in the readme.md works fine when adding dashboards for a single account. How could I modify that loop so that I can generate a dashboard for each AWS account I have?

jangaraj commented 5 years ago

Unfortunately, you are asking for bash support, which is not in the scope of this project. Please find some bash doc. Personally, I don't recommend to create copy of dashboard for each AWS account. Better option will be dashboard variable (type datasource), which will offer used dashboard datasource, so you will have just one dashboard for all AWS accounts.