Moving data from S3 -> RDS using AWS Glue

↘锁芯ラ 提交于 2020-01-23 17:13:06

问题


Does AWS Glue provide ability to move data from S3 bucket to RDS database?

I'm trying to setup serverless app that picks up dynamic data uploaded to S3 and migrates it to RDS.

Glue provides Crawlers service that determines schema.

Glue also provides ETL Jobs, but this seems to be where target source is only another S3 bucket.

Any ideas?


回答1:


Yes, Glue can send to an RDS datastore. If you are using the job wizard it will give you a target option of "JDBC". If you select JDBC you can setup a connection to your rds instance.

JDBC connection window RDS option window



来源:https://stackoverflow.com/questions/55094895/moving-data-from-s3-rds-using-aws-glue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!