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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ