#!/usr/bin/env bash # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 templatebucket=$1 templateprefix=$2 dbpassword=$3 stackname=$4 region=$5 SCRIPTDIR=`dirname $0` if [ "$templatebucket" == "" ] then echo "Usage: $0