-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Summary
Rustcost supports a dynamic pricing page where users can modify cost values, but it does not provide built-in pricing templates for major cloud providers. Adding AWS and GCP templates would reduce manual input and improve accuracy.
Request
Introduce predefined pricing templates for:
AWS
GCP
These templates should populate the existing dynamic pricing page, allowing users to adjust values as needed instead of entering everything from scratch.
Goals
Provide baseline on-demand pricing for common services (compute, storage, network).
Integrate templates into the existing price-editing workflow (not fixed or locked).
Allow users to override any value after loading a template.
Benefits
Faster setup for new users.
More realistic cloud cost modeling.
Consistent structure for future provider templates.
Notes
Only static baseline templates are needed initially; dynamic API fetching can be optional future work.