Architecture and Design Flashcards
1
Q
Non persistance
A
Planning for failure and automating remediation as much as possible.
2
Q
Scalability
A
Server resources added automatically when needed.
3
Q
Elasticity
A
Servers can be automatically deployed or removed as demand requires.
4
Q
Resiliency
A
If corrupted, servers can quickly and automatically be re-created.
5
Q
Snapshot
A
Use on virtual servers to save the current state of a server.
6
Q
Secure Boot
A
UEFI, secure boot will take a hash of the boot loader and compare it to a store hash of the boot loader. if they match, system will boot. If not, it’s been tampered with and will produce an error.