Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 🙂
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?
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 🙂