Add FinOps, fix cloud-cost section

This commit is contained in:
Marcelo Boeira
2021-10-14 17:58:15 +02:00
parent 26d3781070
commit 095d87f2af
3 changed files with 59 additions and 52 deletions

View File

@@ -180,12 +180,16 @@ graph TD
MON --> Tra[Tracing]
Tra --> OPT[Open Tracing]
Tra --> Jae[Jaegger]
SRE --> SVL[Serverless]
SVL --> SAM[Serverless Application Model]
SVL --> LBD[Lambda]
SRE --> SEC[Security]
SEC --> FIR[Firewall]
FIR --> WAF[Web Application Firewall]
SEC --> ENC[Encryption]
SEC --> SECMON[Monitoring]
SEC --> CERT[Certificates]
OPS --> SVL[Serverless]
SVL --> SAM[Serverless Application Model]
SVL --> LBD[Lambda]
SEC --> ENC[Encryption]
SEC --> SECMON[Monitoring]
SEC --> CERT[Certificates]
OPS --> SEC[Security]
SEC --> FIR[Firewall]
FIR --> WAF[Web Application Firewall]
OPS --> COST[Cost]
COST --> CloudCos[Cloud]
CloudCos --> FOps[FinOps]
FOps --> AWS

Binary file not shown.

Before

Width:  |  Height:  |  Size: 309 KiB

After

Width:  |  Height:  |  Size: 294 KiB