Skip to content

Instantly share code, notes, and snippets.

@vkadiyala
vkadiyala / dbsnap.py
Created May 28, 2020 20:51 — forked from dastergon/dbsnap.py
dbsnap is a DB snapshot management tool for Amazon RDS.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""dbsnap is a DB snapshot management tool for Amazon RDS.
Demo tool used for educational purposes in http://blog.codebender.cc/2015/12/08/automating-db-snapshots-at-amazon-rds/
"""
from __future__ import print_function
import boto3