PrepAway - Latest Free Exam Questions & Answers

Which of the below mentioned processes is not performed…

A sys admin is trying to understand the Auto Scaling activities. Which of the below mentioned processes is not performed
by Auto Scaling?

PrepAway - Latest Free Exam Questions & Answers

A.
Reboot Instance

B.
Schedule Actions

C.
Replace Unhealthy

D.
Availability Zone Balancing

Explanation:
Reboot Instance is not performed by AS. Only termination.
http://docs.aws.amazon.com/autoscaling/latest/userguide/as-suspend-resume-processes.html

3 Comments on “Which of the below mentioned processes is not performed…

  1. AWS Enthusiast says:

    Auto Scaling Processes

    Auto Scaling supports the following processes:

    Launch
    Adds a new EC2 instance to the group, increasing its capacity.

    Warning
    If you suspend Launch, this disrupts other processes. For example, you can’t return an instance in a standby state to service if the Launch process is suspended, because the group can’t scale.
    Terminate
    Removes an EC2 instance from the group, decreasing its capacity.

    Warning
    If you suspend Terminate, this disrupts other processes.
    HealthCheck
    Checks the health of the instances. Auto Scaling marks an instance as unhealthy if Amazon EC2 or Elastic Load Balancing tells Auto Scaling that the instance is unhealthy. This process can override the health status of an instance that you set manually.

    ReplaceUnhealthy
    Terminates instances that are marked as unhealthy and later creates new instances to replace them. This process works with the HealthCheck process, and uses both the Terminate and Launch processes.

    AZRebalance
    Balances the number of EC2 instances in the group across the Availability Zones in the region. If you remove an Availability Zone from your Auto Scaling group or an Availability Zone otherwise becomes unhealthy or unavailable, Auto Scaling launches new instances in an unaffected Availability Zone before terminating the unhealthy or unavailable instances. When the unhealthy Availability Zone returns to a healthy state, Auto Scaling automatically redistributes the instances evenly across the Availability Zones for the group. For more information, see Rebalancing Activities.

    If you suspend AZRebalance and a scale out or scale in event occurs, Auto Scaling still tries to balance the Availability Zones. For example, during scale out, Auto Scaling launches the instance in the Availability Zone with the fewest instances.

    If you suspend the Launch process, AZRebalance neither launches new instances nor terminates existing instances. This is because AZRebalance terminates instances only after launching the replacement instances. If you suspend the Terminate process, your Auto Scaling group can grow up to ten percent larger than its maximum size, because Auto Scaling allows this temporarily during rebalancing activities. If Auto Scaling cannot terminate instances, your Auto Scaling group could remain above its maximum size until you resume the Terminate process.

    AlarmNotification
    Accepts notifications from CloudWatch alarms that are associated with the group.

    If you suspend AlarmNotification, Auto Scaling does not automatically execute policies that would be triggered by an alarm. If you suspend Launch or Terminate, Auto Scaling would not be able to execute scale-out or scale-in policies, respectively.

    ScheduledActions
    Performs scheduled actions that you create.

    If you suspend Launch or Terminate, scheduled actions that involve launching or terminating instances are affected.

    AddToLoadBalancer
    Adds instances to the attached load balancer or target group when they are launched.

    If you suspend AddToLoadBalancer, Auto Scaling launches the instances but does not add them to the load balancer or target group. If you resume the AddToLoadBalancer process, Auto Scaling resumes adding instances to the load balancer or target group when they are launched. However, Auto Scaling does not add the instances that were launched while this process was suspended. You must register those instances manually.




    0



    0

Leave a Reply

Your email address will not be published. Required fields are marked *