Skip to content

Instantly share code, notes, and snippets.

@danwagoner
Last active April 22, 2019 14:05
Show Gist options
  • Save danwagoner/6f8951190e8e49cee81a826e4d414d3d to your computer and use it in GitHub Desktop.
Save danwagoner/6f8951190e8e49cee81a826e4d414d3d to your computer and use it in GitHub Desktop.
[v19 steps] #evolution #v19 #ssm
# 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