¿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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则