Files
wevia-brain/knowledge/cloud-computing-kb.json
2026-04-12 23:01:36 +02:00

56 lines
2.3 KiB
JSON
Executable File

{
"providers_comparison": {
"huawei_cloud": {
"strengths": ["Competitive pricing Africa/MENA", "Good support Morocco", "ModelArts AI platform"],
"certifications": ["ISO 27001", "SOC 2", "CSA STAR"],
"regions": ["AP-Southeast", "AF-South", "EU-West"],
"key_services": ["ECS", "OBS", "CCE (K8s)", "ModelArts", "GaussDB"]
},
"aws": {
"strengths": ["Largest market share", "Most services", "Best documentation"],
"regions": "35+ regions worldwide",
"key_services": ["EC2", "S3", "RDS", "Lambda", "EKS", "SageMaker", "Bedrock"]
},
"azure": {
"strengths": ["SAP certified", "Enterprise integration", "AD/O365 synergy"],
"key_services": ["VMs", "Blob Storage", "SQL Database", "AKS", "Azure AI"],
"sap_specific": ["SAP on Azure certified", "Azure Center for SAP", "SAP RISE with Azure"]
},
"ovh": {
"strengths": ["European sovereignty", "Competitive pricing", "Good peering"],
"key_services": ["VPS", "Dedicated", "Public Cloud", "Hosted Private Cloud"]
},
"hetzner": {
"strengths": ["Best price/performance EU", "Excellent network", "GPU servers available"],
"key_services": ["Cloud VPS", "Dedicated", "GPU Servers (RTX/A100)", "Object Storage"]
}
},
"architecture_patterns": {
"microservices": {
"desc": "Architecture en micro-services indépendants",
"tools": ["Docker", "Kubernetes", "Istio", "Consul"],
"best_practices": ["1 service = 1 responsabilité", "API Gateway", "Circuit breaker", "Event-driven"]
},
"serverless": {
"desc": "Exécution de code sans gestion de serveurs",
"tools": ["Lambda/Functions", "API Gateway", "DynamoDB/CosmosDB"],
"use_cases": ["APIs", "Event processing", "Scheduled tasks", "Webhooks"]
},
"hybrid_cloud": {
"desc": "Mix on-premise + cloud public",
"tools": ["VPN", "Direct Connect", "Azure Arc", "AWS Outposts"],
"use_cases": ["Data sovereignty", "Legacy integration", "Burst capacity"]
}
},
"migration_strategies": {
"6Rs": {
"rehost": "Lift & shift - déplacer tel quel",
"replatform": "Lift, tinker & shift - optimisations mineures",
"repurchase": "Remplacer par SaaS",
"refactor": "Re-architecturer pour le cloud",
"retain": "Garder on-premise",
"retire": "Décommissionner"
}
}
}