ec2-check

0.0.3 • Public • Published

ec2-check

NPM version NPM downloads Install Size

A CLI tool to check whether your AWS EC2 instances are encrypted.

Installation

npm install -g ec2-check

Usage

All Regions

$ ec2-check
 
      ######################################## 
              AWS EC2 Encryption Check
      ######################################## 
 
               Scanning Instances
 
      Volume ID: vol-05d216aa3675bf496
      Availability Zone: us-east-2c
      Name: Blog/Portfolio
      State: in-use
      Encrypted: False!
 
      Volume ID: vol-088d60f4b643af66f
      Availability Zone: us-east-1b
      Name: kyleobrien.io
      State: in-use
      Encrypted: False!
 
      ######################################## 

Specific Region

$ ec2-check --region us-east-2
 
      ######################################## 
              AWS EC2 Encryption Check
      ######################################## 
 
               Scanning Instances
 
      Volume ID: vol-06a98698ebb44ffd4
      Availability Zone: us-east-2b
      Name: Polafide
      State: in-use
      Encrypted: False!
 
      Volume ID: vol-00ac0e505900ac0b2
      Availability Zone: us-east-2b
      Name: Remote.it Docker Test
      State: in-use
      Encrypted: False!
 
      ######################################## 

Help

$   ec2-check -h
 
  Usage: ec2-check [options]
 
  A tool to check whether your AWS EC2 instances are encrypted.
 
  Options:
 
    -V, --version  output the version number
    -r, --region   Specify a particular region to lookup.
    -h, --help     output usage information

License

MIT

Package Sidebar

Install

npm i ec2-check

Weekly Downloads

4

Version

0.0.3

License

MIT

Unpacked Size

8.62 kB

Total Files

12

Last publish

Collaborators

  • kyleobrien1668