¿Es posible activa la característica de performance insights de un rds que tiene una base de datos MySQL en AWS después de estar creada o desplegada en la nube? Como se puede hacer?

0

I have followed the steps in the AWS documentation, but I am unable to fulfill this requirement. I am using the AWS IAM administrator and I'm unsure why the "Enable Performance Insights" option appears disabled. I have checked that my AWS root IAM user has the following permissions: rds:DescribeDBInstances rds:ModifyDBInstance pi:CreateDimension pi:DescribeDimensionKeys pi:GetResourceMetrics

Interestingly, if I create a new AWS RDS MySQL from scratch, it allows me to enable this feature.

Is it possible to resolve this issue without creating a new RDS instance and without deleting the current one? The current RDS instance is an AWS RDS MySQL with the instance type t3.micro.

質問済み 1年前297ビュー
2回答
0

As described in this document, RDS MySQL Performance Insight is not supported by db.t3.micro and cannot be enabled.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.Overview.Engines.html

So you need to change to a larger DB Instance Class or one that is supported.
DB instance classes can be changed using the methods in the following document, but note that there will be downtime during the change.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html

profile picture
エキスパート
回答済み 1年前
0

who should I contact because I don't understand anything anymore

回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ