Webpage on custom widget in cloudwatch

0

Can I display webpage of https on custom widget in cloudwatch? I want to dispaly of that webpage on dashboard. Is that possible?

3 Answers
0
Accepted Answer

You can display the HTML part of a webpage - it doesn't matter if it's hosted on https or not, you use a lambda to retrieve and prepare the content you want to display.

As pointed by HS, you can only use HTML and embedded css, the Javascript is not allowed in the custom widget.

profile pictureAWS
Jsc
answered 7 months ago
0

You can try creating a custom widget with the template named "Display URL contents". However, note that since JavaScript is unavailable due to the security reasons, HTML webpage that contains JavaScript might not be rendered properly.

profile picture
HS
answered 7 months ago
0

Alternatively you could also embed Cloudwatch into 3rd party site, maybe something you built for this purpose. This comes with it's own limitations (namely CORS), but might be helpful in some cases. Below are some helpful resources for this approach.

Or thinking out-of-the-box, could you just have 2 browser windows side-by-side (if this is for a dashboard on office wall or something similar)?

profile picture
EXPERT
Kallu
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions