Skip to content

Instantly share code, notes, and snippets.

View mva-verbit's full-sized avatar

Mikhail Vasilenko mva-verbit

View GitHub Profile
#!/usr/bin/env python3
import argparse
import time
import datetime
import sys
import boto3
def main(db_id, source_profile, target_profile, target_instance_name,
snapshot_style, target_dbsubnet_group, target_security_group, overwrite_target,
rename_target):