1 Answer
- Newest
- Most votes
- Most comments
0
Is this the UpdatePolicy you're referring to?: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatepolicy.html#cfn-attributes-updatepolicy-rollingupdate
If so, its not an ASG setting, it only applies to CFN (CloudFormation) based updates, and will trigger when a change is made during the stack update which means the instances are no longer current (ie, a new Launch Template version)
If your goal is to replace all instances when the pipeline triggers, then you can have the last step in the pipeline be to trigger an Instance Refresh
If you want to make sure all instances are periodically cycled out, you can instead use a Max Instance Lifetime
Relevant content
- Accepted Answerasked 10 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 6 months ago