Migrate RDS in us-east-1a

0

I'm trying to migrate a PostgresQL 10 RDS DB to version 14. No matter which instance type I try, it says that it's not available in our availability zone (us-east-1a). Types we've tried:

db.r6g.large db.r6i.large db.r5.large db.t4g.xlarge db.t3.xlarge db.r5b.large db.m6g.xlarge db.x2g.large db.m6i.xlarge

What can we do?

Best Regards, Ortwin

質問済み 1年前222ビュー
1回答
2
承認された回答

All newer instance types are VPC only. The reason for this issue is that your instance is using Classic networking. You need to first move your instance into a VPC in order to use current instance types.

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html

Hth,

AWS
モデレーター
philaws
回答済み 1年前
profile pictureAWS
エキスパート
レビュー済み 1年前
  • Thanks Phil, that worked. Would be great if you could fix the error message to be more helpful.

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

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

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

関連するコンテンツ