I’m try to find out if there is any tool/api to list current running services in AWS account.
I tried cost explorer and billing dash board there it’ll show deleted services as well. However in my case i want only current active services.
Tried AWS Trusted Advisor too, but it offers service limits and only covers certain services and doesn’t support a complete list.
2
Answers
AWS Nuke can list all resources.
It is a utility written to delete resources, but by default it only lists resources. Best to run it with ‘read-only’ credentials to avoid anything bad happening!
The AWS Resource Explorer could be used.
You could leverage the built-in search capability and export your resources to a CSV file to act upon them as you like.