Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 245 discussion

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?

  • A. Reconfigure the target group in the development environment to have only one EC2 instance as a target.
  • B. Change the ALB balancing algorithm to least outstanding requests.
  • C. Reduce the size of the EC2 instances in both environments.
  • D. Reduce the maximum number of EC2 instances in the development environment’s Auto Scaling group.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
mhmt4438
Highly Voted 1 year, 9 months ago
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 18 times
JayBee65
1 year, 8 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
9 months, 3 weeks ago
But it will keep the number of instances at two, while the production environment has "AT LEAST two".
upvoted 3 times
...
...
...
pentium75
Highly Voted 9 months, 3 weeks ago
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 7 times
...
XXXXXlNN
Most Recent 4 weeks, 1 day ago
chatGPT sucks too. it says A, but A abviously just says reduced the number of Target Group, reduce Target Group does not mean the reduce of EC2 instances themself, so there is no cost saved at all. Thus DDDDDDDDDD....
upvoted 2 times
...
MatAlves
1 month, 1 week ago
Selected Answer: D
So, in short, the question asks for a way to reduce cost wasted with the dev env, since it's resources are being underused. (A)Target group vs (B) Auto Scaling Group. Reducing the target group won't affect the number of "nodes" (instances), cost will stay the same. To eliminate the excess of ec2 instances in the dev env, you actually need to reduce the auto scaling group.
upvoted 1 times
...
TheFivePips
7 months, 3 weeks ago
Selected Answer: D
The application uses an Application Load Balancer (ALB) to direct traffic to at least two Amazon EC2 instances in a single target group You are required to keep at least two instances in each target group. A sets it to one, which would be more cost effective, but doesnt meet the requirement.
upvoted 3 times
...
Priyapani
9 months, 1 week ago
Selected Answer: D
In the question it is said minimum it should have 2 instances in Target group. So in development group we can reduce the the target group. In option A. It is said it will have only one instance in development group that doesn't match to our question
upvoted 4 times
...
awsgeek75
9 months, 2 weeks ago
Selected Answer: D
B and C don't actually save any cost without impacting performance during high traffic on production. A and D are basically same thing but A enforces a limit of one EC2 instance which is not acceptable as the question asks: "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" Hence D is the only valid answer.
upvoted 5 times
...
ddaanndann
9 months, 3 weeks ago
The most cost-effective solution is to reconfigure the target group in the development environment to have only one EC2 instance as a target. This will ensure that the development environment only uses the resources that it needs, which will save the company money. The other solutions are not as cost-effective. Changing the ALB balancing algorithm to least outstanding requests will not reduce the number of EC2 instances that are used, and it may actually increase the amount of traffic that is directed to each instance. Reducing the size of the EC2 instances will also not reduce the number of instances that are used, and it may actually make the application slower. Reducing the maximum number of EC2 instances in the development environment's Auto Scaling group will only reduce the number of instances that are used when the traffic is high, and it will not reduce the number of instances that are used on average. Therefore, the most cost-effective solution is to reconfigure the target group in the development environment to have only one EC2 instance as a target.
upvoted 1 times
pentium75
9 months, 3 weeks ago
No, you're confusing "target group" (of the ALB) with "Auto Scaling group". Answer A will direct ALB traffic only to one node, but it does not affect the number of nodes in any way (it will still be "at least two").
upvoted 3 times
...
...
chasingsummer
9 months, 3 weeks ago
Selected Answer: A
By reconfiguring the target group in the development environment to have only one EC2 instance as a target, it reduces the number of instances handling the development environment's traffic. This ensures the minimum setup required for the development environment's functionality without incurring unnecessary costs associated with multiple instances. This solution optimizes costs by scaling down the infrastructure specifically in the development environment where lower traffic or fewer resources might be acceptable for testing or development purposes, thus reducing unnecessary expenses related to running multiple instances.
upvoted 1 times
pentium75
9 months, 3 weeks ago
No, you're confusing "target group" (of the ALB) with "Auto Scaling group". Answer A will direct ALB traffic only to one node, but it does not affect the number of nodes in any way (it will still be "at least two").
upvoted 5 times
...
...
MiniYang
9 months, 4 weeks ago
Selected Answer: D
the correct answer is D. This is from Amazon Q : The most cost-effective way to configure the development environment would be to reduce the maximum number of EC2 instances in the development environment's Auto Scaling group (Option D). The most cost-effective way to configure the development environment would be to reduce the maximum number of EC2 instances in the development environment's Auto Scaling group (Option D).The most cost-effective way to configure the development environment would be to reduce the maximum number of EC2 instances in the development environment's Auto Scaling group (Option D).
upvoted 3 times
...
meowruki
10 months, 3 weeks ago
Selected Answer: A
Option D: Reducing the maximum number of EC2 instances in the development environment's Auto Scaling group could limit scalability but might not directly optimize costs. Min can still be the same number of EC2
upvoted 1 times
saymolet
7 months, 2 weeks ago
"might not directly optimize." No, it does, you're paying less for fewer machines. This is the most direct cost optimisation practice there could ever be. The correct answer is D
upvoted 1 times
...
pentium75
9 months, 3 weeks ago
No, you're confusing "target group" (of the ALB) with "Auto Scaling group". Answer A will direct ALB traffic only to one node, but it does not affect the number of nodes in any way (it will still be "at least two").
upvoted 3 times
...
...
Chef_couincouin
10 months, 3 weeks ago
Answear is A but I'am not agree. We use only one instance with A and D. But with D, by default, instance is terminated whereas with A, instance still exist. Answear should be D
upvoted 2 times
...
ravinperera
11 months, 3 weeks ago
Selected Answer: D
This option is specific to the development environment and focuses on reducing the number of instances that can be spun up during scaling events. This means cost savings because fewer instances will be used even if the scaling policies are triggered. Given the goal to configure the development environment in the most cost-effective way, without compromising the production environment, the best option is D
upvoted 2 times
...
Mandar15
1 year ago
Selected Answer: A
Option A
upvoted 1 times
...
TariqKipkemei
1 year ago
Selected Answer: A
wont think much about this, option A is the most cost effective
upvoted 1 times
awsgeek75
9 months ago
Wrong, think more. A reduces to one instance whereas: "The application uses an Application Load Balancer (ALB) to direct traffic to at least two Amazon EC2 instances in a single target group" The ALB NEEDS at least 2 instances so where is your second instance?
upvoted 3 times
...
...
Its_SaKar
1 year ago
Selected Answer: A
Option A because it can't be option D as there should be at least two EC2 instances in Auto scaling group, and can't be reduced to one as said in option D. So, simply reconfigure the target group in the development environment to have only one EC2 instance as a target as said in option A to reduce cost.
upvoted 2 times
pentium75
9 months, 3 weeks ago
No, you're confusing "target group" (of the ALB) with "Auto Scaling group". Answer A will direct ALB traffic only to one node, but it does not affect the number of nodes in any way (it will still be "at least two").
upvoted 2 times
...
...
Its_SaKar
1 year ago
Selected Answer: D
Option A because it can't be option D as there should be at least two EC2 instances in Auto scaling group, and can't be reduced to one as said in option D. So, simply reconfigure the target group in the development environment to have only one EC2 instance as a target as said in option A to reduce cost.
upvoted 1 times
Its_SaKar
1 year ago
plz remove this comment as i mistakely voted option D here. I have posted another comment above.
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 ...