1.2.4 • Published 4 years ago

rds-snap v1.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

rds-snap

A cli app to create snapshot of rds instances

Prerequisite

Setup your aws credentials & config like in this guide

Install

Install this package globally using your preferred package manager

npm install -g rds-snap

or

yarn global add rds-snap

Usage

Select the rds instances that you want to create a snapshot of

rds-snap select

List instances that will be backed up

rds-snap instances

List snapshots that have been created

rds-snap list

Create snapshot of the instances you select before and delete old snapshot

rds-snap run