Search code examples
amazon-web-servicesaws-cloudformationdashboarddatadog

Is it possible to export Datadog Aurora dashboard as cloud formation?


I'm using this built-in dashboard for monitoring Aurora and was wondering how can I have as code, as cloud formation stack precisely.

I'm aware of those three repos which do backup and monitoring of changing of the dashboard in the API and then commit back to GitHub, but I only want to export it once.


Solution

  • I was able to do that by using this api call: https://docs.datadoghq.com/api/?lang=python#get-a-screenboard and then get it as a son file, which can be passed to cloud formation later.