開啟 Aurora PostgreSQL 無限制資料庫的 Database Insights 標準模式 - Amazon Aurora

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

開啟 Aurora PostgreSQL 無限制資料庫的 Database Insights 標準模式

若要為 Aurora PostgreSQL 無限資料庫開啟 Database Insights 的標準模式,請使用下列程序。

為 Aurora PostgreSQL 無限資料庫建立資料庫叢集時,開啟 Database Insights 的標準模式

為 Aurora PostgreSQL 無限資料庫建立資料庫時,請開啟 Database Insights 的標準模式。

Console

在 主控台中,您可以在建立資料庫叢集時開啟 Database Insights 的標準模式。Database Insights 的設定適用於資料庫叢集中的所有資料庫執行個體。

使用主控台建立資料庫叢集時,開啟 Database Insights 的標準模式
  1. 登入 AWS Management Console 並開啟位於 https://https://console.aws.amazon.com/rds/ 的 Amazon RDS 主控台。

  2. 選擇 Databases (資料庫)。

  3. 選擇建立資料庫

  4. 資料庫洞見區段中,選取標準模式。然後,選擇下列選項:

    • Retention (保留) – 保留績效詳情資料的時間。若要為 Aurora PostgreSQL 無限資料庫建立資料庫叢集,保留期間必須至少為 31 天。

    • AWS KMS key – 指定您的 KMS 金鑰。績效詳情使用您的 KMS 金鑰來加密所有可能的敏感資料。將會對傳輸中與靜態資料進行加密。如需詳細資訊,請參閱加密 Amazon Aurora 資源

  5. 選擇建立資料庫

AWS CLI

若要在建立資料庫叢集時開啟 Database Insights 的標準模式,請呼叫 create-db-cluster AWS CLI 命令並提供下列值:

  • --db-cluster-identifier – 資料庫叢集的識別符。

  • --database-insights-mode standard 以開啟 Database Insights 的標準模式。

  • --engine – 資料庫叢集必須使用aurora-postgresql資料庫引擎。

  • --engine-version – 資料庫叢集必須使用其中一個資料庫引擎版本:

    • 16.4-limitless

    • 16.6-limitless

  • --storage-type – 資料庫叢集必須使用aurora-iopt1資料庫叢集儲存組態。

  • --cluster-scalability-type – 指定 Aurora 資料庫叢集的可擴展性模式。設為 時limitless,叢集會以 Aurora PostgreSQL 無限資料庫的形式運作。設為 standard(預設值) 時,叢集會使用一般資料庫執行個體建立。

    注意

    您無法在建立資料庫叢集之後修改此設定。

  • --master-username – 資料庫叢集的主要使用者名稱。

  • --master-user-password – 主要使用者的密碼。

  • --enable-performance-insights 以開啟 Database Insights 的績效詳情。

  • --performance-insights-retention-period – 資料庫叢集資料的保留期間。若要為 Aurora PostgreSQL 無限資料庫建立資料庫叢集,保留期間必須至少為 31 天。

  • --monitoring-interval – 針對資料庫叢集收集增強型監控指標的點之間的間隔,以秒為單位。此值不能是 0

  • --monitoring-role-arn – IAM 角色的 Amazon Resource Name (ARN),允許 RDS 將增強型監控指標傳送至 Amazon CloudWatch Logs。

  • --enable-cloudwatch-logs-exports – 您必須將postgresql日誌匯出至 CloudWatch Logs。

下列範例會在建立資料庫叢集時啟用 Database Insights 的標準模式。

若為 Linux、macOS 或 Unix:

aws rds create-db-cluster \ --db-cluster-identifier my-limitless-cluster \ --database-insights-mode standard \ --engine aurora-postgresql \ --engine-version 16.6-limitless \ --storage-type aurora-iopt1 \ --cluster-scalability-type limitless \ --master-username myuser \ --master-user-password mypassword \ --enable-performance-insights \ --performance-insights-retention-period 31 \ --monitoring-interval 5 \ --monitoring-role-arn arn:aws:iam::123456789012:role/EMrole \ --enable-cloudwatch-logs-exports postgresql

針對 Windows:

aws rds create-db-cluster ^ --db-cluster-identifier my-limitless-cluster ^ --database-insights-mode standard ^ --engine aurora-postgresql ^ --engine-version 16.6-limitless ^ --storage-type aurora-iopt1 ^ --cluster-scalability-type limitless ^ --master-username myuser ^ --master-user-password mypassword ^ --enable-performance-insights ^ --performance-insights-retention-period 31 ^ --monitoring-interval 5 ^ --monitoring-role-arn arn:aws:iam::123456789012:role/EMrole ^ --enable-cloudwatch-logs-exports postgresql
RDS API

若要在建立資料庫叢集時開啟 Database Insights 的標準模式,請為您的 CreateDBCluster Amazon RDS API 操作指定下列參數。

  • DatabaseInsightsModestandard

  • Engineaurora-postgresql

  • EngineVersion 至適用於 Limitless Database 的可用引擎版本

  • StorageTypeaurora-iopt1

  • ClusterScalabilityTypelimitless

  • MasterUsername

  • MasterUserPassword

  • EnablePerformanceInsightsTrue

  • PerformanceInsightsRetentionPeriod 到至少 31

  • MonitoringInterval 到非 的值 0

  • MonitoringRoleArn 至 IAM 角色的 Amazon Resource Name (ARN),該角色允許 RDS 將增強型監控指標傳送至 Amazon CloudWatch Logs

在修改 Aurora PostgreSQL 無限資料庫的資料庫叢集時,開啟 Database Insights 的標準模式

修改 Aurora PostgreSQL 無限資料庫時,請開啟 Database Insights。

注意

若要啟用 Database Insights,資料庫叢集中的每個資料庫執行個體都必須具有相同的績效詳情和增強型監控設定。

Console

在 主控台中,您可以在建立資料庫叢集時開啟 Database Insights 的標準模式。Database Insights 的設定適用於資料庫叢集中的所有資料庫執行個體。

使用主控台修改資料庫叢集時,開啟 Database Insights 的標準模式
  1. 登入 AWS Management Console 並開啟位於 https://https://console.aws.amazon.com/rds/ 的 Amazon RDS 主控台。

  2. 選擇 Databases (資料庫)。

  3. 選擇資料庫叢集,然後選擇修改

  4. 資料庫洞見區段中,選取標準模式。然後,選擇下列選項:

    • Retention (保留) – 保留績效詳情資料的時間。若要為 Aurora PostgreSQL 無限資料庫建立資料庫叢集,保留期間必須至少為 31 天。

    • AWS KMS key – 指定您的 KMS 金鑰。績效詳情使用您的 KMS 金鑰來加密所有可能的敏感資料。將會對傳輸中與靜態資料進行加密。如需更多詳細資訊,請參閱 加密 Amazon Aurora 資源

  5. 選擇 Continue (繼續)。

  6. Scheduling of Modifications (修改排程) 中,選擇 Apply immediately (立即套用)。如果您在下一個排定的維護時段選擇套用,您的資料庫會忽略此設定,並立即開啟 Database Insights 的標準模式。

  7. 選擇修改叢集

AWS CLI

若要在修改資料庫叢集時開啟 Database Insights 的標準模式,請呼叫 modify-db-cluster AWS CLI 命令並提供下列值:

  • --db-cluster-identifier – 資料庫叢集的識別符。

  • --database-insights-mode standard 以開啟 Database Insights 的標準模式。

  • --enable-performance-insights 以開啟 Database Insights 的績效詳情。

  • --performance-insights-retention-period – 資料庫叢集資料的保留期間。若要開啟 Database Insights 的標準模式,保留期必須至少為 31 天。

下列範例會在修改資料庫叢集時啟用 Database Insights 的標準模式。

若為 Linux、macOS 或 Unix:

aws rds modify-db-cluster \ --database-insights-mode standard \ --db-cluster-identifier sample-db-identifier \ --enable-performance-insights \ --performance-insights-retention-period 31

針對 Windows:

aws rds modify-db-cluster ^ --database-insights-mode standard ^ --db-cluster-identifier sample-db-identifier ^ --enable-performance-insights ^ --performance-insights-retention-period 31
RDS API

若要在修改資料庫叢集時開啟 Database Insights 的標準模式,請為您的 ModifyDBCluster Amazon RDS API 操作指定下列參數。

  • DatabaseInsightsModestandard

  • EnablePerformanceInsightsTrue

  • PerformanceInsightsRetentionPeriod 到至少 31