Which solution will meet these requirements?

2 Comments

  1. Stephen
    Author

    I systematize that the answer is:
    Modify the CloudFormation template to include an UpdatePolicy attribute for the Auto Scaling group. Include the AutoScalingRollingUpdate policy with MinInstancesInService of 4 and MaxBatchSize of 2. Whenever a software update is needed, alter either or both of the ImageId and UserData of the AWS::EC2::LaunchTemplate and update the stack.

  2. Raymond
    Author

    If I’m not mistaken, the answer is:
    Modify the CloudFormation template to include an UpdatePolicy attribute for the Auto Scaling group. Include the AutoScalingRollingUpdate policy with MinInstancesInService of 4 and MaxBatchSize of 2. Whenever a software update is needed, alter either or both of the ImageId and UserData of the AWS::EC2::LaunchTemplate and update the stack.

Leave a Reply to Stephen Cancel reply

Your email address will not be published. Required fields are marked *

17 − 7 =