¿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.

asked a year ago287 views
2 Answers
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
EXPERT
answered a year ago
0

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

answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions