檢視代理端點 - Amazon Relational Database Service

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

檢視代理端點

若要檢視現有的代理端點,請遵循下列指示:

若要檢視代理端點的詳細資訊
  1. 登入 AWS Management Console,開啟位於 https://console.aws.amazon.com/rds/ 的 Amazon 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 操作。