404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.129.218.83: ~ $
**Example 1: To describe the specified Auto Scaling group**

This example describes the specified Auto Scaling group. ::

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

Output::

    {
        "AutoScalingGroups": [
            {
                "AutoScalingGroupName": "my-asg",
                "AutoScalingGroupARN": "arn:aws:autoscaling:us-west-2:123456789012:autoScalingGroup:930d940e-891e-4781-a11a-7b0acd480f03:autoScalingGroupName/my-asg",
                "LaunchTemplate": {
                    "LaunchTemplateName": "my-launch-template",
                    "Version": "1",
                    "LaunchTemplateId": "lt-1234567890abcde12"
                },
                "MinSize": 0,
                "MaxSize": 1,
                "DesiredCapacity": 1,
                "DefaultCooldown": 300,
                "AvailabilityZones": [
                    "us-west-2a",
                    "us-west-2b",
                    "us-west-2c"
                ],
                "LoadBalancerNames": [],
                "TargetGroupARNs": [],
                "HealthCheckType": "EC2",
                "HealthCheckGracePeriod": 0,
                "Instances": [
                    {
                        "InstanceId": "i-06905f55584de02da",
                        "InstanceType": "t2.micro",
                        "AvailabilityZone": "us-west-2a",
                        "HealthStatus": "Healthy",
                        "LifecycleState": "InService",
                        "ProtectedFromScaleIn": false,
                        "LaunchTemplate": {
                            "LaunchTemplateName": "my-launch-template",
                            "Version": "1",
                            "LaunchTemplateId": "lt-1234567890abcde12"
                        }
                    }
                ],
                "CreatedTime": "2020-10-28T02:39:22.152Z",
                "VPCZoneIdentifier": "subnet-5ea0c127,subnet-6194ea3b,subnet-c934b782",
                "SuspendedProcesses": [],
                "EnabledMetrics": [],
                "Tags": [],
                "TerminationPolicies": [
                    "Default"
                ],
                "NewInstancesProtectedFromScaleIn": false,
                "ServiceLinkedRoleARN":"arn"
            }
        ]
    }

**Example 2: To describe the first 100 specified Auto Scaling group**

This example describes the specified Auto Scaling groups. It allows you to specify up to 100 group names. ::

    aws autoscaling describe-auto-scaling-groups \
        --max-items 100 \
        --auto-scaling-group-name "group1" "group2" "group3" "group4"

See example 1 for sample output.

**Example 3: To describe an Auto Scaling group in the specified region**

This example describes the Auto Scaling groups in the specified region, up to a maximum of 75 groups. ::

    aws autoscaling describe-auto-scaling-groups \
        --max-items 75 \
        --region us-east-1

See example 1 for sample output.

**Example 4: To describe the specified number of Auto Scaling group**

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

    aws autoscaling describe-auto-scaling-groups \
        --max-items 1

See example 1 for sample output.

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

    aws autoscaling describe-auto-scaling-groups --starting-token Z3M3LMPEXAMPLE

See example 1 for sample output.

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