From d06526a668fd72809947b7fc48d3a0930bb5c4bf Mon Sep 17 00:00:00 2001 From: Peter Postma Date: Mon, 26 Aug 2024 21:19:08 +0200 Subject: [PATCH] Remove "Instance refresh limitations" from the Caveats sections, as this is no longer an issue. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index cde65e4..a39a46e 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,6 @@ Instead of deploying to live servers, capistrano-asg-rolling will create a tempo ## Caveats -#### Instance refresh limitations - -Please be aware of the limitations of using instance refresh, in particular "Instances terminated before launch": https://docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-refresh.html#instance-refresh-limitations - #### Launch Templates This gem depends on Auto Scaling Groups with Launch Templates. Using an Auto Scaling Group with a Launch Configuration is not supported, and will raise an `Capistrano::ASG::Rolling::NoLaunchTemplate`.