AWS Aurora MYSQL enabling Federated Server

0

Hello, is it possible to enable Federated server on AWS Aurora MYSQL ? If yes, How can i enable it? i would like to pull data from separate MYSQL instance in different cluster. i.e using "ABC" MySQL instance i would like to pull data from "XYZ" MySQL instance in different cluster.

Thanks

2 Risposte
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.

AWS
con risposta 2 anni fa
  • Thank you @yutaka_h , i'm new to Athena , will go through the document and come back .

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]

profile pictureAWS
TECNICO DI SUPPORTO
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande