Question 352:
You are working as an AWS Architect for a media firm. The firm has large text files that need to be converted into audio files. They are using S3 buckets to store this text files. AWS Batch is used to process these files along with Amazon Polly. For the compute environment, you have a mix of EC2 On-Demand & Spot instances. Critical Jobs are required to be completed quickly, while non-critical Jobs can be scheduled during non-peak hours. While using AWS Batch, management wants a cost-effective solution with no performance impact. Which of the following Job Queue can be selected to meet this requirement?
Answer options:
A.Create single Job Queue with EC2 On Demand instance having higher priority & Spot Instance having lower priority. B.Create multiple Job Queues with one Queue having EC2 On Demand instance & having higher priority while another queue having Spot Instance & lower priority. C.Create multiple Job Queues with one Queue having EC2 On Demand instance & having lower priority while another queue having Spot Instance & higher priority. D.Create single Job Queue with EC2 On Demand instance having lower priority & Spot Instance having higher priority.