Skip to content

Precogs-com/rds-logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDS LOGS

Codeship Status for Precogs-com/rds-logs

Download all AWS RDS logs files for a specific instance.

Install

$ npm install -g rds-logs

Usage

Get some help

$ rdslogs --help

  Usage: rdslogs [options] <path>

  Download all RDS logs on a specified database

  Options:
    -i, --instance-id <aws instance identifier>  (required) db instance identifier
    -r, --region <aws region>                    (optional) default set to us-east-1
    -d, --debug                                  (optional) print debug log
    -V, --version                                output the version number
    -h, --help                                   output usage information

Dowload logs for instance production on region us-east-1, put logs in ./logs:

$ rdslogs -i production -r us-east-1 ./logs

Contribute

Before making a pull request, make sure to run:

$ npm run lint
$ npm run test

About

NodeJS command line to download RDS logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published