exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 386 discussion

Exam question from Amazon's AWS-SysOps
Question #: 386
Topic #: 1
[All AWS-SysOps Questions]

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?

  • A. The user must stop the ELB and add the sixth instance.
  • B. The user can add the sixth instance on the fly through API, CLI or the AWS Management Con-sole.
  • C. The user can add the instance and change the ELB config file.
  • D. The ELB can only have a maximum of five instances.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Elastic Load Balancing automatically distributes incoming traffic across multiple EC2 instances.
You create a load balancer and register instances with the load balancer in one or more Availability Zones. The load balancer serves as a single point of contact for clients. This enables you to increase the availability of your application. You can add and remove EC2 instances from your load balancer as your needs change, without disrupting the overall flow of information.
Reference:
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/SvcIntro.html

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ablazleon
9 months, 2 weeks ago
Selected Answer: B
An instance can be registered in multiple ways (https://docs.aws.amazon.com/es_es/elasticloadbalancing/latest/classic/elb-deregister-register-instances.html)
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...