Create AWS Infrastructure Cost Estimation Page in Developer Guide
Artem-Zahumonnyi opened this issue · 0 comments
Artem-Zahumonnyi commented
Is your feature request related to a problem? Please describe.
Our developers need comprehensive documentation to effectively plan and budget their AWS infrastructure costs. Currently, this information is scattered or non-existent, which can lead to inefficiencies and unexpected expenses.
Describe the solution you'd like
We aim to add a new page under the Developer Guide section, specifically within Cloud Providers -> AWS, detailing the approximate costs of our AWS infrastructure. This page should include:
- An introductory paragraph explaining the purpose of the cost estimation and its importance for planning and budgeting.
- A table listing our platform components and their approximate costs, including Application Load Balancer (ALB), Virtual Private Cloud (VPC), 3x Network Address Translation (NAT) Gateways, Elastic Container Registry (ECR), Elastic Kubernetes Service (EKS), Elastic Block Store (EBS), and Elastic Compute Cloud (EC2).
- For each component, a brief description, its purpose within our infrastructure, and its approximate monthly cost should be provided.
- A link to the AWS Pricing Calculator with pre-configured inputs matching our infrastructure setup to allow users to explore and adjust the cost estimation based on their specific needs.
Additional context
This page will serve as a valuable resource for developers to understand and manage their AWS infrastructure costs more effectively.