0.5.4 • Published 1 year ago

@elemental-clouds/osmium v0.5.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Osmium

Gather AWS resource metadata for use in inventory management.

Usage

import { s3 } from 'osmium';

(async () => {
  const scanner = new s3.Buckets({ profile: 'fluffy' });

  await scanner.enumerate();

  console.log(JSON.stringify(scanner.inventory, null, 2));
})();

Scanners

AWS ServiceScanner
EC2Snapshots
KMSKeys
S3Buckets