0.3.13 • Published 2 years ago

cloud-inventory v0.3.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.3.2

2 years ago

0.2.3

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.2.4

2 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.0

3 years ago

0.1.1

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago