Hello QuickSight community,
Following this blog : Measure the adoption of your Amazon QuickSight dashboards and view your BI portfolio in a single pane of glass | AWS Business Intelligence Blog
I want to deploy everything with terraform. I already have the two first template done, (glue jobs and athena tables).
I’m now trying to deploy the QuickSight Admin Console analysis based on the public template
admin-console-qs-analysis-template-2025.
Here is my situation and what I’ve already tried:
Context
-
QuickSight Enterprise
-
Namespace:
default -
Region: eu-west-1
-
Datasets already exist (SPICE) and are working when created manually via the UI
-
Athena tables exist and are valid
Problem
-
The public template exists only in us-east-1
-
The QuickSight UI no longer exposes Templates (no “Templates” section, no “Use template”, no import)
-
Creating the analysis via CLI fails in eu-west-1 because the template is not available in that region
-
Deploying the CloudFormation template in us-east-1 fails unless the Athena schema and columns match exactly (very strict validation), which makes it hard to bootstrap just to extract the analysis definition
Important limitation
As far as I understand, there is:
-
no way to import an analysis/dashboard from a CSV or JSON file -
no UI-based template import anymore -
only CLI / CloudFormation are supported for templates
What I am looking for
I’m looking for one of the following, ideally in eu-west-1:
-
A private/public? QuickSight template equivalent to
admin-console-qs-analysis-template-2025, created in eu-west-1 -
The template ID (and region) so I can create the analysis via CLI
-
The output (or a sanitized version) of:
aws quicksight describe-templateor
aws quicksight describe-analysis-definition -
Alternatively, a CloudFormation or CLI example that is known to work in eu-west-1
I am not looking for:
-
a PDF export
-
screenshots
-
a CSV/JSON “export” of the dashboard (I understand this is not supported)
Goal
My goal is to:
-
deploy the Admin Console analysis programmatically
-
without manually recreating dozens of visuals
-
and without relying on us-east-1–only public templates
Any help, confirmation, or working reference would be hugely appreciated.
Thanks in advance!