GCP UseCase - vidyasekaran/GCP GitHub Wiki
Exam Case Study & Solution - GCP Professional Cloud Architect (May 2021) - Ashutosh Mishra
https://www.youtube.com/watch?v=wJqmcacktOE
For Each Service you check the use case to know
- Service to Service integration
- Tutorials, Videos, Code Samples
Cloud Functions -
Use Case : https://cloud.google.com/functions#section-9
Cloud Run -
Use Case : https://cloud.google.com/run/docs/#use-cases
Compute Engine -
Use Case : https://cloud.google.com/compute/docs/#use-cases
App Engine -
Use Case : https://cloud.google.com/appengine/
Cloud Storage -
Use Case : https://cloud.google.com/storage/docs/#use-cases
pub Sub -
Use Case : https://cloud.google.com/pubsub/docs/overview
cloud dataflow -
Use Case : https://cloud.google.com/dataflow/docs/
Cloud Scheduler -
Use Case : https://cloud.google.com/scheduler/
allows you to schedule virtually any job, including batch, big data jobs, cloud infrastructure operations, and more. You can automate everything, including retries in case of failure to reduce manual toil and intervention. Cloud Scheduler even acts as a single pane of glass, allowing you to manage all your automation tasks from one place.
With support for a variety of cron job targets, Cloud Scheduler allows you to automate virtually anything. Trigger an App Engine app, send a message via Pub/Sub, or hit an arbitrary HTTP endpoint running on Compute Engine, Google Kubernetes Engine, or on-premises with your Cloud Scheduler job.