Auto Scaling

2021/04/08 - Auto Scaling - 3 new 2 updated api methods

Changes  Amazon EC2 Auto Scaling announces Warm Pools that help applications to scale out faster by pre-initializing EC2 instances and save money by requiring fewer continuously running instances

PutWarmPool (new) Link ¶

Adds a warm pool to the specified Auto Scaling group. A warm pool is a pool of pre-initialized EC2 instances that sits alongside the Auto Scaling group. Whenever your application needs to scale out, the Auto Scaling group can draw on the warm pool to meet its new desired capacity. For more information, see Warm pools for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide .

This operation must be called from the Region in which the Auto Scaling group was created. This operation cannot be called on an Auto Scaling group that has a mixed instances policy or a launch template or launch configuration that requests Spot Instances.

You can view the instances in the warm pool using the DescribeWarmPool API call. If you are no longer using a warm pool, you can delete it by calling the DeleteWarmPool API.

See also: AWS API Documentation

Request Syntax

client.put_warm_pool(
    AutoScalingGroupName='string',
    MaxGroupPreparedCapacity=123,
    MinSize=123,
    PoolState='Stopped'|'Running'
)
type AutoScalingGroupName

string

param AutoScalingGroupName

[REQUIRED]

The name of the Auto Scaling group.

type MaxGroupPreparedCapacity

integer

param MaxGroupPreparedCapacity

Specifies the total maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group. This is an optional property. Specify it only if the warm pool size should not be determined by the difference between the group's maximum capacity and its desired capacity.

Warning

Amazon EC2 Auto Scaling will launch and maintain either the difference between the group's maximum capacity and its desired capacity, if a value for MaxGroupPreparedCapacity is not specified, or the difference between the MaxGroupPreparedCapacity and the desired capacity, if a value for MaxGroupPreparedCapacity is specified.

The size of the warm pool is dynamic. Only when MaxGroupPreparedCapacity and MinSize are set to the same value does the warm pool have an absolute size.

If the desired capacity of the Auto Scaling group is higher than the MaxGroupPreparedCapacity , the capacity of the warm pool is 0. To remove a value that you previously set, include the property but specify -1 for the value.

type MinSize

integer

param MinSize

Specifies the minimum number of instances to maintain in the warm pool. This helps you to ensure that there is always a certain number of warmed instances available to handle traffic spikes. Defaults to 0 if not specified.

type PoolState

string

param PoolState

Sets the instance state to transition to after the lifecycle hooks finish. Valid values are: Stopped (default) or Running .

rtype

dict

returns

Response Syntax

{}

Response Structure

  • (dict) --

DescribeWarmPool (new) Link ¶

Describes a warm pool and its instances.

See also: AWS API Documentation

Request Syntax

client.describe_warm_pool(
    AutoScalingGroupName='string',
    MaxRecords=123,
    NextToken='string'
)
type AutoScalingGroupName

string

param AutoScalingGroupName

[REQUIRED]

The name of the Auto Scaling group.

type MaxRecords

integer

param MaxRecords

The maximum number of instances to return with this call. The maximum value is 50 .

type NextToken

string

param NextToken

The token for the next set of instances to return. (You received this token from a previous call.)

rtype

dict

returns

Response Syntax

{
    'WarmPoolConfiguration': {
        'MaxGroupPreparedCapacity': 123,
        'MinSize': 123,
        'PoolState': 'Stopped'|'Running',
        'Status': 'PendingDelete'
    },
    'Instances': [
        {
            'InstanceId': 'string',
            'InstanceType': 'string',
            'AvailabilityZone': 'string',
            'LifecycleState': 'Pending'|'Pending:Wait'|'Pending:Proceed'|'Quarantined'|'InService'|'Terminating'|'Terminating:Wait'|'Terminating:Proceed'|'Terminated'|'Detaching'|'Detached'|'EnteringStandby'|'Standby'|'Warmed:Pending'|'Warmed:Pending:Wait'|'Warmed:Pending:Proceed'|'Warmed:Terminating'|'Warmed:Terminating:Wait'|'Warmed:Terminating:Proceed'|'Warmed:Terminated'|'Warmed:Stopped'|'Warmed:Running',
            'HealthStatus': 'string',
            'LaunchConfigurationName': 'string',
            'LaunchTemplate': {
                'LaunchTemplateId': 'string',
                'LaunchTemplateName': 'string',
                'Version': 'string'
            },
            'ProtectedFromScaleIn': True|False,
            'WeightedCapacity': 'string'
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    • WarmPoolConfiguration (dict) --

      The warm pool configuration details.

      • MaxGroupPreparedCapacity (integer) --

        The total maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group.

      • MinSize (integer) --

        The minimum number of instances to maintain in the warm pool.

      • PoolState (string) --

        The instance state to transition to after the lifecycle actions are complete: Stopped or Running .

      • Status (string) --

        The status of a warm pool that is marked for deletion.

    • Instances (list) --

      The instances that are currently in the warm pool.

      • (dict) --

        Describes an EC2 instance.

        • InstanceId (string) --

          The ID of the instance.

        • InstanceType (string) --

          The instance type of the EC2 instance.

        • AvailabilityZone (string) --

          The Availability Zone in which the instance is running.

        • LifecycleState (string) --

          A description of the current lifecycle state. The Quarantined state is not used. For information about lifecycle states, see Instance lifecycle in the Amazon EC2 Auto Scaling User Guide .

        • HealthStatus (string) --

          The last reported health status of the instance. "Healthy" means that the instance is healthy and should remain in service. "Unhealthy" means that the instance is unhealthy and that Amazon EC2 Auto Scaling should terminate and replace it.

        • LaunchConfigurationName (string) --

          The launch configuration associated with the instance.

        • LaunchTemplate (dict) --

          The launch template for the instance.

          • LaunchTemplateId (string) --

            The ID of the launch template. To get the template ID, use the Amazon EC2 DescribeLaunchTemplates API operation. New launch templates can be created using the Amazon EC2 CreateLaunchTemplate API.

            Conditional: You must specify either a LaunchTemplateId or a LaunchTemplateName .

          • LaunchTemplateName (string) --

            The name of the launch template. To get the template name, use the Amazon EC2 DescribeLaunchTemplates API operation. New launch templates can be created using the Amazon EC2 CreateLaunchTemplate API.

            Conditional: You must specify either a LaunchTemplateId or a LaunchTemplateName .

          • Version (string) --

            The version number, $Latest , or $Default . To get the version number, use the Amazon EC2 DescribeLaunchTemplateVersions API operation. New launch template versions can be created using the Amazon EC2 CreateLaunchTemplateVersion API. If the value is $Latest , Amazon EC2 Auto Scaling selects the latest version of the launch template when launching instances. If the value is $Default , Amazon EC2 Auto Scaling selects the default version of the launch template when launching instances. The default value is $Default .

        • ProtectedFromScaleIn (boolean) --

          Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.

        • WeightedCapacity (string) --

          The number of capacity units contributed by the instance based on its instance type.

          Valid Range: Minimum value of 1. Maximum value of 999.

    • NextToken (string) --

      The token for the next set of items to return. (You received this token from a previous call.)

DeleteWarmPool (new) Link ¶

Deletes the warm pool for the specified Auto Scaling group.

See also: AWS API Documentation

Request Syntax

client.delete_warm_pool(
    AutoScalingGroupName='string',
    ForceDelete=True|False
)
type AutoScalingGroupName

string

param AutoScalingGroupName

[REQUIRED]

The name of the Auto Scaling group.

type ForceDelete

boolean

param ForceDelete

Specifies that the warm pool is to be deleted along with all instances associated with the warm pool, without waiting for all instances to be terminated. This parameter also deletes any outstanding lifecycle actions associated with the warm pool instances.

rtype

dict

returns

Response Syntax

{}

Response Structure

  • (dict) --

DescribeAutoScalingGroups (updated) Link ¶
Changes (response)
{'AutoScalingGroups': {'Instances': {'LifecycleState': {'Warmed:Pending',
                                                        'Warmed:Pending:Proceed',
                                                        'Warmed:Pending:Wait',
                                                        'Warmed:Running',
                                                        'Warmed:Stopped',
                                                        'Warmed:Terminated',
                                                        'Warmed:Terminating',
                                                        'Warmed:Terminating:Proceed',
                                                        'Warmed:Terminating:Wait'}},
                       'WarmPoolConfiguration': {'MaxGroupPreparedCapacity': 'integer',
                                                 'MinSize': 'integer',
                                                 'PoolState': 'Stopped | '
                                                              'Running',
                                                 'Status': 'PendingDelete'},
                       'WarmPoolSize': 'integer'}}

Describes one or more Auto Scaling groups.

See also: AWS API Documentation

Request Syntax

client.describe_auto_scaling_groups(
    AutoScalingGroupNames=[
        'string',
    ],
    NextToken='string',
    MaxRecords=123
)
type AutoScalingGroupNames

list

param AutoScalingGroupNames

The names of the Auto Scaling groups. By default, you can only specify up to 50 names. You can optionally increase this limit using the MaxRecords parameter.

If you omit this parameter, all Auto Scaling groups are described.

  • (string) --

type NextToken

string

param NextToken

The token for the next set of items to return. (You received this token from a previous call.)

type MaxRecords

integer

param MaxRecords

The maximum number of items to return with this call. The default value is 50 and the maximum value is 100 .

rtype

dict

returns

Response Syntax

{
    'AutoScalingGroups': [
        {
            'AutoScalingGroupName': 'string',
            'AutoScalingGroupARN': 'string',
            'LaunchConfigurationName': 'string',
            'LaunchTemplate': {
                'LaunchTemplateId': 'string',
                'LaunchTemplateName': 'string',
                'Version': 'string'
            },
            'MixedInstancesPolicy': {
                'LaunchTemplate': {
                    'LaunchTemplateSpecification': {
                        'LaunchTemplateId': 'string',
                        'LaunchTemplateName': 'string',
                        'Version': 'string'
                    },
                    'Overrides': [
                        {
                            'InstanceType': 'string',
                            'WeightedCapacity': 'string',
                            'LaunchTemplateSpecification': {
                                'LaunchTemplateId': 'string',
                                'LaunchTemplateName': 'string',
                                'Version': 'string'
                            }
                        },
                    ]
                },
                'InstancesDistribution': {
                    'OnDemandAllocationStrategy': 'string',
                    'OnDemandBaseCapacity': 123,
                    'OnDemandPercentageAboveBaseCapacity': 123,
                    'SpotAllocationStrategy': 'string',
                    'SpotInstancePools': 123,
                    'SpotMaxPrice': 'string'
                }
            },
            'MinSize': 123,
            'MaxSize': 123,
            'DesiredCapacity': 123,
            'DefaultCooldown': 123,
            'AvailabilityZones': [
                'string',
            ],
            'LoadBalancerNames': [
                'string',
            ],
            'TargetGroupARNs': [
                'string',
            ],
            'HealthCheckType': 'string',
            'HealthCheckGracePeriod': 123,
            'Instances': [
                {
                    'InstanceId': 'string',
                    'InstanceType': 'string',
                    'AvailabilityZone': 'string',
                    'LifecycleState': 'Pending'|'Pending:Wait'|'Pending:Proceed'|'Quarantined'|'InService'|'Terminating'|'Terminating:Wait'|'Terminating:Proceed'|'Terminated'|'Detaching'|'Detached'|'EnteringStandby'|'Standby'|'Warmed:Pending'|'Warmed:Pending:Wait'|'Warmed:Pending:Proceed'|'Warmed:Terminating'|'Warmed:Terminating:Wait'|'Warmed:Terminating:Proceed'|'Warmed:Terminated'|'Warmed:Stopped'|'Warmed:Running',
                    'HealthStatus': 'string',
                    'LaunchConfigurationName': 'string',
                    'LaunchTemplate': {
                        'LaunchTemplateId': 'string',
                        'LaunchTemplateName': 'string',
                        'Version': 'string'
                    },
                    'ProtectedFromScaleIn': True|False,
                    'WeightedCapacity': 'string'
                },
            ],
            'CreatedTime': datetime(2015, 1, 1),
            'SuspendedProcesses': [
                {
                    'ProcessName': 'string',
                    'SuspensionReason': 'string'
                },
            ],
            'PlacementGroup': 'string',
            'VPCZoneIdentifier': 'string',
            'EnabledMetrics': [
                {
                    'Metric': 'string',
                    'Granularity': 'string'
                },
            ],
            'Status': 'string',
            'Tags': [
                {
                    'ResourceId': 'string',
                    'ResourceType': 'string',
                    'Key': 'string',
                    'Value': 'string',
                    'PropagateAtLaunch': True|False
                },
            ],
            'TerminationPolicies': [
                'string',
            ],
            'NewInstancesProtectedFromScaleIn': True|False,
            'ServiceLinkedRoleARN': 'string',
            'MaxInstanceLifetime': 123,
            'CapacityRebalance': True|False,
            'WarmPoolConfiguration': {
                'MaxGroupPreparedCapacity': 123,
                'MinSize': 123,
                'PoolState': 'Stopped'|'Running',
                'Status': 'PendingDelete'
            },
            'WarmPoolSize': 123
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    • AutoScalingGroups (list) --

      The groups.

      • (dict) --

        Describes an Auto Scaling group.

        • AutoScalingGroupName (string) --

          The name of the Auto Scaling group.

        • AutoScalingGroupARN (string) --

          The Amazon Resource Name (ARN) of the Auto Scaling group.

        • LaunchConfigurationName (string) --

          The name of the associated launch configuration.

        • LaunchTemplate (dict) --

          The launch template for the group.

          • LaunchTemplateId (string) --

            The ID of the launch template. To get the template ID, use the Amazon EC2 DescribeLaunchTemplates API operation. New launch templates can be created using the Amazon EC2 CreateLaunchTemplate API.

            Conditional: You must specify either a LaunchTemplateId or a LaunchTemplateName .

          • LaunchTemplateName (string) --

            The name of the launch template. To get the template name, use the Amazon EC2 DescribeLaunchTemplates API operation. New launch templates can be created using the Amazon EC2 CreateLaunchTemplate API.

            Conditional: You must specify either a LaunchTemplateId or a LaunchTemplateName .

          • Version (string) --

            The version number, $Latest , or $Default . To get the version number, use the Amazon EC2 DescribeLaunchTemplateVersions API operation. New launch template versions can be created using the Amazon EC2 CreateLaunchTemplateVersion API. If the value is $Latest , Amazon EC2 Auto Scaling selects the latest version of the launch template when launching instances. If the value is $Default , Amazon EC2 Auto Scaling selects the default version of the launch template when launching instances. The default value is $Default .

        • MixedInstancesPolicy (dict) --

          The mixed instances policy for the group.

          • LaunchTemplate (dict) --

            Specifies the launch template to use and optionally the instance types (overrides) that are used to provision EC2 instances to fulfill On-Demand and Spot capacities. Required when creating a mixed instances policy.

            • LaunchTemplateSpecification (dict) --

              The launch template to use.

              • LaunchTemplateId (string) --

                The ID of the launch template. To get the template ID, use the Amazon EC2 DescribeLaunchTemplates API operation. New launch templates can be created using the Amazon EC2 CreateLaunchTemplate API.

                Conditional: You must specify either a LaunchTemplateId or a LaunchTemplateName .

              • LaunchTemplateName (string) --

                The name of the launch template. To get the template name, use the Amazon EC2 DescribeLaunchTemplates API operation. New launch templates can be created using the Amazon EC2 CreateLaunchTemplate API.

                Conditional: You must specify either a LaunchTemplateId or a LaunchTemplateName .

              • Version (string) --

                The version number, $Latest , or $Default . To get the version number, use the Amazon EC2 DescribeLaunchTemplateVersions API operation. New launch template versions can be created using the Amazon EC2 CreateLaunchTemplateVersion API. If the value is $Latest , Amazon EC2 Auto Scaling selects the latest version of the launch template when launching instances. If the value is $Default , Amazon EC2 Auto Scaling selects the default version of the launch template when launching instances. The default value is $Default .

            • Overrides (list) --

              Any properties that you specify override the same properties in the launch template. If not provided, Amazon EC2 Auto Scaling uses the instance type specified in the launch template when it launches an instance.

              • (dict) --

                Describes an override for a launch template. The maximum number of instance types that can be associated with an Auto Scaling group is 40. The maximum number of distinct launch templates you can define for an Auto Scaling group is 20. For more information about configuring overrides, see Configuring overrides in the Amazon EC2 Auto Scaling User Guide .

                • InstanceType (string) --

                  The instance type, such as m3.xlarge . You must use an instance type that is supported in your requested Region and Availability Zones. For more information, see Instance types in the Amazon Elastic Compute Cloud User Guide .

                • WeightedCapacity (string) --

                  The number of capacity units provided by the specified instance type in terms of virtual CPUs, memory, storage, throughput, or other relative performance characteristic. When a Spot or On-Demand Instance is provisioned, the capacity units count toward the desired capacity. Amazon EC2 Auto Scaling provisions instances until the desired capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EC2 Auto Scaling can only provision an instance with a WeightedCapacity of 5 units, the instance is provisioned, and the desired capacity is exceeded by 3 units. For more information, see Instance weighting for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide . Value must be in the range of 1 to 999.

                • LaunchTemplateSpecification (dict) --

                  Provides the launch template to be used when launching the instance type. For example, some instance types might require a launch template with a different AMI. If not provided, Amazon EC2 Auto Scaling uses the launch template that's defined for your mixed instances policy. For more information, see Specifying a different launch template for an instance type in the Amazon EC2 Auto Scaling User Guide .

                  • LaunchTemplateId (string) --

                    The ID of the launch template. To get the template ID, use the Amazon EC2 DescribeLaunchTemplates API operation. New launch templates can be created using the Amazon EC2 CreateLaunchTemplate API.

                    Conditional: You must specify either a LaunchTemplateId or a LaunchTemplateName .

                  • LaunchTemplateName (string) --

                    The name of the launch template. To get the template name, use the Amazon EC2 DescribeLaunchTemplates API operation. New launch templates can be created using the Amazon EC2 CreateLaunchTemplate API.

                    Conditional: You must specify either a LaunchTemplateId or a LaunchTemplateName .

                  • Version (string) --

                    The version number, $Latest , or $Default . To get the version number, use the Amazon EC2 DescribeLaunchTemplateVersions API operation. New launch template versions can be created using the Amazon EC2 CreateLaunchTemplateVersion API. If the value is $Latest , Amazon EC2 Auto Scaling selects the latest version of the launch template when launching instances. If the value is $Default , Amazon EC2 Auto Scaling selects the default version of the launch template when launching instances. The default value is $Default .

          • InstancesDistribution (dict) --

            Specifies the instances distribution. If not provided, the value for each property in InstancesDistribution uses a default value.

            • OnDemandAllocationStrategy (string) --

              Indicates how to allocate instance types to fulfill On-Demand capacity. The only valid value is prioritized , which is also the default value. This strategy uses the order of instance types in the LaunchTemplateOverrides to define the launch priority of each instance type. The first instance type in the array is prioritized higher than the last. If all your On-Demand capacity cannot be fulfilled using your highest priority instance, then the Auto Scaling groups launches the remaining capacity using the second priority instance type, and so on.

            • OnDemandBaseCapacity (integer) --

              The minimum amount of the Auto Scaling group's capacity that must be fulfilled by On-Demand Instances. This base portion is provisioned first as your group scales. Defaults to 0 if not specified. If you specify weights for the instance types in the overrides, set the value of OnDemandBaseCapacity in terms of the number of capacity units, and not the number of instances.

            • OnDemandPercentageAboveBaseCapacity (integer) --

              Controls the percentages of On-Demand Instances and Spot Instances for your additional capacity beyond OnDemandBaseCapacity . Expressed as a number (for example, 20 specifies 20% On-Demand Instances, 80% Spot Instances). Defaults to 100 if not specified. If set to 100, only On-Demand Instances are provisioned.

            • SpotAllocationStrategy (string) --

              Indicates how to allocate instances across Spot Instance pools.

              If the allocation strategy is lowest-price , the Auto Scaling group launches instances using the Spot pools with the lowest price, and evenly allocates your instances across the number of Spot pools that you specify. Defaults to lowest-price if not specified.

              If the allocation strategy is capacity-optimized (recommended), the Auto Scaling group launches instances using Spot pools that are optimally chosen based on the available Spot capacity. Alternatively, you can use capacity-optimized-prioritized and set the order of instance types in the list of launch template overrides from highest to lowest priority (from first to last in the list). Amazon EC2 Auto Scaling honors the instance type priorities on a best-effort basis but optimizes for capacity first.

            • SpotInstancePools (integer) --

              The number of Spot Instance pools across which to allocate your Spot Instances. The Spot pools are determined from the different instance types in the overrides. Valid only when the Spot allocation strategy is lowest-price . Value must be in the range of 1 to 20. Defaults to 2 if not specified.

            • SpotMaxPrice (string) --

              The maximum price per unit hour that you are willing to pay for a Spot Instance. If you leave the value at its default (empty), Amazon EC2 Auto Scaling uses the On-Demand price as the maximum Spot price. To remove a value that you previously set, include the property but specify an empty string ("") for the value.

        • MinSize (integer) --

          The minimum size of the group.

        • MaxSize (integer) --

          The maximum size of the group.

        • DesiredCapacity (integer) --

          The desired size of the group.

        • DefaultCooldown (integer) --

          The duration of the default cooldown period, in seconds.

        • AvailabilityZones (list) --

          One or more Availability Zones for the group.

          • (string) --

        • LoadBalancerNames (list) --

          One or more load balancers associated with the group.

          • (string) --

        • TargetGroupARNs (list) --

          The Amazon Resource Names (ARN) of the target groups for your load balancer.

          • (string) --

        • HealthCheckType (string) --

          The service to use for the health checks. The valid values are EC2 and ELB . If you configure an Auto Scaling group to use ELB health checks, it considers the instance unhealthy if it fails either the EC2 status checks or the load balancer health checks.

        • HealthCheckGracePeriod (integer) --

          The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before checking the health status of an EC2 instance that has come into service.

        • Instances (list) --

          The EC2 instances associated with the group.

          • (dict) --

            Describes an EC2 instance.

            • InstanceId (string) --

              The ID of the instance.

            • InstanceType (string) --

              The instance type of the EC2 instance.

            • AvailabilityZone (string) --

              The Availability Zone in which the instance is running.

            • LifecycleState (string) --

              A description of the current lifecycle state. The Quarantined state is not used. For information about lifecycle states, see Instance lifecycle in the Amazon EC2 Auto Scaling User Guide .

            • HealthStatus (string) --

              The last reported health status of the instance. "Healthy" means that the instance is healthy and should remain in service. "Unhealthy" means that the instance is unhealthy and that Amazon EC2 Auto Scaling should terminate and replace it.

            • LaunchConfigurationName (string) --

              The launch configuration associated with the instance.

            • LaunchTemplate (dict) --

              The launch template for the instance.

              • LaunchTemplateId (string) --

                The ID of the launch template. To get the template ID, use the Amazon EC2 DescribeLaunchTemplates API operation. New launch templates can be created using the Amazon EC2 CreateLaunchTemplate API.

                Conditional: You must specify either a LaunchTemplateId or a LaunchTemplateName .

              • LaunchTemplateName (string) --

                The name of the launch template. To get the template name, use the Amazon EC2 DescribeLaunchTemplates API operation. New launch templates can be created using the Amazon EC2 CreateLaunchTemplate API.

                Conditional: You must specify either a LaunchTemplateId or a LaunchTemplateName .

              • Version (string) --

                The version number, $Latest , or $Default . To get the version number, use the Amazon EC2 DescribeLaunchTemplateVersions API operation. New launch template versions can be created using the Amazon EC2 CreateLaunchTemplateVersion API. If the value is $Latest , Amazon EC2 Auto Scaling selects the latest version of the launch template when launching instances. If the value is $Default , Amazon EC2 Auto Scaling selects the default version of the launch template when launching instances. The default value is $Default .

            • ProtectedFromScaleIn (boolean) --

              Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.

            • WeightedCapacity (string) --

              The number of capacity units contributed by the instance based on its instance type.

              Valid Range: Minimum value of 1. Maximum value of 999.

        • CreatedTime (datetime) --

          The date and time the group was created.

        • SuspendedProcesses (list) --

          The suspended processes associated with the group.

          • (dict) --

            Describes an auto scaling process that has been suspended.

            For more information, see Scaling processes in the Amazon EC2 Auto Scaling User Guide .

            • ProcessName (string) --

              The name of the suspended process.

            • SuspensionReason (string) --

              The reason that the process was suspended.

        • PlacementGroup (string) --

          The name of the placement group into which to launch your instances, if any.

        • VPCZoneIdentifier (string) --

          One or more subnet IDs, if applicable, separated by commas.

        • EnabledMetrics (list) --

          The metrics enabled for the group.

          • (dict) --

            Describes an enabled metric.

            • Metric (string) --

              One of the following metrics:

              • GroupMinSize

              • GroupMaxSize

              • GroupDesiredCapacity

              • GroupInServiceInstances

              • GroupPendingInstances

              • GroupStandbyInstances

              • GroupTerminatingInstances

              • GroupTotalInstances

              • GroupInServiceCapacity

              • GroupPendingCapacity

              • GroupStandbyCapacity

              • GroupTerminatingCapacity

              • GroupTotalCapacity

              • WarmPoolDesiredCapacity

              • WarmPoolWarmedCapacity

              • WarmPoolPendingCapacity

              • WarmPoolTerminatingCapacity

              • WarmPoolTotalCapacity

              • GroupAndWarmPoolDesiredCapacity

              • GroupAndWarmPoolTotalCapacity

            • Granularity (string) --

              The granularity of the metric. The only valid value is 1Minute .

        • Status (string) --

          The current state of the group when the DeleteAutoScalingGroup operation is in progress.

        • Tags (list) --

          The tags for the group.

          • (dict) --

            Describes a tag for an Auto Scaling group.

            • ResourceId (string) --

              The name of the group.

            • ResourceType (string) --

              The type of resource. The only supported value is auto-scaling-group .

            • Key (string) --

              The tag key.

            • Value (string) --

              The tag value.

            • PropagateAtLaunch (boolean) --

              Determines whether the tag is added to new instances as they are launched in the group.

        • TerminationPolicies (list) --

          The termination policies for the group.

          • (string) --

        • NewInstancesProtectedFromScaleIn (boolean) --

          Indicates whether newly launched instances are protected from termination by Amazon EC2 Auto Scaling when scaling in.

        • ServiceLinkedRoleARN (string) --

          The Amazon Resource Name (ARN) of the service-linked role that the Auto Scaling group uses to call other AWS services on your behalf.

        • MaxInstanceLifetime (integer) --

          The maximum amount of time, in seconds, that an instance can be in service.

          Valid Range: Minimum value of 0.

        • CapacityRebalance (boolean) --

          Indicates whether Capacity Rebalancing is enabled.

        • WarmPoolConfiguration (dict) --

          The warm pool for the group.

          • MaxGroupPreparedCapacity (integer) --

            The total maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group.

          • MinSize (integer) --

            The minimum number of instances to maintain in the warm pool.

          • PoolState (string) --

            The instance state to transition to after the lifecycle actions are complete: Stopped or Running .

          • Status (string) --

            The status of a warm pool that is marked for deletion.

        • WarmPoolSize (integer) --

          The current size of the warm pool.

    • NextToken (string) --

      A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.

DescribeInstanceRefreshes (updated) Link ¶
Changes (response)
{'InstanceRefreshes': {'ProgressDetails': {'LivePoolProgress': {'InstancesToUpdate': 'integer',
                                                                'PercentageComplete': 'integer'},
                                           'WarmPoolProgress': {'InstancesToUpdate': 'integer',
                                                                'PercentageComplete': 'integer'}}}}

Describes one or more instance refreshes.

You can determine the status of a request by looking at the Status parameter. The following are the possible statuses:

  • Pending - The request was created, but the operation has not started.

  • InProgress - The operation is in progress.

  • Successful - The operation completed successfully.

  • Failed - The operation failed to complete. You can troubleshoot using the status reason and the scaling activities.

  • Cancelling - An ongoing operation is being cancelled. Cancellation does not roll back any replacements that have already been completed, but it prevents new replacements from being started.

  • Cancelled - The operation is cancelled.

For more information, see Replacing Auto Scaling instances based on an instance refresh in the Amazon EC2 Auto Scaling User Guide .

See also: AWS API Documentation

Request Syntax

client.describe_instance_refreshes(
    AutoScalingGroupName='string',
    InstanceRefreshIds=[
        'string',
    ],
    NextToken='string',
    MaxRecords=123
)
type AutoScalingGroupName

string

param AutoScalingGroupName

[REQUIRED]

The name of the Auto Scaling group.

type InstanceRefreshIds

list

param InstanceRefreshIds

One or more instance refresh IDs.

  • (string) --

type NextToken

string

param NextToken

The token for the next set of items to return. (You received this token from a previous call.)

type MaxRecords

integer

param MaxRecords

The maximum number of items to return with this call. The default value is 50 and the maximum value is 100 .

rtype

dict

returns

Response Syntax

{
    'InstanceRefreshes': [
        {
            'InstanceRefreshId': 'string',
            'AutoScalingGroupName': 'string',
            'Status': 'Pending'|'InProgress'|'Successful'|'Failed'|'Cancelling'|'Cancelled',
            'StatusReason': 'string',
            'StartTime': datetime(2015, 1, 1),
            'EndTime': datetime(2015, 1, 1),
            'PercentageComplete': 123,
            'InstancesToUpdate': 123,
            'ProgressDetails': {
                'LivePoolProgress': {
                    'PercentageComplete': 123,
                    'InstancesToUpdate': 123
                },
                'WarmPoolProgress': {
                    'PercentageComplete': 123,
                    'InstancesToUpdate': 123
                }
            }
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) --

    • InstanceRefreshes (list) --

      The instance refreshes for the specified group.

      • (dict) --

        Describes an instance refresh for an Auto Scaling group.

        • InstanceRefreshId (string) --

          The instance refresh ID.

        • AutoScalingGroupName (string) --

          The name of the Auto Scaling group.

        • Status (string) --

          The current status for the instance refresh operation:

          • Pending - The request was created, but the operation has not started.

          • InProgress - The operation is in progress.

          • Successful - The operation completed successfully.

          • Failed - The operation failed to complete. You can troubleshoot using the status reason and the scaling activities.

          • Cancelling - An ongoing operation is being cancelled. Cancellation does not roll back any replacements that have already been completed, but it prevents new replacements from being started.

          • Cancelled - The operation is cancelled.

        • StatusReason (string) --

          Provides more details about the current status of the instance refresh.

        • StartTime (datetime) --

          The date and time at which the instance refresh began.

        • EndTime (datetime) --

          The date and time at which the instance refresh ended.

        • PercentageComplete (integer) --

          The percentage of the instance refresh that is complete. 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 added to the percentage complete.

        • InstancesToUpdate (integer) --

          The number of instances remaining to update before the instance refresh is complete.

        • ProgressDetails (dict) --

          Additional progress details for an Auto Scaling group that has a warm pool.

          • LivePoolProgress (dict) --

            Indicates the progress of an instance fresh on instances that are in the Auto Scaling group.

            • PercentageComplete (integer) --

              The percentage of instances in the Auto Scaling group 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 added to the percentage complete.

            • InstancesToUpdate (integer) --

              The number of instances remaining to update.

          • WarmPoolProgress (dict) --

            Indicates the progress of an instance fresh on instances that are in the warm pool.

            • PercentageComplete (integer) --

              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 added to the percentage complete.

            • InstancesToUpdate (integer) --

              The number of instances remaining to update.

    • NextToken (string) --

      A string that indicates that the response contains more items than can be returned in a single response. To receive additional items, specify this string for the NextToken value when requesting the next set of items. This value is null when there are no more items to return.