II.
LibraryProcess overview
Reference · livelib-process:devops-sre-platform--cost-optimization
cost-optimization overview
Cost Optimization and FinOps Process - Comprehensive cloud cost optimization framework implementing FinOps principles to analyze, optimize, and govern cloud spending across infrastructure, applications, and services. Covers cost visibility, resource rightsizing, waste elimination, reservation management, budget tracking, cost allocation, and continuous optimization practices to maximize cloud ROI.
Attributes
displayName
cost-optimization
description
Cost Optimization and FinOps Process - Comprehensive cloud cost optimization framework implementing
FinOps principles to analyze, optimize, and govern cloud spending across infrastructure, applications, and services.
Covers cost visibility, resource rightsizing, waste elimination, reservation management, budget tracking, cost
allocation, and continuous optimization practices to maximize cloud ROI.
libraryPath
library/specializations/devops-sre-platform/cost-optimization.js
specialization
devops-sre-platform
references
- - FinOps Foundation: https://www.finops.org/ - AWS Cost Optimization: https://aws.amazon.com/aws-cost-management/ - Azure Cost Management: https://azure.microsoft.com/en-us/products/cost-management/ - GCP Cost Optimization: https://cloud.google.com/cost-management - Cloud FinOps Book: https://www.oreilly.com/library/view/cloud-finops/9781492054610/ - FinOps Framework: https://www.finops.org/framework/
example
const result = await orchestrate('specializations/devops-sre-platform/cost-optimization', {
projectName: 'E-commerce Platform',
cloudProvider: 'AWS', // 'AWS', 'Azure', 'GCP', 'multi-cloud'
scope: 'full-infrastructure', // 'compute', 'storage', 'networking', 'full-infrastructure'
targetSavings: 30, // percentage
budgetLimit: 50000, // monthly budget in USD
environment: 'production',
includeReservations: true,
includeSavingsPlans: true,
analysisPeriod: 90 // days
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:devops·DomainDevOps
lib_belongs_to_specialization1
- specialization:devops-sre-platform·Specialization
lib_covers_topic1
- topic:platform-engineering-practices·TopicPlatform Engineering Practices
lib_implements_workflow1
- workflow:capacity-planning·WorkflowCapacity Planning
lib_involves_role2
lib_requires_skill_area1
- skill-area:capacity-planning-ops·SkillAreaCapacity Planning
Incoming edges
None.