404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.117.107.190: ~ $
**Example 1: To describe scaling activities for the specified group**

This example describes the scaling activities for the specified Auto Scaling group. ::

    aws autoscaling describe-scaling-activities \
        --auto-scaling-group-name my-asg

Output::

    {
        "Activities": [
            {
                "ActivityId": "f9f2d65b-f1f2-43e7-b46d-d86756459699",
                "Description": "Launching a new EC2 instance: i-0d44425630326060f",
                "AutoScalingGroupName": "my-asg",
                "Cause": "At 2020-10-30T19:35:51Z a user request update of AutoScalingGroup constraints to min: 0, max: 16, desired: 16 changing the desired capacity from 0 to 16.  At 2020-10-30T19:36:07Z an instance was started in response to a difference between desired and actual capacity, increasing the capacity from 0 to 16.",
                "StartTime": "2020-10-30T19:36:09.766Z",
                "EndTime": "2020-10-30T19:36:41Z",
                "StatusCode": "Successful",
                "Progress": 100,
                "Details": "{\"Subnet ID\":\"subnet-5ea0c127\",\"Availability Zone\":\"us-west-2b\"}"
            }
        ]
    }

For more information, see `Verify a scaling activity for an Auto Scaling group <https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-verify-scaling-activity.html>`__ in the *Amazon EC2 Auto Scaling User Guide*.

**Example 2: To describe the scaling activities for a deleted group**

To describe scaling activities after the Auto Scaling group has been deleted, add the ``--include-deleted-groups`` option. ::

    aws autoscaling describe-scaling-activities \
        --auto-scaling-group-name my-asg \
        --include-deleted-groups

Output::

    {
        "Activities": [
            {
                "ActivityId": "e1f5de0e-f93e-1417-34ac-092a76fba220",
                "Description": "Launching a new EC2 instance.  Status Reason: Your Spot request price of 0.001 is lower than the minimum required Spot request fulfillment price of 0.0031. Launching EC2 instance failed.",
                "AutoScalingGroupName": "my-asg",
                "Cause": "At 2021-01-13T20:47:24Z a user request update of AutoScalingGroup constraints to min: 1, max: 5, desired: 3 changing the desired capacity from 0 to 3.  At 2021-01-13T20:47:27Z an instance was started in response to a difference between desired and actual capacity, increasing the capacity from 0 to 3.",
                "StartTime": "2021-01-13T20:47:30.094Z",
                "EndTime": "2021-01-13T20:47:30Z",
                "StatusCode": "Failed",
                "StatusMessage": "Your Spot request price of 0.001 is lower than the minimum required Spot request fulfillment price of 0.0031. Launching EC2 instance failed.",
                "Progress": 100,
                "Details": "{\"Subnet ID\":\"subnet-5ea0c127\",\"Availability Zone\":\"us-west-2b\"}",
                "AutoScalingGroupState": "Deleted",
                "AutoScalingGroupARN": "arn:aws:autoscaling:us-west-2:123456789012:autoScalingGroup:283179a2-f3ce-423d-93f6-66bb518232f7:autoScalingGroupName/my-asg"
            }
        ]
    }

For more information, see `Troubleshoot Amazon EC2 Auto Scaling <https://docs.aws.amazon.com/autoscaling/ec2/userguide/CHAP_Troubleshooting.html>`__ in the *Amazon EC2 Auto Scaling User Guide*.

**Example 3: To describe a specified number of scaling activities**

To return a specific number of activities, use the ``--max-items`` option. ::

    aws autoscaling describe-scaling-activities \
        --max-items 1

Output::

    {
        "Activities": [
            {
                "ActivityId": "f9f2d65b-f1f2-43e7-b46d-d86756459699",
                "Description": "Launching a new EC2 instance: i-0d44425630326060f",
                "AutoScalingGroupName": "my-asg",
                "Cause": "At 2020-10-30T19:35:51Z a user request update of AutoScalingGroup constraints to min: 0, max: 16, desired: 16 changing the desired capacity from 0 to 16.  At 2020-10-30T19:36:07Z an instance was started in response to a difference between desired and actual capacity, increasing the capacity from 0 to 16.",
                "StartTime": "2020-10-30T19:36:09.766Z",
                "EndTime": "2020-10-30T19:36:41Z",
                "StatusCode": "Successful",
                "Progress": 100,
                "Details": "{\"Subnet ID\":\"subnet-5ea0c127\",\"Availability Zone\":\"us-west-2b\"}"
            }
        ]
    }

If the output includes a ``NextToken`` field, there are more activities. To get the additional activities, use the value of this field with the ``--starting-token`` option in a subsequent call as follows. ::

    aws autoscaling describe-scaling-activities \
        --starting-token Z3M3LMPEXAMPLE

For more information, see `Verify a scaling activity for an Auto Scaling group <https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-verify-scaling-activity.html>`__ in the *Amazon EC2 Auto Scaling User Guide*.

Filemanager

Name Type Size Permission Actions
attach-instances.rst File 306 B 0644
attach-load-balancer-target-groups.rst File 622 B 0755
attach-load-balancers.rst File 554 B 0644
cancel-instance-refresh.rst File 545 B 0644
complete-lifecycle-action.rst File 690 B 0644
create-auto-scaling-group.rst File 8.71 KB 0644
create-launch-configuration.rst File 7.03 KB 0644
create-or-update-tags.rst File 619 B 0644
delete-auto-scaling-group.rst File 1006 B 0644
delete-launch-configuration.rst File 445 B 0644
delete-lifecycle-hook.rst File 263 B 0644
delete-notification-configuration.rst File 573 B 0644
delete-policy.rst File 270 B 0644
delete-scheduled-action.rst File 338 B 0644
delete-tags.rst File 496 B 0644
delete-warm-pool.rst File 961 B 0644
describe-account-limits.rst File 596 B 0644
describe-adjustment-types.rst File 700 B 0644
describe-auto-scaling-groups.rst File 3.61 KB 0644
describe-auto-scaling-instances.rst File 2.01 KB 0644
describe-auto-scaling-notification-types.rst File 745 B 0644
describe-instance-refreshes.rst File 2.21 KB 0644
describe-launch-configurations.rst File 2.46 KB 0644
describe-lifecycle-hook-types.rst File 345 B 0644
describe-lifecycle-hooks.rst File 972 B 0644
describe-load-balancer-target-groups.rst File 570 B 0755
describe-load-balancers.rst File 443 B 0644
describe-metric-collection-types.rst File 1.57 KB 0644
describe-notification-configurations.rst File 2.49 KB 0644
describe-policies.rst File 4.7 KB 0644
describe-scaling-activities.rst File 4.95 KB 0644
describe-scaling-process-types.rst File 1.11 KB 0644
describe-scheduled-actions.rst File 6.92 KB 0644
describe-tags.rst File 1.96 KB 0644
describe-termination-policy-types.rst File 727 B 0644
describe-warm-pool.rst File 1.56 KB 0644
detach-instances.rst File 1015 B 0644
detach-load-balancer-target-groups.rst File 654 B 0755
detach-load-balancers.rst File 559 B 0644
disable-metrics-collection.rst File 581 B 0644
enable-metrics-collection.rst File 1.11 KB 0644
enter-standby.rst File 1.25 KB 0644
execute-policy.rst File 578 B 0644
exit-standby.rst File 1.15 KB 0644
put-lifecycle-hook.rst File 2.5 KB 0644
put-notification-configuration.rst File 637 B 0644
put-scaling-policy.rst File 1.94 KB 0644
put-scheduled-update-group-action.rst File 1.54 KB 0644
put-warm-pool.rst File 509 B 0644
record-lifecycle-action-heartbeat.rst File 596 B 0644
resume-processes.rst File 518 B 0644
rollback-instance-refresh.rst File 559 B 0644
set-desired-capacity.rst File 341 B 0644
set-instance-health.rst File 290 B 0644
set-instance-protection.rst File 714 B 0644
start-instance-refresh.rst File 1.96 KB 0644
suspend-processes.rst File 514 B 0644
terminate-instance-in-auto-scaling-group.rst File 1005 B 0644
update-auto-scaling-group.rst File 4.9 KB 0644