L Pit
L Pit
Related to this, in order to support capacity providers with `managedTerminationProtection`, we also need to be able to set the [new-instances-protected-from-scale-in](https://docs.aws.amazon.com/cli/latest/reference/autoscaling/create-auto-scaling-group.html) property when creating the ASG via CloudFormation. This latter...
@peterpod-c1 > It occasionally happens that we are paged because the alert threshold is breached, when in fact the instances are in fact not spread i.e one instance has several...
> Do Capacity Providers help with this? Not quite. In my tests I started with 4 EC2 instances, each which can take a max of 4 tasks. The distribution at...
Does this work with Claude? ``` class ApplicationController < ActionController::Base def index return head :accepted if params[:method] == 'notifications/initialized' # ... etc. ```