Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 497 Bytes

File metadata and controls

29 lines (17 loc) · 497 Bytes

Rds Snapshots

A read-only script that queries Rds resources and displays information.

Running

bash rds-snapshots.sh

What it does

  1. Listing RDS instances
  2. Listing automated snapshots
  3. Listing manual snapshots
  4. Listing cluster snapshots

Resources created

None — this script is read-only.

Cost

No cost. This script only reads existing resources.

Related docs