Unable to enter create read replica page for a MySQL RDS instance inside classic EC2

0

I have an old MySQL RDS instance, and it is currently in classic EC2. Since this week, I've been keep seeing following error when trying to enter the Create Read Replica page on RDS Management Console:

Cannot read properties of undefined (reading 'VpcId')

Does anyone know what this error is about and how to get rid of it ?

2개 답변
1
수락된 답변

For people who encountered this error, I believe this is an error in Management Console. Before they fix this, you can create a read replica for a RDS instance in EC2 Classic properly with AWS command line.

Example Command:

aws rds create-db-instance-read-replica --profile xxxx --db-instance-identifier xxx  --source-db-instance-identifier xxx  --db-instance-class db.m3.medium --storage-type standard --no-multi-az --publicly-accessible --no-auto-minor-version-upgrade

Command Reference:

https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/create-db-instance-read-replica.html

답변함 2년 전
0

The VpcId is the identity of the VPC to create the replica within. It is possible that the engine version you are using is not supported in EC2 Classic. See the documentation for determining this. You may have to move your RDS to a VPC.

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceNotinaVPC.html

profile pictureAWS
답변함 2년 전
  • Hi, thanks for the help. This RDS instance (m3.large, MySQL 5.6.34) is already inside EC2 Classic so I believe it is supported . Since EC2 classic is still in support, this feels like a RDS issue to me. Do you have any suggestion what I can do next ?

  • Have you tried using the CLI/API?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠