Managed Postgres RDS Migration to Managed Postgres RDS

0

We have a very large database that has been cleaned up and the size reduced from 35Tb to ~7Tb and have attempted to initiate a DMS as no other options are able to maintain up time adequately. We have implemented the parameters indicated here -> https://docs.aws.amazon.com/dms/latest/userguide/dm-data-providers-source-postgresql.html Both instances are configured to use the master account and are configured in the same VPC, but we keep getting a failure with the following message. "The prerequisites for DMS to use the source database have not been met. Configure the user account permissions or privileges for DMS and restart the migration." IS there an underlying issue? Is this related to IAM? We implemented this -> https://docs.aws.amazon.com/dms/latest/userguide/dm-iam-resources.html

Stephen
質問済み 4ヶ月前220ビュー
1回答
0

Hello.

I think DMS was reading password information from Secrets Manager.
Therefore, it is possible that an error may occur if the appropriate IAM policy is not set.

In my experience, a common problem was that the security group settings were not set properly and the DMS could not connect to the database.
Therefore, please check whether the security group on the PostgreSQL side allows access from DMS.
https://docs.aws.amazon.com/dms/latest/userguide/dm-network.html

Can you check the error message by following the steps in the document below?
https://docs.aws.amazon.com/dms/latest/userguide/dm-troubleshooting.html#dm-troubleshooting-dm-fails

Check the error message for your data migration in the AWS DMS console. To do so, open your migration project, and choose your data migration. On the Details tab, check the Last failure message under General.

profile picture
エキスパート
回答済み 4ヶ月前
  • Error Message The prerequisites for DMS to use the source database have not been met. Configure the user account permissions or privileges for DMS and restart the migration." Checking permissions again

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

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

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

関連するコンテンツ