2 Answers
- Newest
- Most votes
- Most comments
0
Aurora MySQL doesn't support federated storage engine. To consolidate data from multiple Aurora MySQL clusters, setup EC2 instance or Lambda, then fetch data from source clusters, and insert into target cluster.
As alternative, Amazon Athena federated query might be the option.
answered 2 years ago
0
Hello,
Here's an entire blog documentation for your particular use-case of federated querying.
Link-- https://docs.aws.amazon.com/redshift/latest/dg/getting-started-federated-mysql.html -- [1]
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 11 days ago
Thank you @yutaka_h , i'm new to Athena , will go through the document and come back .