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

feita há um ano297 visualizações
2 Respostas
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
ESPECIALISTA
respondido há um ano
0

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

respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas