exam questions

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 124 discussion

A company is using Amazon EC2 to run its big data analytics workloads. These variable workloads run each night, and it is critical they finish by the start of business the following day. A solutions architect has been tasked with designing the MOST cost-effective solution.
Which solution will accomplish this?

  • A. Spot Fleet
  • B. Spot Instances
  • C. Reserved Instances
  • D. On-Demand Instances
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
pkg82
Highly Voted 3 years, 7 months ago
Ans: A. The use cases mentioned has exact match with this. Even spot fleet you can set types of instances and max number of instances. So, If instance terminated then also Hadoop job will be continued with newly created instance. What is a Spot fleet? A Spot Fleet allows you to automatically request and manage multiple Spot instances that provide the lowest price per unit of capacity for your cluster or application, like a batch processing job, a Hadoop workflow, or an HPC grid computing job. You can include the instance types that your application can use. You define a target capacity based on your application needs (in units including instances, vCPUs, memory, storage, or network throughput) and update the target capacity after the fleet is launched. Spot fleets enable you to launch and maintain the target capacity, and to automatically request resources to replace any that are disrupted or manually terminated.
upvoted 62 times
seasky
3 years, 6 months ago
Spot Fleet = spot instances + on-demand
upvoted 20 times
seemasuryavanshi
2 years, 8 months ago
thank you
upvoted 1 times
...
...
...
Ashit_patel1
Highly Voted 3 years, 7 months ago
Spot Fleet is the answer This is a typical use case for Spot Fleet. Scheduled Reserved Instance would have been a closer match than Reserved Instance. RI are very costly. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet.html This works well for workloads such as big data and analytics, image and media rendering, machine learning, and high performance computing that may have a higher cost of interruption associated with restarting work and checkpointing. By offering the possibility of fewer interruptions, the capacityOptimized strategy can lower the overall cost of your workload.
upvoted 22 times
vasmourir
3 years, 7 months ago
"Configuring Spot Fleet for capacity optimization"(capacityOptimized strategy) + OnDemand % of instances allow for better insurance the workload is done by the end of the night.
upvoted 1 times
...
TerrenceC
3 years, 7 months ago
Highly agreed with the point of Scheduled Instance is more ideal than Reserved Instance due to the condition pointed out the timeline.
upvoted 2 times
DaVaBa
2 years, 8 months ago
Reserved Instance will charge for 24 hours, as it is not Scheduled Reserved Instances. And we are running only nights, probably 12 hours. Even on demand will be cheaper!
upvoted 1 times
...
...
dheerajg6
3 years, 7 months ago
Answer is C: Because A Spot Fleet is a collection, or fleet, of Spot Instances, and optionally On-Demand Instances. Spot Instances are a cost-effective choice if you can be flexible about when your applications run and if your applications can be interrupted. But here, we need the instances up every night and they are to be un-interrupted as they analytics to be completed before business hours.
upvoted 10 times
...
...
YanisGTR
Most Recent 2 years, 2 months ago
workloads run each night, and it is critical they finish by the start of business the following day ,,,that mean all night > Reserved Instance for me is the best
upvoted 1 times
...
Jacops
2 years, 5 months ago
Spot Fleet : spot instances & on-demand
upvoted 1 times
...
EA_22
2 years, 8 months ago
A Spot Fleet is a set of Spot Instances and optionally On-Demand Instances that is launched based on criteria that you specify. The Spot Fleet selects the Spot capacity pools that meet your needs and launches Spot Instances to meet the target capacity for the fleet. By default, Spot Fleets are set to maintain target capacity by launching replacement instances after Spot Instances in the fleet are terminated. You can submit a Spot Fleet as a one-time request, which does not persist after the instances have been terminated. You can include On-Demand Instance requests in a Spot Fleet request. Spot fleet is just spot instance with the default to change it to on demand if the instance terminated.
upvoted 1 times
...
robbrown2
2 years, 9 months ago
Selected Answer: D
"it is vital that they be completed before the start of business the following day" There is no guarantee the spot instances will be available.
upvoted 2 times
...
robbrown2
2 years, 9 months ago
I feel like it is C, as you cannot guarantee the spot instances will be available and it will be completed. "it is vital that they be completed before the start of business the following day"
upvoted 1 times
iamjeffbezos
2 years, 6 months ago
you can include on-demand instances in the spot fleet request
upvoted 1 times
...
...
brunaalencar
2 years, 10 months ago
Selected Answer: A
A https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet.html
upvoted 1 times
...
naveenagurjara
2 years, 10 months ago
Selected Answer: A
On demand is out ..to costly. Reserved is out again costly to reserve 24/7 for a year.. Spot instance also out since availability is not guaranteed
upvoted 2 times
...
bighedgedog
2 years, 10 months ago
Selected Answer: C
I'd go with C - Reserved Instances - "it is vital that they be completed before the start of business the following day". You cannot guarantee that the job will be finished with spot instances. Adding on-demand instances to the fleet to ensure that the job is finished on time may make it more expensive than reserved instances (would depend on the % of spot vs on-demad).
upvoted 2 times
...
muhsin
3 years, 4 months ago
Ans: C Spot instances can not be used in this scenario. Because it is vital to be completed before the following day starts.
upvoted 2 times
...
Sharan_25_v
3 years, 4 months ago
Selected Answer: A
Has to be A , since there is no mention of job can withstand failure
upvoted 1 times
...
securus
3 years, 6 months ago
A: in spot fleet, you can : - Scheduled scaling – Increase or decrease the current capacity of the fleet based on the date and time https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-automatic-scaling.html
upvoted 1 times
...
funAtAws
3 years, 6 months ago
I will go with C. Spot instances can be dropped and jobs has to completed by Morning.
upvoted 2 times
Lucky_
3 years, 6 months ago
Fleet = Spot + On Demand(optional). A is correct
upvoted 1 times
...
...
woke
3 years, 6 months ago
A. Spot Fleet
upvoted 2 times
...
Pavan111
3 years, 6 months ago
Answer is A
upvoted 2 times
...
Kobi
3 years, 6 months ago
Key word The MOST cost effective solution... https://blog.boltops.com/2018/07/13/on-demand-vs-reserved-vs-spot-aws-ec2-pricing-comparison
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago