Skip to content

how to create aws glue resources?

0

trying out AWS glue for the first time. i want to read some data from s3 and push it to some database in a database within aws. what resources , do i need to create/provision for AWS glue, if doing via terraform or cloudformation , to be able to read data from s3 and create/populate tables in RDS?

my understanding so far is , AWS glue can be used for ETL jobs. I am assuming we write some scripts and those scripts will be run by AWS glue as a job. any examples of this would be great.

asked 2 years ago282 views
1 Answer
0

Please check github for samples -> https://github.com/aws-samples/aws-glue-samples

AWS
EXPERT
answered 2 years ago
  • @SriniV - thanks , but i didn't find any examples helpful from the link you posted. can you see, if there are any examples of terraform or scripts to accomplish, connecting to an rds and create table.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.