GCP General Flashcards
(48 cards)
What is the purpose of Google Compute Engine?
Creating VM’s, it much like AWS EC2
What is the purpose of Google Cloud Storage?
It is object storage used for storing unstructured data like files, images, videos. It is much like AWS S3.
What is the purpose of Google Cloud SQL?
It is a fully-managed MySQL/PostgresSQL/SQL Server database service.
What is the purpose of Google App Engine?
It is a PaaS platform for running cloud native, highly available and scalable application, it is a PAAS much like AWS Beanstalk.
What is the purpose of Google Cloud Kubernetes engine?
Google Cloud Kubernetes Engine (GKE) is a managed environment within Google Cloud Platform (GCP) designed for deploying, managing, and scaling containerized applications using Google infrastructure. GKE is built on the open-source Kubernetes system, which automates the deployment, scaling, and operations of application containers across clusters of hosts. The main purposes and benefits of GKE include:It is a managed Kuberentes service for running container-based applications.
What is Google Cloud Functions?
It is a function as a service. (Lambda)
What is the main unit in GCP used to group resources?
Project
Is a project tied to a region?
No, it is independent of the region.
If you run an application for 1Hr and 5 min and shut it down, how long are you billed for?
GCP is a per min billed platform. AWS and Azure are per hour pricing.
To receive discounts on pricing do you have to make an upfront commitment like you do with Azure and AWS using reserved instances?
No, you automatically receive a discount based on sustained usage by aggregating the instance usage over the month.
For GCP what is the structure hierarchy?
Orgnizatiuons->Folders->Projects-Resources
For GCP what is the hierarchy parent of a resource?
Project
For GCP what is the hierarchy parent of a project?
Folder
Can I attach a Project to two organizations?
No, an organization can only be attached to a single organization.
Is the project a core organizational component of GCP?
Yes, the project is the core hierarchy component used for,
- Permission
- Billing
- API’s
What are the 3 projetc attributes?
- Frendly name : ‘keith-project-01’
- Project ID: also known as an app ID
- Project number: Used to identify resources belong to a project
Can you change the project frendly name?
n Google Cloud Platform (GCP), the friendly name of a project is referred to as the “Project name,” and it can be changed independently of the project ID, which is immutable. Here’s how you can change the project name in GCP:
Open the Google Cloud Console:
Log in to your Google Cloud account and navigate to the Google Cloud Console.
Select the project:
At the top of the page, click on the project selector (the name of the current project or ‘Select a project’ if none is selected), then choose the project for which you want to change the name.
Open the IAM & Admin section:
In the navigation menu on the left-hand side, find and click on “IAM & Admin.” From the drop-down, select “Settings.”
Change the Project Name:
Under the “Project Info” section, you will see the current project name. Click the edit icon (pencil) next to the project name.
Enter the new project name you want to use. This name is for your convenience and can be changed at any time.
Save the Changes:
After editing, click “Save” to apply the new project name.
The change should be effective immediately across the Google Cloud services. This new project name will appear in your Google Cloud console and any place where the project name is referenced.
Can you change the project frendly name?
No
Can you have duplicate projetc name on GCP?
No the name has to be unique.
Where cna I quickely find my projetc ID?
When you open a projetc in GCP portal, the project panel is in the top righ. It contanns,
- Frendly name
- Project ID
Can you rename a GCP projetc?
Yes
When you shutdown a project can the shutdown be stopped with in 30days.
Yes, the billing owner will be notified and has the poition to stop the shutdown.
When you shutdown a GCP project, whne will the project be deleted and gone for ever?
30day from shutdown.
How can i restore a projetc form the console screen?
In IAM -> Managed resources -> there is a link resources pending deletion.