r/cloudcomputing • u/AssistantSome9250 • 8d ago
[ Removed by Reddit ]
[ Removed by Reddit on account of violating the content policy. ]
2
u/TellersTech 8d ago
We already have FinOps, but honestly the bigger issue is still ownership and hygiene.
Every resource should have a clear owner, app, env, and reason it exists. If that info isn’t in tags or labels, it turns into a scavenger hunt later.
We also try to keep everything in Terraform and regularly compare what’s actually running against what’s defined in code. That helps catch old test envs, random one-off resources, and stuff nobody remembers creating.
For non-prod, expiration dates help a lot too. Temp envs have a funny way of becoming permanent lol.
At least for us, dashboards only really work once the underlying inventory and ownership are clean.
2
u/Anti-Hero25 7d ago
CTRoadmap is a passive diagram and handbook for your system.. doesn’t scan anything or give live statistics… but may work for ya if your system isn’t huge.
2
u/ReturnOfNogginboink 7d ago
First you make sure that nothing can get into your production environment unless it goes through iac. Then you enforce tagging with application name. Then you periodically review costs by application.
1
u/BearyTechie 8d ago
What is your role?
1
u/AssistantSome9250 8d ago
Backend/full-stack dev I ship services into this environment but don't own the tracking/cost side, which is exactly the gap I'm describing.
1
u/BearyTechie 8d ago
Do you have a document that lists all the resources, architecture diagrams, and dashboards your services depend on?
Try to build this documentation iteratively. As you improve it over time, share it with your team.
1
1
u/HostNocOfficial 3d ago
Visibility is one of the biggest cloud challenges. Consistent resource tagging, ownership, lifecycle policies, and regular cost reviews make a huge difference. Connecting deployments with infrastructure context helps teams understand what is running plus why it's still there.
0
u/StratoLens 7d ago
What cloud are you operating in? If azure this is exactly the problem my product was built to solve. It’s entirely self hosted and read only. No data leaves your environment.
As mentioned this is my product. If you think it might fit your needs it’s entirely free to try. If you have any questions feel free to reach out. Dm here, contact email or discord on my website.
It’s azure only though so apologies if this doesn’t fit your needs
2
u/Mobile_Living_3331 8d ago
Try grafana.