Tsukuruu
Tsukuruu

Reputation: 43

Use AWS DMS to replicate data to pre-existing OpenSearch index

I'm planning to use AWS DMS to replicate data from AWS RDS (PostgreSQL) to OpenSearch. I want to create an index in OpenSearch before replication to adjust primary/replica shards count. And then replicate the data from RDS table to this pre-existing index. Does AWS DMS support replication to pre-existing OpenSearch indexes? If doesn't, how I can configure the primary/replica shards count on target index? Does it event possible? Or with DMS I can use only default index configuration with five primary shards and one replica (total of 10 shards)?

Upvotes: 1

Views: 8

Answers (0)

Related Questions