Amazon Quicksight deployment automation

0

A customer plans to use both a centrally managed Quicksight account, but also allow freedom for individual account owners to spin up their owner Quicksight instance. They would like to automate some steps of the QS setup, ie: Enable SAML SSO, Attach VPC. Without cloudformation support for QS, is there any other way to automate the initial setup & config of a new QS deployment?

AWS
asked 4 years ago1061 views
1 Answer
0
Accepted Answer

A few thoughts you can create custom resources within CloudFormation that will hit the QuickSight API's. So 1 or more Lambda functions that will create the application resources that dont have CloudFormation support. Another option is writing a python or shell script that you could eventually incorporate into a CI/CD pipeline using CodeBuild to run. Example script using the QuickSight APIs: https://github.com/aws-samples/amazon-quicksight-sdk-proserve/tree/master/Migration-scripts/Jupyter%20Notebook

AWS
answered 4 years 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