Created
          August 27, 2016 19:30 
        
      - 
      
 - 
        
Save mikepfeiffer/4aea8cba143ff31fa90a33ff4818b809 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
mikepfeiffer created this gist
Aug 27, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ aws autoscaling put-lifecycle-hook \ --lifecycle-hook-name scale-out-hook \ --auto-scaling-group-name MyASG \ --lifecycle-transition autoscaling:EC2_INSTANCE_LAUNCHING aws autoscaling complete-lifecycle-action \ --lifecycle-action-result CONTINUE \ --instance-id i-0680775fb68bc97a5 \ --lifecycle-hook-name scale-out-hook \ --auto-scaling-group-name MyASG aws autoscaling complete-lifecycle-action \ --lifecycle-action-result ABANDON \ --instance-id i-033f4289b461aae75 \ --lifecycle-hook-name scale-out-hook \ --auto-scaling-group-name MyASG