Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

telus-archive/ec2-dump

 
 

Repository files navigation

ec2-dump

dumps raw aws ec2 data to a json file

To use

Get Dump

Set aws ENV to regions

Update enviromentAwsRegionMap.json to map your enviroment to an AWS region.

Install dependancies

npm install

Export your aws credentials

export AWS_ACCESS_KEY_ID=REDACT
export AWS_SECRET_ACCESS_KEY=REDACT

Run passing in enviroment to export

node ec2-dump next

parse dump

getInstanceByTag

node getInstanceByTagName.js next ForgeBucket

About

dumps raw aws ec2 data to a json file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%