đď¸ Explore my blog
Sentinel
⢠Detects and manages threats
Similar to AWS GuardDuty
Status: #idea
Tags: Cloud, Data Protection and Identity
References
Session
* cookies
* stored in browser
vs
* session
* stored in server
steps:
1. create session controller
1. create sessions
* Using function helper session(\,\).
* Via the $request->session()->put(\,\) method of the Request object.
* Via the Session::put(\,\) method of the Session facade.
1. read sessions
* Using function helper session(\).
* Via the $request->session()->get(\) method of the Request object.
* Via Session::get(\) method of Session facade.
1. delete sessions
* Us
Software as a Service (Saas)
Complete solution - subscription fee to connect to applications
saas.png
Azure offerings:
* Azure DevOps
* Sentinel
* IoT Central
* Advisor
* Azure Migrate
* Internet Analyzer
Status: #idea
Tags: Cloud
References
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-engineer, Cloud, cloud-compute, Google Compute Engine, ccp, AWS EC2
References
Steps when creating a VM Instance in Google Compute Engine
1. Input name
1. Input labels (key-value pairs, similar to tags in AWS EC2 setup)
1. Choose Region and Zone based on:
* Cost, Regulations, Availability Needs, Latency and Specific Hardware needs
1. Configure hardware by choosing one of the Google Compute Engine Family or Machine Types
1. Choose Boot disk
1. Configure firewall
1. After instance is created, there is the internal IP and external IP
1. (Optional) Assign Static IP
or use an Instance Template
Additional Features:
* Custom Mac
Strategic services
Services which are targeted service offerings aimed at a particular industry.
* Azure Lab Services
* Azure VMware Solution
* Azure Applied Al Services
* Azure Machine Learning
* Azure Red Hat OpenShift
* Azure Kubernetes
Status: #idea
Tags: az-900, azure, Cloud
References