Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

GeeUnit23's avatar

How to connect AWS Glue to Vapor managed VPC RDS ?

Hi, does anyone have knowledge about AWS Glue ? I'm using Laravel Vapor & the RDS is behind a VPC.

Now I have difficulties connecting the database to AWS Glue. I want to write data from AWS Glue back to MySQL.

Maybe someone can help me via RDP ? It's a paid task, of course

0 likes
2 replies
bait-dept's avatar

Hey,

I am having the same question.

Did you find something that helps you?

GeeUnit23's avatar

@imrodrigoalves Hi,

The problem is that AWS Glue does not support MySQL 8 by default. But some older MySQL versions.

That means you would have to install the JDBC driver for MySql 8 manually, which I was not able to do.

For my purposes, however, "AWS Glue DataBrew" is sufficient, since the MySQL 8 server could be connected without any issues & I was able to write data back to the database.

Please or to participate in this conversation.