mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 06:55:42 -05:00
vault backup: 2022-09-21 15:39:31
This commit is contained in:
parent
ef1c48e9c6
commit
743c5d767c
@ -4,6 +4,9 @@ aliases:
|
|||||||
tags:
|
tags:
|
||||||
- comp210
|
- comp210
|
||||||
- lecture
|
- lecture
|
||||||
|
sr-due: 2022-09-24
|
||||||
|
sr-interval: 3
|
||||||
|
sr-ease: 250
|
||||||
---
|
---
|
||||||
|
|
||||||
- what is cloud computing
|
- what is cloud computing
|
||||||
@ -131,4 +134,19 @@ examples
|
|||||||
- file containing a bit for bit copy of what a real hard drive would contain if it contained
|
- file containing a bit for bit copy of what a real hard drive would contain if it contained
|
||||||
- an OS (usually linux)
|
- an OS (usually linux)
|
||||||
- a deployment environment (web server, database server, libraries, etc)
|
- a deployment environment (web server, database server, libraries, etc)
|
||||||
- the service application/executables
|
- the service application/executables
|
||||||
|
- to start a new instance of a service you boot the relevant machine image on a hypervisor
|
||||||
|
- its easy to add additional services for scaling to manage load
|
||||||
|
- copies and backups can be made by snapshotting the state of the virtual machine
|
||||||
|
- captures state of disk image
|
||||||
|
- and contents of system memory
|
||||||
|
- can be used as version control for services
|
||||||
|
- can be moved to anothe rhost by making a snapshot and booting on a hypervisor on a new server
|
||||||
|
|
||||||
|
## rule 1 and virtualisation
|
||||||
|
rule 1: if a bad guy can run his program on your computer, then its not your computer anymore
|
||||||
|
|
||||||
|
- your apps may be running on the same physical computer as a bad guy
|
||||||
|
- if they can exit the VM (flaws in hypervisor or hardware) they can cause trouble
|
||||||
|
- speculative flaws meltdown and spectre are difficult to exploit (no known exlpoits since being found 5 years ago)
|
||||||
|
- benefits outweigh risks
|
||||||
@ -36,3 +36,4 @@ No final exam
|
|||||||
- [12-pen-testing](notes/12-pen-testing.md)
|
- [12-pen-testing](notes/12-pen-testing.md)
|
||||||
- [13-pen-testing-2](notes/13-pen-testing-2.md)
|
- [13-pen-testing-2](notes/13-pen-testing-2.md)
|
||||||
- [15-policies-standards-practices](notes/15-policies-standards-practices.md)
|
- [15-policies-standards-practices](notes/15-policies-standards-practices.md)
|
||||||
|
- [16-cloud-security](notes/16-cloud-security.md)
|
||||||
Loading…
Reference in New Issue
Block a user