One year ago, Ying Wang published a big data blog and the relative open source solution of an Administrative Console Dashboard to analyze usage metrics in QuickSight. After then, our team released an easy way to deploy this solution with CloudFormation templates. You can deploy everything within few minutes by launching the CFN stacks in your AWS account with QuickSight account subscribed. We have also upgraded the solution to include few more features such as a centralized information hub of the assets: the data dictionary of datasets and their fields, and some other data dictionary information. For example, you can type in the name of a field and then check which dataset contains this field.
@Ying_Wang What changes should I make to the CloudFormation templates or Python code if my QuickSight subscription is in eu-central-1 but my CloudTrail logs are in an S3 bucket which is in us-east-1? Should I just set “aws_region” to “eu-central-1” in the Python code?
I’m also getting this error when I try to run “data_prepare”. Is this because I have many objects in my QuickSight account?
Hi, this solution should work cross-account as well right? In the case when Quicksight dashboards are in one account and CloudTrail logs are in a central account?
Please advise how to deploy to a Region other than ‘us-east-1’. Or you have instruction on how to create Lambda function, application etc. in the required region.