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 84 discussion

A company wants to reduce the cost of its existing three-tier web architecture. The web, application, and database servers are running on Amazon EC2 instances for the development, test, and production environments. The EC2 instances average 30% CPU utilization during peak hours and 10% CPU utilization during non-peak hours.
The production EC2 instances run 24 hours a day. The development and test EC2 instances run for at least 8 hours each day. The company plans to implement automation to stop the development and test EC2 instances when they are not in use.
Which EC2 instance purchasing solution will meet the company's requirements MOST cost-effectively?

  • A. Use Spot Instances for the production EC2 instances. Use Reserved Instances for the development and test EC2 instances.
  • B. Use Reserved Instances for the production EC2 instances. Use On-Demand Instances for the development and test EC2 instances.
  • C. Use Spot blocks for the production EC2 instances. Use Reserved Instances for the development and test EC2 instances.
  • D. Use On-Demand Instances for the production EC2 instances. Use Spot blocks for the development and test EC2 instances.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
ArielSchivo
Highly Voted 1 year, 12 months ago
Selected Answer: B
Spot blocks are not longer available, and you can't use spot instances on Prod machines 24x7, so option B should be valid.
upvoted 20 times
...
cookieMr
Highly Voted 1 year, 3 months ago
Selected Answer: B
Option B, would indeed be the most cost-effective solution. Reserved Instances provide cost savings for instances that run consistently, such as the production environment in this case, while On-Demand Instances offer flexibility and are suitable for instances with variable usage patterns like the development and test environments. This combination ensures cost optimization based on the specific requirements and usage patterns described in the question.
upvoted 8 times
devmon
1 year, 1 month ago
In addition to this, we can set up an automated process to start and stop the EC2 instances in the test and dev environment
upvoted 2 times
...
...
PaulGa
Most Recent 1 month ago
Selected Answer: B
Ans B - A: Spot instances are not ideal for production due to possibility of not running C,D: Spot blocks discontinued. That leaves option B
upvoted 1 times
...
jaradat02
2 months, 3 weeks ago
Selected Answer: B
B is the right answer
upvoted 1 times
...
KTEgghead
3 months, 3 weeks ago
Either a trick question, or an old question. The answer is B; spot blocks were discontinued by Amazon, July 2021.
upvoted 2 times
...
MehulKapadia
6 months, 1 week ago
Selected Answer: B
Option A,C: Production workload must not run on spot instances. Option D: No savings(compared to reserved Instances) for prod as its on-demand, Spot Blocks are no longer available. So correct answer is B
upvoted 1 times
...
awsgeek75
9 months ago
Selected Answer: B
Isn't this simple or am I thinking wrong? "The production EC2 instances run 24 hours a day" AC are not going to give the 24 hour usage as spot is for intermittent pattern. D is just normal cost without any discounts for production B use "reserved" instances so there is an option for discount in billing. On-demand for dev/test is ok as their usage patter doesn't really fall in reserved or spot usage discounts
upvoted 2 times
...
MrPCarrot
11 months ago
B = Reserved for Prod and On Demand for Dev
upvoted 4 times
...
Bmarodi
1 year, 4 months ago
Selected Answer: B
B meets the requirements, and most cost-effective.
upvoted 1 times
...
ChanghyeonYoon
1 year, 6 months ago
Selected Answer: B
Spot instances are not suitable for production due to the possibility of not running.
upvoted 2 times
...
alexiscloud
1 year, 6 months ago
Answeer B: Sopt block are not longer available and you can't use spot instace on production
upvoted 1 times
...
Nandan747
1 year, 9 months ago
Selected Answer: B
Well, AWS has DISCONTINUED the Spot-Block option. so that rules out the two options that use spot-block. Wait, this question must be from SAA-C02 or even 01. STALE QUESTION. I don't think this will feature in SAA-C03. Anyhow, the most cost-effective solution would be Option "b"
upvoted 6 times
...
Wajif
1 year, 9 months ago
Selected Answer: B
Choosing B as spot blocks (Spot instances with a finite duration) are no longer offered since July 2021
upvoted 1 times
sparky231
1 year, 4 months ago
https://aws.amazon.com/ec2/spot/?cards.sort-by=item.additionalFields.startDateTime&cards.sort-order=asc&trk=8e336330-37e5-41e0-8438-bc1c75320d09&sc_channel=ps&ef_id=CjwKCAjw67ajBhAVEiwA2g_jECgIX_lcbqawbH-wVx2Y_EozBm8xv3g3Ci1eps0V49XcZRyfuy9xPhoCOkcQAvD_BwE:G:s&s_kwcid=AL!4422!3!517520538467!p!!g!!aws%20ec2%20spot!12831094520!122300635918
upvoted 1 times
...
...
Buruguduystunstugudunstuy
1 year, 10 months ago
Selected Answer: A
The most cost-effective solution for the company's requirements would be to use Spot Instances for the development and test EC2 instances and Reserved Instances for the production EC2 instances. Spot Instances are a cost-effective choice for non-critical, flexible workloads that can be interrupted. Since the development and test EC2 instances are only needed for at least 8 hours per day and can be stopped when not in use, they would be a good fit for Spot Instances.
upvoted 2 times
AWSSURI
2 months, 3 weeks ago
Reserved instances are a better choice when compared to spot instances because spot instance cannot be used for 24/7 running instances as stated in this scenario.
upvoted 1 times
...
Buruguduystunstugudunstuy
1 year, 10 months ago
Reserved Instances are a good fit for production EC2 instances that need to run 24 hours a day, as they offer a significant discount compared to On-Demand Instances in exchange for a one-time payment and a commitment to use the instances for a certain period of time. Option A is the correct answer because it meets the company's requirements for cost-effectively running the development and test EC2 instances and the production EC2 instances.
upvoted 1 times
Buruguduystunstugudunstuy
1 year, 10 months ago
Option B is not the most cost-effective solution because it suggests using On-Demand Instances for the development and test EC2 instances, which would be more expensive than using Spot Instances. On-Demand Instances are a good choice for workloads that require a guaranteed capacity and can't be interrupted, but they are more expensive than Spot Instances. Option C is not the correct solution because Spot blocks are a variant of Spot Instances that offer a guaranteed capacity and duration, but they are not available for all instance types and are not necessarily the most cost-effective option in all cases. In this case, it would be more cost-effective to use Spot Instances for the development and test EC2 instances, as they can be interrupted when not in use.
upvoted 1 times
WherecanIstart
1 year, 7 months ago
Can't use Spot instances for Production environment that needs to run 24/7. That should tell you that Production instances can't have a downtime. Spot instances are used when an application or service can allow disruption and 24/7 production environment won't allow that.
upvoted 3 times
...
Buruguduystunstugudunstuy
1 year, 10 months ago
Option D is not the correct solution because it suggests using On-Demand Instances for the production EC2 instances, which would be more expensive than using Reserved Instances. On-Demand Instances are a good choice for workloads that require a guaranteed capacity and can't be interrupted, but they are more expensive than Reserved Instances in the long run. Using Reserved Instances for the production EC2 instances would offer a significant discount compared to On-Demand Instances in exchange for a one-time payment and a commitment to use the instances for a certain period of time.
upvoted 1 times
...
...
...
PassNow1234
1 year, 9 months ago
The production EC2 instances run 24 hours a day.
upvoted 2 times
...
pentium75
9 months, 3 weeks ago
A says to use Spot instances for production, which is nonsense as production must run "24 hours a day." Even DEV and TEST can't use Spot because you can't guarantee that they are available for "at least 8 hours each day". That rules out everything but B.
upvoted 1 times
...
...
career360guru
1 year, 10 months ago
Selected Answer: B
Option B
upvoted 1 times
...
career360guru
1 year, 10 months ago
Selected Answer: B
Option B
upvoted 1 times
...
Vickysss
1 year, 10 months ago
Selected Answer: B
Reserved instances for 24/7 production instances seems reasonable. By exclusion I will choose the on-demand for dev and test (despite thinking that Spot Flees may be even a better solution from a cost-wise perspective)
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 ...