1 Answer
- Newest
- Most votes
- Most comments
-1
If you are referring to glue in your own account to a VPC within your account, just ensure you define the subnets where you need your glue job to run from.
If your glue job is hosted in a private subnet, it will require a route to the internet or a VPC endpoint for glue its self.
If the aurora is in a different VPC, then you can connect to the RDS instance via private link or with VPC peering in place.
Relevant content
- Accepted Answerasked a year ago
- asked 7 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
Hi Gary,
Yes, I am referring to Glue in my own account to a VPC within my account. I was following this guidance, but I am still unsuccessful https://docs.aws.amazon.com/glue/latest/dg/setup-vpc-for-glue-access.html. Where should I specify the subnets where my glue job runs from?
Is connecting to Aurora PostgreSQL in a private VPC supported for Ray jobs? https://docs.aws.amazon.com/glue/latest/dg/edit-script-ray-connections-formats.html "AWS Glue for Ray integration with Amazon VPC is not currently available. Resources in Amazon VPC will not be accessible without a public route. For more information about using AWS Glue with Amazon VPC, see AWS Glue and interface VPC endpoints (AWS PrivateLink)."
Thank you, Jaroslav.