ec2: group instances by launch spec and lifecycle in instant fleets#175
Conversation
dedd8f5 to
589ae57
Compare
589ae57 to
ed20470
Compare
viren-nadkarni
left a comment
There was a problem hiding this comment.
With the v2026.04.0 release, we are no longer allowing any changes to Moto-Ext as it will break backwards compatibility. This change directly impacts the model for Fleet which is part of the persisted state.
@viren-nadkarni If I'm not mistaken, this doesn't change how the fleet is stored but how it is represented in the response of the create fleet operation. I'm fine with skipping this change if you still have any concerns about state management. |
Effectively yes, but the logic resides in the |
EC2:
create_fleet()(instant type) now groups instances sharing the same launch spec and lifecycle into a single response entry with aggregated InstanceIds, matching AWS behaviour.Tested with https://github.com/localstack/localstack-pro/pull/6895