Is it possible to ingest large-scale data from a Snowflake Enterprise-tier account (to RDS) using an AWS Glue Spark job and without using a NAT Gateway?

0

I want to ingest a large table from my organisation's Snowflake database into an Aurora V2 Serverless Postgresql database. I am looking at using an AWS Glue Spark job for this process. However, the Snowflake account tier we are on is not PrivateLink-enabled. We also do not want to use a NAT Gateway as the costs in the long term will be too high. Is there any way of reading directly from Snowflake using AWS Glue, without using either VPC endpoints or a NAT Gateway to route the traffic?

turtle
feita há 8 meses189 visualizações
1 Resposta
0

If not using privatelink, you should be able to access it adding an internet gateway to your Glue VPC. If that's not allowed in the VPC you need for postgress, then you might need to do something more complicated like peering them.

profile pictureAWS
ESPECIALISTA
respondido há 8 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas