Hi all - I've got a question on AWS deployments. I...
# all-things-deployment
m
Hi all - I've got a question on AWS deployments. I am following the guide here https://datahubproject.io/docs/deploy/aws . We're good on almost all the steps but are having some challenges on the schema registry side. We're trying to use Glue. The question is, can the catalog be in a different account? as in the config options I can only see
region
and
name
- unless the name is the Glue schema registry ARN?
m
Hi @millions-notebook-72121, I have asked our team internally to help on this question. I will update this thread soon.
thank you 1
e
Hi. I don’t think it’s possible. As mentioned in the docs, you need to give EKS nodes direct access to the glue registry instead of communicating through URL of any kind.
We also found it hard to use because of this.