Hey everyone! I'm looking for a way to see all of my running services in AWS without having to jump between the EC2 dashboard, RDS dashboard, S3, and so on. Is there a centralized view or dashboard that can show me all my active services in one place?
4 Answers
Have you thought about creating a custom dashboard with CloudWatch? It might help you get a broader view, but just a heads up, not all services may provide metrics for it.
You might want to check out Cost Explorer. It gives you insights into your costs and usage across your services. Although, I have to say, if you're looking for detailed usage data, the Cost and Usage Report export is even better since it captures all the specifics.
That's a great point! The CUR really has tons of useful details, especially for billing purposes.
You could also consider Cost Explorer, CloudWatch, or even tools like Grafana or Quicksight for tailored views. Keep in mind, though, there's no universal dashboard for services since what counts as a 'service' can vary a lot depending on your configuration. It's all pretty much one big API from AWS's perspective.
I've already started using CloudWatch. Thanks a lot for the help!
Another option is Resource Explorer. It's handy for getting insights, but do keep in mind that it doesn't cover all services, so check if it fits your needs.
I'll look into that! Thanks for the suggestion.