I love the new cost estimator on the pricing page. A few ideas to make it more useful
Notes
- The quantity field should accommodate 5 digit numbers, since someone could have 10,000 GB of S3 data.
- Add a documentation link to each service once you've added it.
{
"name": "External Domain",
"documentation": "https://docs.cloud.gov/platform/services/external-domain-service",
"plans": [
{
"plan": "domain-with-cdn-dedicated-waf",
"credits": 1
}
]
}
- Provide a Tier estimate, e.g.:
- Include more of the free services
- Re-order the services (Start with app memory, then S3, then RDS, remaining AWS services, then external domain, etc)
- Download a CSV (optional, let's discuss)
Acceptance Criteria
I love the new cost estimator on the pricing page. A few ideas to make it more useful
Notes
{ "name": "External Domain", "documentation": "https://docs.cloud.gov/platform/services/external-domain-service", "plans": [ { "plan": "domain-with-cdn-dedicated-waf", "credits": 1 } ] }Acceptance Criteria