ec2-check

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

Usage no npm install needed!

<script type="module">
  import ec2Check from 'https://cdn.skypack.dev/ec2-check';
</script>

README

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