You have a video transcoding application. The videos are processed consistent with a queue. If the process of a video interrupts in one instance, it resumes in another instance. Presently there’s a large backlog of videos that must process, for this, you wish to feature a lot of instances. However, you would like these instances solely until your backlog reduce. That of those would be an economical way to do it?
Answer / Mukesh Ranjan Sinha
An economical way to handle the backlog while keeping costs low is by using AWS Batch with Spot Instances or Reserved Instances. AWS Batch automatically manages the process queue, scales up and down based on the workload, and can utilize Spot Instances for cost savings when capacity is available. When the backlog reduces, you can terminate instances to stop incurring costs.
| Is This Answer Correct ? | 0 Yes | 0 No |
How does Elastic Beanstalk apply updates?
How do I transfer my existing domain name registration to Amazon Route 53 without disrupting my existing web traffic?
What is amazon machine image and what is the relation between instance and ami?
How to secure data for carrying in the cloud?
What are the pricing models for ec2 instances?
What is the difference between the load balancer route-53 and the normal route-53?
How can you speed up data transfer in Snowball?
You have a content management system running on an Amazon EC2 instance that is approaching 100% CPU utilization. How to reduce the load on the Amazon EC2 instance?
Is it possible to vertically scale on an amazon instance? If yes, how?
What is meant by egress, ingress and regress?
A company needs to monitor the read and write IOPS for their AWS MySQL RDS instance and send real-time alerts to their operations team. Which AWS services can accomplish this?
Is aws based on hadoop?