2021-07-18から1日間の記事一覧

{Aurora}Performance Insights API によるデータの取得

AWS

Performance Insights を使用するには、DB インスタンスで有効にします。 Aurora MySQL Aurora MySQL の Performance Schema を有効にすると、Performance Insights が提供する情報がより詳細になります。Aurora MySQL の場合、db.t2 または db.t3 DB インス…

{Aurora}特定の時点への DB クラスターの復元

AWS

-- 復元可能な直近の時間の確認aws rds describe-db-clusters | jq -c '.DBClusters[] | [.DBClusterIdentifier , .LatestRestorableTime]' -- クラスタの復元aws rds restore-db-cluster-to-point-in-time \--source-db-cluster-identifier cluster01 \--db…