A company is launching an application on AWS. The application uses an Application Load Balancer (ALB) to direct traffic to at least two Amazon EC2 instances in a single target group. The instances are in an Auto Scaling group for each environment. The company requires a development environment and a production environment. The production environment will have periods of high traffic. Which solution will configure the development environment MOST cost-effectively?
Select an option, then click Submit answer.
Reference / correct answer:
Reduce the maximum number of EC2 instances in the development environment’s Auto Scaling group.
Most accepted answer: D. Reduce the maximum number of EC2 instances in the development environment’s Auto Scaling group.
Community votes: A=5, D=9
Selected Answer: D D. Reduce the maximum number of EC2 instances in the development environment’s Auto Scaling group This option will configure the development environment in the most cost-effective way as it reduces the number of instances running in the development environment and therefore reduces the cost of running the application. The development environment typically requires less resources than the production environment, and it is unlikely that the development environment will have periods of high traffic that would require a large number of instances. By reducing the maximum number of instances in the development environment's Auto Scaling group, the company can save on costs while still maintaining a functional development environment. upvoted 20 times JayBee65 3 years, 6 months ago No, it will not reduce the number of instances being used, since a minimum of 2 will be used at all times. upvoted 10 times pentium75 2 years, 7 months ago But it will keep the number of instances at two, while the production environment has "AT LEAST two". upvoted 5 times ... ...
No, it will not reduce the number of instances being used, since a minimum of 2 will be used at all times. upvoted 10 times pentium75 2 years, 7 months ago But it will keep the number of instances at two, while the production environment has "AT LEAST two". upvoted 5 times ...
But it will keep the number of instances at two, while the production environment has "AT LEAST two". upvoted 5 times
Selected Answer: D A modifies only the ALB target group (= directs traffic only to one node), but does not affect the number of nodes (and the cost) B balances load between nodes but does not affect the cost C impacts the prod environment so that would be unable to handle its "periods of high traffic" D makes sure that the dev environment will not scale to more than 2 instances, as does the prod environment upvoted 10 times
Selected Answer: A you cannot get cheaper than one, and D says to reduce the maximum and does not mention the minimum. upvoted 1 times