Is it possible to embed AWS Cloudwatch dashboards on a webpage for internal company use?

I really like the AWS Cloudwatch toolbar feature, but it would be much more useful if I could increase visibility to allow others in our company who might not know AWS. Is there a way to show it outside the AWS website?

+5
source share
2 answers

As mentioned in @ error2007, iframing AWS UI will not work. You can upload CloudWatch data to your own database using the CloudWatch API, which gives you statistics and the ability to store data for more than 2 weeks.

One solution you can try is AWS at the Axibase Time Series Database , where we tried to simplify the process of moving data with minimal latency using markers. You just need to create a read-only account to retrieve data from the CloudWatch API at several regional endpoints.

EC2 dashboard example:

AWS dashboard

+2
source

No, you cannot display it outside the AWS console. You can create users who can access AWS Cloudwatch and give them access.

0
source

All Articles