Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to export CloudWatch Dashboard data to share with people with no AWS account.

I set up monitoring and alarms about active connections to the loadbalancer, CPU and Memory usage from all of my instances with CloudWatch. And my client (the owner of the product in the website) wants me to share all these numbers and possibly graphs of those so he can see how the system is behaving, etc. He doesn't have an AWS account.

Is there any feature in CloudWatch that can give me these results, graphs or numbers?

like image 681
VaTo Avatar asked Oct 09 '18 21:10

VaTo


2 Answers

From Reduce Time to Resolution with Amazon CloudWatch Snapshot Graphs and Alerts | AWS DevOps Blog:

You can use snapshot graphs to integrate and display CloudWatch charts outside of the AWS Management Console to improve monitoring visibility or reduce time to resolution. This feature makes it possible for you to display CloudWatch charts on your webpage or integrate charts with third-party tools, such as ticketing, chat applications, and bug tracking.

Also see part 2: Building an Amazon CloudWatch Dashboard Outside of the AWS Management Console | AWS DevOps Blog

like image 100
John Rotenstein Avatar answered Sep 19 '22 13:09

John Rotenstein


A new AWS feature was added that allows for the creation of a shareable link to any cloudwatch dashboard -- whether or not you are logged in to an AWS account or were granted permissions. Hand the link to the 3rd party.

We have added them to our wiki pages. Still trying to figure out how to render the dashboards in confluence pages, but the link itself works fine.

CW dashboard sharing

like image 30
kraught Avatar answered Sep 18 '22 13:09

kraught