Last active
April 22, 2019 14:05
-
-
Save danwagoner/6f8951190e8e49cee81a826e4d414d3d to your computer and use it in GitHub Desktop.
[v19 steps] #evolution #v19 #ssm
This file contains hidden or 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
# Run SSM Document that installs v19 DM/MC | |
$Params = @{"bureau" = "fullsend", "profile" = "dwagoner-dev"} | |
$Params | %{ | |
Send-SSMCommand -ProfileName $profile -Region us-east-1 -DocumentName "arn:aws:ssm:us-east-1:357057607743:document/EvoCloud-InstallEvoManagementServices" -Targets @(@{key='tag:Bureau'; values=@("$($bureau)")}) -Parameter @{"version"=@("19") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment