Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
113 changes: 65 additions & 48 deletions src/data/credits.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,15 @@
{
"services": [
{
"name": "AWS ElastiCache",
"plans": [
{
"plan": "redis-dev",
"instanceClass": "cache.t3.micro",
"credits": 1
},
{
"plan": "redis-3node",
"instanceClass": "cache.t3.micro",
"credits": 2
},
{
"plan": "redis-5node",
"instanceClass": "cache.t3.micro",
"credits": 4
},
{
"plan": "redis-3node-large",
"instanceClass": "cache.t3.small",
"credits": 5
},
{
"plan": "redis-5node-large",
"instanceClass": "cache.t3.small",
"credits": 8
}
]
"name": "Containerized apps",
"resource-kind": "cf-app-memory",
"multiplier": true,
"metered": {
"type": "used",
"unit": "GBs of memory",
"unitsPerCredit": 1,
"credits": 3
}
},
{
"name": "AWS RDS",
Expand Down Expand Up @@ -257,13 +238,54 @@
},
{
"name": "AWS RDS storage",
"resource-kind": "rds-storage",
"metered": {
"type": "reserved",
"unit": "GBs",
"unitsPerCredit": 100,
"credits": 1
}
},
{
"name": "AWS S3 storage",
"resource-kind": "s3-storage",
"metered": {
"type": "used",
"unit": "GBs",
"unitsPerCredit": 400,
"credits": 1
}
},
{
"name": "AWS ElastiCache",
"plans": [
{
"plan": "redis-dev",
"instanceClass": "cache.t3.micro",
"credits": 1
},
{
"plan": "redis-3node",
"instanceClass": "cache.t3.micro",
"credits": 2
},
{
"plan": "redis-5node",
"instanceClass": "cache.t3.micro",
"credits": 4
},
{
"plan": "redis-3node-large",
"instanceClass": "cache.t3.small",
"credits": 5
},
{
"plan": "redis-5node-large",
"instanceClass": "cache.t3.small",
"credits": 8
}
]
},
{
"name": "AWS OpenSearch",
"plans": [
Expand Down Expand Up @@ -336,24 +358,17 @@
},
{
"name": "AWS OpenSearch storage",
"resource-kind": "aws-opensearch-storage",
"metered": {
"type": "reserved",
"unit": "GBs",
"unitsPerCredit": 100,
"credits": 1
}
},
{
"name": "AWS S3 storage",
"metered": {
"type": "used",
"unit": "GBs",
"unitsPerCredit": 400,
"credits": 1
}
},
{
"name": "AWS SES (Emails)",
"resource-kind": "aws-ses-emails-sent",
"metered": {
"type": "used",
"unit": "Sends",
Expand All @@ -363,6 +378,7 @@
},
{
"name": "AWS SES (Attachments)",
"resource-kind": "aws-ses-attachment-data",
"metered": {
"type": "used",
"unit": "GBs",
Expand All @@ -371,17 +387,17 @@
}
},
{
"name": "Containerized apps",
"multiplier": true,
"metered": {
"type": "reserved",
"unit": "GBs of memory",
"unitsPerCredit": 1,
"credits": 3
}
},
{
"name": "Autoscaler",
"name": "App Autoscaler",
"plans": [
{
"plan": "autoscaler-free-plan",
"credits": 0
},
{
"plan": "acceptance-standard",
"credits": 0
}
],
"free": true,
"credits": 0
},
Expand All @@ -396,6 +412,7 @@
},
{
"name": "UAA Service Account",
"resource-kind": "cf-uaa-service-account",
"free": true,
"credits": 0
}
Expand Down
Loading