Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env bash
set -e
# Function to delete an RDS instance.
#
# Arguments
# - $1: The identifier of the RDS instance to be deleted.
#
delete_instance() {