Skip to content

Instantly share code, notes, and snippets.

@linhpham
Last active February 5, 2016 00:24
Show Gist options
  • Save linhpham/0db413b81192a4150f2c to your computer and use it in GitHub Desktop.
Save linhpham/0db413b81192a4150f2c to your computer and use it in GitHub Desktop.
"WindowsInstance": {
"Metadata": {
"AWS::CloudFormation::Init": {
"config": {
"commands": {
"00-configEnvAndCopyScripts": {
"command": "powershell.exe -ExecutionPolicy Unrestricted c:\\cfn\\scripts\\config_env_and_copy_scripts.ps1"
},
"01-settingTime": {
"command": "powershell.exe -ExecutionPolicy Unrestricted c:\\cfn\\scripts\\set_time.ps1"
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment