This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Generates and distributes encrypted passwords for use with PowerShell scripts used in CloudFormation templates. | |
.DESCRIPTION | |
The CloudFormation-PowerShell-Creds script is designed to be run prior to running a CloudFormation stack | |
then called again from within the CloudFormation template. The purpose is to avoid the use of cleartext | |
passwords in CloudFormation templates/PowerShell scripts. | |
There are three main components of this script: |