查看代理终端节点 - Amazon Aurora

查看代理终端节点

要查看现有代理端点,请按照以下说明进行操作:

查看代理终端节点的详细信息
  1. 登录 AWS Management Console 并通过以下网址打开 Amazon RDS 控制台:https://console.aws.amazon.com/rds/

  2. 在导航窗格中,选择 Proxies (代理)

  3. 在列表中,选择要查看其终端节点的代理。单击代理名称以查看其详细信息页面。

  4. Proxy endpoints(代理终端节点)部分中,选择要查看的终端节点。单击其名称以查看详细信息页面。

  5. 检查您对其值感兴趣的参数。您可以检查以下属性:

    • 终端节点是读/写还是只读。

    • 您在数据库连接字符串中使用的终端节点地址。

    • 与终端节点关联的 VPC、子网和安全组。

要查看一个或多个代理端点,请使用 AWS CLI describe-db-proxy-endpoints 命令。

您可以包括以下参数:

  • --db-proxy-endpoint-name

  • --db-proxy-name

以下示例描述了 my-endpoint 代理终端节点:

对于 Linux、macOS 或 Unix:

aws rds describe-db-proxy-endpoints \ --db-proxy-endpoint-name my-endpoint

对于 Windows:

aws rds describe-db-proxy-endpoints ^ --db-proxy-endpoint-name my-endpoint

要描述一个或多个代理终端节点,请使用 RDS API DescribeDBProxyEndpoints 操作。