vault backup: 2022-09-21 15:39:31

This commit is contained in:
Jet Hughes 2022-09-21 15:39:32 +12:00
parent ef1c48e9c6
commit 743c5d767c
2 changed files with 20 additions and 1 deletions

View File

@ -4,6 +4,9 @@ aliases:
tags:
- comp210
- lecture
sr-due: 2022-09-24
sr-interval: 3
sr-ease: 250
---
- 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
- an OS (usually linux)
- 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

View File

@ -36,3 +36,4 @@ No final exam
- [12-pen-testing](notes/12-pen-testing.md)
- [13-pen-testing-2](notes/13-pen-testing-2.md)
- [15-policies-standards-practices](notes/15-policies-standards-practices.md)
- [16-cloud-security](notes/16-cloud-security.md)