google-cloud-inventory

0.0.1 • Public • Published

google-cloud-inventory

Google Cloud Infrastructure Inventory

This module provides an abstraction layer to inventory your cloud resources.

Supported services (and APIs):

Supported Regions

Installation

npm install google-cloud-inventory

Usage

import GoogleCloudInventory from 'google-cloud-inventory'

const config = {
  credentials: {
    accessKeyId: 'your_access_key',
    secretAccessKey: 'your_secret_key'
  },
  services: ['ec2', 'rds'],
  regions: ['us-west-2, us-east-1']
};

const oInventory = new GoogleCloudInventory(config);
const oResources = oInventory.inventory();

Package Sidebar

Install

npm i google-cloud-inventory

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

54.8 kB

Total Files

3

Last publish

Collaborators

  • emkeyser