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
已提問 4 年前檢視次數 1075 次
1 個回答
0
已接受的答案

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
已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南