CodeDeploy and Instance Refresh in Auto Scaling Group

0

Hi! Does CodeDeploy work with Instance Refresh in Auto Scaling Group? Will CodeDeploy automatically deploy the updated application version after uploading a new AMI and performing a refresh?

I'm wondering how to automate this process if I'm creating an AMI in Packer and updating the launch template using Terraform, while the application is being deployed through CodeDeploy

1개 답변
1
수락된 답변

Yes, CodeDeploy can work with Instance Refresh in an Auto Scaling Group (ASG).

To automate this process, you would need to configure CodeDeploy to use a deployment group that targets the instances in your ASG. You can specify deployment rules, deployment configurations, and the updated application version to deploy.

In your case, where you are creating the AMI with Packer and updating the launch template using Terraform, you would follow these steps:

  • Use Packer to create a new AMI with the updated application version.
  • Update the launch template in Terraform with the new AMI ID.
  • Trigger an Instance Refresh in the ASG, which will replace the instances with new instances created from the updated AMI.
  • Configure CodeDeploy to deploy the updated application version to the new instances in the ASG.
  • CodeDeploy will recognize the newly launched instances and automatically initiate the deployment process.
profile picture
전문가
답변함 일 년 전
  • Thanks for the reply, everything is correct and works fine!

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인