By using AWS re:Post, you agree to the AWS re:Post Terms of Use

Spot Instance interruption while CodeDeploy is running a deployment to an Auto Scaling group

0

Using CodeDeploy for deploying to an EC2 Auto Scaling group, CodeDeploy could disable ASG'S scaling activities by setting HANDLE_PROCS=true. However, what happens if a Spot Instance is interrupted during a deployment?

AWS
EXPERT
asked 4 years ago568 views
1 Answer
1
Accepted Answer

According to the documentation, if an instance is terminated during a deployment, the process times out and fails. The timeout window depends on whether the script was in between life cycle events or in the middle of one

profile pictureAWS
answered 4 years ago
profile picture
EXPERT
reviewed 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions