AWS Aurora 无服务器 (MySQL) 与 AWS QuickSight

AWS Aurora Serverless (MySQL) with AWS QuickSight

所以我一直在尝试使用我的无服务器后端设置 BI 工具,即 Aurora MySQL。

架构如下:

这些行的实施:tutorial-link

现在,我正在探索将此后端与 BI/Analytics 工具连接起来以实现快速查询和可视化目的的选项。

因为我们的后端是 Aurora MySQL 无服务器,所以限制是不能像使用预配置的那样直接连接到端点。

如此处所述:https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html

在类似的线路上,我正在尝试设置 AWS Direct Connect,目前处于请求阶段:

我需要帮助这是否是正确的方法,如果是这样,是否有使用 Direct Connect 和 Aurora Serverless 的教程?

另一方面,有没有任何人成功使用无服务器后端的双向工具。

需要的是能够在最短的时间内起床运行,从而得到快速的推理。然后转向 ETL 或更复杂的用例。

非常感谢任何帮助!

谢谢, 阿纳布

想通了。

需要设置企业 QuickSight 帐户才能连接到私有 VPC。常规 QuickSight 帐户期望端点公开可用。而无服务器端点不是。

限制:https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html

先决条件:企业 QuickSight 帐户、Aurora Serverless 集群并确保您的集群在创建连接时具有活动容量单位。

    Step 1: In QuickSight, choose your profile icon at the top right of the screen, then choose "Manage QuickSight". From the menu at left, choose "Manage VPC connections".

    Step 2: Choose "Add VPC connection" to add a new VPC connection.

    Step 3: For "VPC connection name", type a unique descriptive name. This name doesn't need to be an actual VPC ID or name.

    Step 4: Type the subnet ID for Subnet ID, and type the group ID for Security group ID. Make sure that the subnet and the security group are in the same VPC. Also, make sure you are accessing a VPC that is in the same AWS Region where you are creating Amazon QuickSight analyses. You can't use Amazon QuickSight in one AWS Region to connect to a subnet and security group that are in a different AWS Region.

    Important note: Please make sure the Security group you use for the VPC connection has access to the Security group used by your Aurora Serverless cluster and vice versa.

    Step 5: Review your choices, then choose "Create".

    Step 6: Create a new Aurora Data source

    Step 7: For the "Connection Type" option choose your newly created VPC connection from the drop down.

    Step 8 Fill out the rest of the details on for the connection and click "Create Data Source".

您现在应该能够 select 您希望在分析中使用的 table 或编写自定义 SQL 查询来获取数据。

也许将来会帮助别人。