Skip to content

Instantly share code, notes, and snippets.

@hirenalken
Created August 4, 2020 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirenalken/fb9b7c57e147e884f7411bac3db1e2f3 to your computer and use it in GitHub Desktop.
Save hirenalken/fb9b7c57e147e884f7411bac3db1e2f3 to your computer and use it in GitHub Desktop.
Resources:
lifecyclehook:
Type: AWS::AutoScaling::LifecycleHook
Properties:
AutoScalingGroupName: { "Ref" : "AWSEBAutoScalingGroup" }
LifecycleTransition: autoscaling:EC2_INSTANCE_LAUNCHING
LifecycleHookName: { "Ref" : "AWSEBAutoScalingGroup" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment