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).

feita há 2 anos895 visualizações
4 Respostas
0
AWS
respondido há 2 anos
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
ESPECIALISTA
respondido há 2 anos
0

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

profile picture
respondido há 2 anos
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.

respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas