AWSAutoScalingInstanceRefreshWarmPoolProgress

Objective-C

@interface AWSAutoScalingInstanceRefreshWarmPoolProgress

Swift

class AWSAutoScalingInstanceRefreshWarmPoolProgress

Reports progress on replacing instances that are in the warm pool.

  • The number of instances remaining to update.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable instancesToUpdate;

    Swift

    var instancesToUpdate: NSNumber? { get set }
  • The percentage of instances in the warm pool that have been replaced. For each instance replacement, Amazon EC2 Auto Scaling tracks the instance’s health status and warm-up time. When the instance’s health status changes to healthy and the specified warm-up time passes, the instance is considered updated and is added to the percentage complete.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable percentageComplete;

    Swift

    var percentageComplete: NSNumber? { get set }