You are developing a new image processing application that needs to handle various tasks, such as resizing, cropping, and watermarking images. You also need to monitor the workflow and ensure that it scales efficiently when there are large volumes of images. You want to automate the image processing tasks and workflow monitoring with the least effort. What should you do?
- AEmploy Cloud Composer to manage the image processing workflows. Use Dataproc for workflow monitoring and analytics.
- BUse Cloud Run to deploy the image processing functions. Use Apigee to expose the API. Use Cloud Logging for workflow monitoring.
- CImplement Workflows to orchestrate the image processing tasks. Use Cloud Logging for workflow monitoring. (correct answer)
- DUse Cloud Build to trigger Cloud Functions for the image processing tasks. Use Cloud Monitoring for workflow monitoring.
Reveal answer & explanationHide answer
The correct answer is C. Option C: Implement Workflows to orchestrate the image processing tasks. Use Cloud Logging for workflow monitoring.
Explanation
Cloud Logging centralizes, stores, and analyzes logs across services.
