2 Answers
- Newest
- Most votes
- Most comments
0
Hi Gonzalo, Both Glue and ec2 are in separate accounts. So in different vpc.
answered 3 years ago
0
Glue cannot connect to a public API without a NAT gateway on the VPC it runs on.
You could run Glue without a VPC since you say SQL Server has a public IP.
Or use a private ip to access the SQL Server (starting by 10, 172 or 168) and then do the peering between the VPCs
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago

Is that connection using the same VPC the DB is in, another VPC or no VPC at all for the Glue job?