Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
talenddev1
Contributor
Contributor

launch a RDS instance of Mysql on Talend job server and terminate the RDS instance in Talend Studio

Can we launch Mysql  RDS instance on job server, and bring it down as part of the Talend job?
Labels (2)
3 Replies
Anonymous
Not applicable

Hi,

 

   Do you mean initiating a new RDS instance and terminating the database? If the answer is yes, you will have to write custom java code either in tjava component or through Talend routine and execute those custom code on demand.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

talenddev1
Contributor
Contributor
Author

Hi Nikhil,

That's correct initiating a new RDS instance  and terminating. I want to do it in Talend job where the prehob would be bring up the mysql instance and the next subjob would be Loading data in to MySql table and the postjob last step would be terminating the instance. Can you help me with the custom code to achieve this?

 

Anonymous
Not applicable

Hi,

 

     May I know the use case of spinning up of and RDS and terminating them using a Talend job? Normally databases are not terminated if you want to just remove the data. You just have to drop the table or truncate the table.

 

      Could you please give more insight about this requirement?

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂