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
demandé il y a 4 ans1075 vues
1 réponse
0
Réponse acceptée

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
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions