DevOps 540 Flashcards
CALMS
Culture, automation, lean, measurement, Sharing
CI/CD Change frequency
How often are changed deployed to production. Measure the efficiency and the capability of the organisation to make changes
Change Failure Ratio
How often do changes introduce a failure. Opposite to Change Success Rate.
Change Success Ratio
How often a changes does NOT introduce a failure. Opposite to Change Failure Ratio
MTTR
Mean Time to Recovery or Repair from a failure
MTTD
Mean Time to Detect a failure
MTTF
Mean Time to Failure. Not used in DevOps a lot as expected to have a failure. MTTR/MTTD are the key ones.
Change Lead Time
The average time it takes to get a change or fix into production. Also known as Cycle Time.
Change Cycle Time
from a change is requested by business until when it is deployed. X = Change request + start dev + end dev + deployment
Development change lead time
From where the project starts until is fully deployed. X = start dev + end dev + deployment
Deployment Lead time
Development is finished until it is deployed == deployment time. X = end dev + deployment
IAST
Interactive Application Security Testing
DAST
Dynamic Analysis Security Testing
SAST
Static Analysis Security Testing
RASP
Runtime Application Security /Safe Protection
SDLC
Secure Deployment Life Cycle
CSPM
Cloud Security Posture Management
CWPP
Cloud Workload Protection Platform
CASB
Cloud Access Security Broker
CNAPP
Cloud Native Application Protection
IDOR
Insecure Direct Object Reference
CDN
Content Delivery Network
OAI
Origin Access Identity
SOP
Same Origin Policy: protocol, port, domain
CORS
Cross-Origin Resource Sharing
ZTA
Zero Trust Architecture
ZTMM
Zero Trust Maturity Model
OPA
Open Policy Agent. Language used to apply limitations in containers deployments.