Skip to content

Instantly share code, notes, and snippets.

View linhpham's full-sized avatar

Linh Pham linhpham

  • Melbourne, Australia
View GitHub Profile
"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"