skip to Main Content

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


  1. 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!

    Login or Signup to reply.
  2. The AWS Resource Explorer could be used.

    Resource Explorer allows you to find and view information about AWS resources in your account and from other accounts.

    You could leverage the built-in search capability and export your resources to a CSV file to act upon them as you like.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search