II.
LibraryProcess JSON
Structured · livelib-process:devops-sre-platform--aws-systems-cost-reduction
aws-systems-cost-reduction json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:devops-sre-platform--aws-systems-cost-reduction",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "aws-systems-cost-reduction",
"description": "End-to-end AWS cost-reduction workflow. All tasks are\n agent-driven; no inter-task filesystem contract — agents\n self-manage state under their task-scoped directory and pass\n typed results forward as JSON. Caller controls the report\n destination via `inputs.outputDir`.\n Risk tiers:\n 1 - cosmetic (Route53 dangling, untagged, log retention=Never)\n 2 - rightsize (Compute Optimizer EC2; gp2->gp3; S3 lifecycle)\n 3 - reservations / Savings Plans (irreversible 1y/3y commit)\n 4 - decommission (REQUIRES backup unless waived)\n 5 - cluster-level (EKS shrink/delete)\n AWS-specific waste patterns to detect:\n - NAT Gateways at $32+/mo + per-GB processed\n - gp2 EBS (gp3 always cheaper, same perf)\n - Old AMI snapshots from terminated instances (often 100s GB)\n - Idle ALBs (zero ProcessedBytes 30d)\n - Lambda provisioned concurrency on funcs w/ no invocations\n - VPC Interface endpoints at $7.20/mo each\n - CloudWatch Logs retention=Never on high-ingestion groups\n - Unattached EIPs at $3.60/mo each",
"libraryPath": "library/specializations/devops-sre-platform/aws-systems-cost-reduction.js",
"specialization": "devops-sre-platform",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:devops-sre-platform--aws-systems-cost-reduction",
"to": "skill-area:capacity-planning-ops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--aws-systems-cost-reduction",
"to": "topic:platform-engineering-practices",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--aws-systems-cost-reduction",
"to": "domain:devops",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--aws-systems-cost-reduction",
"to": "role:platform-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--aws-systems-cost-reduction",
"to": "role:devops-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:devops-sre-platform--aws-systems-cost-reduction",
"to": "workflow:capacity-planning",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:devops-sre-platform--aws-systems-cost-reduction",
"to": "specialization:devops-sre-platform",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}