Skip to content

Commit

Permalink
more knowledge check
Browse files Browse the repository at this point in the history
  • Loading branch information
SkafteNicki committed Nov 27, 2023
1 parent 6232616 commit f9ca9d2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions s6_the_cloud/cloud_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,26 @@ services some more to make sure you are not a bot that wants to mine crypto.
* Compliance: some countries has strict rules that requires user info to be stored inside a particular region
eg. EU has GDPR rules that requires all user data to be stored in the EU
* Pricing: some regions may have different pricing than others

2. The 3 major cloud providers all have the same services, but they are called something different depending on the
provider. What are the corresponding names of these GCP services in AWS and Azure?

* Compute Engine
* Cloud storage
* Cloud functions
* Cloud run
* Cloud build
* Vertex AI

It is important to know these correspondences to navigate blogpost etc. about MLOps on the internet.

??? success "Solution"

GCP | AWS | Azure
----|-----|------
Compute Engine | Elastic Compute Cloud (EC2) | Virtual Machines
Cloud storage | Simple Storage Service (S3) | Blob Storage
Cloud functions | Lambda | Functions Serverless Compute
Cloud run | App Runner, Fargate, Lambda | Container Apps, Container Instances
Cloud build | CodeBuild | DevOps
Vertex AI | SageMaker | AI Platform

0 comments on commit f9ca9d2

Please sign in to comment.