問題タブ [aws-dms]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
176 参照

sql-server - Aurora MySQL ターゲットデータベースを設定するには?

ローカルの SQL Server DB をクラウドの Aurora DB に移行しながら、Aurora ターゲット DB を構成するために、次の手順を実行しています。

https://docs.aws.amazon.com/dms/latest/sbs/CHAP_SQLServer2Aurora.Steps.ConfigureAurora.html

これらのクエリを SSMS から実行しています。どの「target_database」を使用すればよいか教えてください。RDS からエンドポイントを試しましたが、機能していません。私が欠けているものを教えてください。

0 投票する
1 に答える
9189 参照

amazon-web-services - AWS DMS replication instance out of memory

I recently started to work with AWS Data Migration Service (DMS) and running into some issues.

Currently attempting to migrate a 10GB Oracle DB to AWS RDS Postgres. Works but has crazy(?) memory requirements. Feels like it loads the entire DB into memory... Started with dms.r4.large (15.5GB) but can not allocate memory after approx. 98%.... Will run smoothly with dms.r4.xlarge (30.5GB)

memory consumption during replication task run

As you can see in the screenshot (free-able memory, minimum), the instance is constantly running "full" before all memory gets released when the task finishes (or crashs).

Is there any setting to change this and why does it behave like this? It makes the whole task unnecessary expensive...

0 投票する
0 に答える
888 参照

amazon-redshift - AWS DMS で無効なタイムスタンプを処理する方法

などのタイムスタンプを含む MySQL Aurora Db からデータを移動しています"0000-00-00 00:00:00"。ターゲットは赤方偏移クラスターです。無効なタイムスタンプが Redshift によって受け入れられないため、移行は失敗しています。

ソース データを変更できません。その列を削除できません (ほとんどのタイムスタンプは有効です)

置換プレフィックス変換を使用して に置き換えようとしまし"0000-00-00""1970-01-01"。DMS は最初にデータをロードしてから処理しようとするため、機能しません。

データをインポートするにはどうすればよいですか?