AWS Certified SysOps Administrator – Associate (legacy) — Question 805

A user has launched five instances and have registered them with an ELB. How can the user add the sixth EC2 instance to the ELB?

Answer options

Correct answer: B

Explanation

AWS Elastic Load Balancing (ELB) supports dynamic scaling, allowing users to register or deregister EC2 instances on the fly without any service interruption. This registration can be performed seamlessly via the AWS Management Console, AWS CLI, or AWS APIs. There is no need to stop the load balancer or modify local configuration files, and an ELB can scale to support many more than five instances.