r/AWSforStartUp

Image 1 — Ran the same file through my cost tool twice, static vs real AWS data. Score dropped from A to C and I didn't expect that
Image 2 — Ran the same file through my cost tool twice, static vs real AWS data. Score dropped from A to C and I didn't expect that
▲ 0 r/AWSforStartUp+2 crossposts

Ran the same file through my cost tool twice, static vs real AWS data. Score dropped from A to C and I didn't expect that

I'm building CloudCostTree (estimates AWS costs from Terraform/CloudFormation, before you apply anything). A while back I added an opt-in flag that, instead of guessing, actually pulls real data from your AWS account: live Spot pricing, real CloudWatch CPU usage, volumes and IPs confirmed as orphaned. I'd tested it on its own, but never put the two reports side by side until today.

Same file, same moment, nothing changed in between:

Without real account data: 1 generic finding ("Graviton usually saves 20-40%"), score A (97/100).

With real data: 7 findings, actual numbers. Spot price right now is literally $0.0082/hr vs $0.0208/hr on-demand, one instance averaging 3.4% CPU over 14 days, a volume and an Elastic IP confirmed orphaned via the API. Score C (76/100).

The infra didn't get worse. What changed is whether the tool was actually allowed to look. Stuck with me a bit: a clean static report and a clean account aren't the same claim, and it's easy to mix them up until something forces the comparison.

u/Independent-Ease-609 — 4 days ago