Static IP
gcp:
- Static IP can be switched to another VM instance in same project
- Static IP remains attached even if you stop the instance. You have to manually detach it.
- Remember : You are billed for an Static IP when you are NOT using it!
- Make sure that you explicitly release an Static IP when you are not using it.
Status: #idea
Tags: gcp, google-cloud-engineerGoogle Associate Cloud Engineer Noteswhy use cloud?
https://www.in28minutes.com/gcp-bookshelf
https://www.in28minutes.com/downloads/09-google-certified-associate-cloud-engineer/CoursePresentation-GoogleCertifiedAssociateCloudEngineer.pdf
how do projects work in gcp?
cloud projects and accounts
Resource Hierarchy
Organization Level
Folder Level
Project Level
IAM
who
* single account
* group
can do what (rules)
* basic
* predefined
* custom
scope
observability monitoring
billing account
load balancing
Regions and Zones, CloudCloudCase just like cloud computing (SaaS, etc)
* [ ] UI
* [ ] book
* [ ] zulfani
* [ ] exercises
* [ ] UI
* [ ] assignment
* [ ] responsi, cloud-computeCompute for CloudProvision and manage cloud resources to run application without managing physical hardware
GCP offerings:
* Google Compute Engine
Azure offerings:
* Azure Virtual Machines
* Azure App Service
* Azure Container Instances
* Azure Functions
* Azure Automated Kubernetes Service
* Azure Container Apps
Status: #idea
Tags: Cloud
References, Google Compute EngineGoogle Compute EngineGCP service used to provision and manage virtual machines
* Create and manage lifecycle of Virtual Machine (VM) instances
* Associated with a project
Load balancing* and *auto scaling* for multiple VM instances
Attach storage** (& network storage) to your VM instances
* Manage network connectivity and configuration for your VM instances
Setup
Billing
Live Migration & Availability Policy
Scenarios
Similar to AWS EC2, Azure Virtual Machines
Status: #idea
Tags: gcp, google-cloud-engineer,, ccp, AWS EC2