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
asked 8 months ago177 views
1 Answer
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
EXPERT
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions