How to programmatically figure out which services are being actively used by an AWS account

0

Outside of billing and calling each service Describe/List* method, is there a way to obtain a list of AWS services for which there is atleast one resource present in a given AWS account? (this is different from Active service).

posta 2 anni fa891 visualizzazioni
4 Risposte
0
AWS
con risposta 2 anni fa
0

Hi There

There are a few ways to to this:

  1. Use Tag Editor
  2. Use AWS Config
  3. Use a third party tool like aws-inventory
  4. Use AWS Resource Explorer although not all services are supported yet
profile pictureAWS
ESPERTO
con risposta 2 anni fa
0

I'd consider looking in to the recently announced AWS Resource Explorer (https://aws.amazon.com/resourceexplorer/)

profile picture
con risposta 2 anni fa
0

Thank you for quick responses! I should have added that I have limitation of working within SecurityAudit policy permissions to be able to do this programmatically. That said, I wasn't aware of aws-inventory tool and AWS resource explorer, will try those and respond back to the thread if it indeed solves the problem.

con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande