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 réponses
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
répondu il y a 2 ans
  • 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
INGÉNIEUR EN ASSISTANCE TECHNIQUE
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions