Skip to content

Instantly share code, notes, and snippets.

@przygode
Created September 21, 2012 05:31
Show Gist options
  • Save przygode/3759883 to your computer and use it in GitHub Desktop.
Save przygode/3759883 to your computer and use it in GitHub Desktop.
auto-scaling-waitcondition
{
"ChefClientWaitHandle": {
"Type": "AWS::CloudFormation::WaitConditionHandle"
},
"ChefClientWaitCondition": {
"Type": "AWS::CloudFormation::WaitCondition",
"DependsOn": "ChefClient",
"Properties": {
"Handle": {
"Ref": "ChefClientWaitHandle"
},
"Timeout": "1200"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment