AWS Certified Data Engineer – Associate (DEA-C01) — Question 84

A data engineer finished testing an Amazon Redshift stored procedure that processes and inserts data into a table that is not mission critical. The engineer wants to automatically run the stored procedure on a daily basis.

Which solution will meet this requirement in the MOST cost-effective way?

Answer options

Correct answer: C

Explanation

The correct answer is C because using query editor v2 allows for easy scheduling of stored procedures directly within Amazon Redshift, making it a straightforward and cost-effective solution. Options A and B involve additional services that may incur extra costs and complexity, while option D, although viable, is less efficient compared to the direct scheduling available with query editor v2.