I wish to transfer data in a database like MySQL[RDS] to S3 using AWS Glue ETL. I am having difficulty trying to do this the documentation is really not good. I found this link here on stackoverflow:
Could we use AWS Glue just copy a file from one S3 folder to another S3 folder?
SO based on this link, it seems that Glue does not have an S3 bucket as a data Destination, it may have it as a data Source. SO, i hope i am wrong on this. BUT if one makes an ETL tool, one of the first basics on AWS is for it to tranfer data to and from an S3 bucket, the major form of storage on AWS.
So hope someone can help on this.