Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
access_key_id=$1
access_key_secret=$2
instance_id=$3
dbname=$4
start_time=$5
end_time=$6
now=`date -u "+%Y-%m-%dT%H:%M:%SZ"`
signature_nonce=`openssl rand -hex 8`