đď¸ Explore my blog
Security
Authentication? Seems to be all but he emphasized this particular slide
configure users groups and authentication
* [ ] UI
* [ ] book
* [ ] zulfani
* [ ] exercises
* [ ] UI
* [ ] assignment
* [ ] responsi
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