Akhil
January 24, 2022, 10:49pm
1
Hi everyone,
I am looking for some inputs around feasibility of migrating a dashboard from one QS account to another. Firstly, is this doable? or do we need to redo all stages of development to transfer an existing report from 1 account to another?
If it’s possible, could someone please share the steps to follow and things to lookout for?
Best Regards,
Akhil
1 Like
Hi @Akhil -
It is doable. QuickSight has an extensive API that will help you migrate dashboards across accounts.
As with all cross-account processes you’ll want to look out for permissions. You’ll need to setup the correct level of access in both accounts.
The basic steps;
Create templates in the source account
Copy the templates into the target account
Create objects in the target account
Examples:
Migration Automation BIOps: Amazon QuickSight object migration and version control | AWS Big Data Blog .
Python/Boto3: amazon-quicksight-sdk-proserve/7_Incremental_Migration.ipynb at master · aws-samples/amazon-quicksight-sdk-proserve · GitHub .
Python/Boto3/Lambda: amazon-quicksight-sdk-proserve/Migration-scripts/cdk/lambda at master · aws-samples/amazon-quicksight-sdk-proserve · GitHub
1 Like
Akhil
February 8, 2022, 8:12pm
3
Thank you, I will explore this option. Appreciate you providing the reference links.
You can use following configurable code .it will help you to migrate asset in cross account .
-APG Library
Demo
1 Like
tbdori
July 14, 2023, 1:01pm
5
none of these links are available for me.
one for Amz employee only, one for Amz Partner
please check out this blog:
Business intelligence (BI) and IT operations (BIOps) teams often need to automate and accelerate the deployment of BI assets to ensure business continuity. We heard that you wanted an automated and scalable way to deploy, back up, and replicate...
1 Like
gdiwx
August 4, 2023, 4:22pm
7
Hi Akil,
Check out OverSight on the AWS marketplace. It does exactly what you are looking for, without the need for knowledge and operation of the QS APIs.