Amazon Quicksight 部署自动化

0

【以下的问题经过翻译处理】 一个客户计划同时使用集中管理的Quicksight账户,但也允许各个账户所有者自由开启自己的Quicksight实例。他们想要自动化Quicksight设置中的一些步骤,例如:启用SAML SSO,附加VPC。由于没有针对Quicksight的CloudFormation支持,是否有其他方法可以自动化的Quicksight部署的初始设置和自动配置?

profile picture
EXPERT
asked 5 months ago23 views
1 Answer
0

【以下的回答经过翻译处理】 您可以在CloudFormation中创建自定义资源,并使用QuickSight API连接它们。可以使用1个以上的Lambda函数创建没有CloudFormation支持的资源。另一个选项是编写Python或Shell脚本,并将其整合到使用CodeBuild运行的CI/CD流程中。以下是使用QuickSight API的示例脚本:https://github.com/aws-samples/amazon-quicksight-sdk-proserve/tree/master/Migration-scripts/Jupyter%20Notebook

profile picture
EXPERT
answered 5 months 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