ec2-check
v0.0.3
Published
A CLI tool to check whether your AWS EC2 instances are encrypted.
Downloads
52
Maintainers
Readme
ec2-check
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