# NOT RUN {
# This example notifies Auto Scaling that the specified lifecycle action
# is complete so that it can finish launching or terminating the instance.
# }
# NOT RUN {
svc$complete_lifecycle_action(
AutoScalingGroupName = "my-auto-scaling-group",
LifecycleActionResult = "CONTINUE",
LifecycleActionToken = "bcd2f1b8-9a78-44d3-8a7a-4dd07d7cf635",
LifecycleHookName = "my-lifecycle-hook"
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab