Live data from Hacker News

Show HN: Awsmap – query your AWS inventory with SQL or plain English, offline

github.com

1–3 of 3 posts

Re: Show HN: Awsmap – query your AWS inventory with SQL or plain English, offline

#3
Author here. The annoying thing awsmap fixes: every other inventory tool re-hits the AWS API every time you ask it something. awsmap scans once into a local SQLite file, then you query that offline in plain SQL, or plain English.

  pip install awsmap
  awsmap scan
  awsmap ask which EC2 instances have no Owner tag
150+ services, all regions, MIT. Happy to answer anything, and curious which services you'd want covered better.