You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2025-09-17-optimise-openfaas-aws-costs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ This is beyond the scope of our article that focuses on AWS EKS, [EC2](https://a
56
56
* Use VPC endpoints for AWS services (e.g., S3, DynamoDB) to avoid public internet fees—savings of $0.01/GB or more.
57
57
* Minimize cross-AZ traffic by pinning functions to single-AZ nodes if latency allows.
58
58
59
-
Take a detailed look at your monthly AWS bill and identify any hot spots for improvements.
59
+
Take a detailed look at your monthly bill with [AWS Cost Explorer](https://aws.amazon.com/aws-cost-management/aws-cost-explorer/).
60
60
61
61
Avoid [EKS Extended Support fees](https://cloudgov.ai/resources/blog/how-to-save-money-on-amazon-eks-clusters-with-extended-support-version-updates/). EKS charges $0.60/hr per cluster if you linger on an unsupported Kubernetes version. Keep a quarterly upgrade policy (N-2 policy) to stay on the standard $0.10/hr control-plane price.
0 commit comments