As cross-account, cross region replication is not yet available for AWS Keyspaces, what can we do to kinda support this usecase?
I am thinking about either using an active-active topology between 2 regions / 2 accounts fed by a single stream, but it implies lots of infra changes as well it would increase possible ops cost.
A one shot thing would be to generate table dump through cqlsh in S3 and import them on a brand new AWS Keyspaces.
Anyone has already done this kind of operation on AWS Keyspaces?