0.3.13 • Published 3 years ago

cloud-inventory v0.3.13

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cloud-inventory

Cloud Infrastructure Inventory

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

Supported cloud vendors: AWS

Supported services (and APIs): AWS EC2: RDS: ELC: IAM: CloudFront: CloudWatch: ECS: ECR: Lambda: DynamoDB: Route53: ELB: API Gateway: Autoscaling Groups: ACM:

Supported Regions AWS us-west-1 us-west-2 us-east-1 us-east-2 af-south-1 ap-northeast-3 ap-northeast-2 ap-northeast-1 ap-southeast-1 ap-southeast-2 ca-central-1 eu-central-1 eu-west-1 eu-west-2 eu-west-3 me-south-1 sa-east-1 ap-east-1 ap-south-2 eu-south-1

Installation

npm install cloud-inventory

Usage

import CloudInventory from 'cloud-inventory'

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

const oCloudInventory = new CloudInventory(config);
const oResources = oCloudInventory.inventory();
0.3.9

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.0

3 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.3.2

3 years ago

0.2.3

4 years ago

0.3.1

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.2.4

3 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago