Question 346:
You have been hired as an AWS Architect in a global financial firm. They provide daily consolidated reports to their clients for trades in stock markets. For a large amount of data processing, they store daily trading transaction data in S3 buckets, which triggers the AWS Lambda function. This function submits a new AWS Batch job in the Job queue. These queues use EC2 compute resources with this customized AMI and Amazon ECS to complete the job. You have been working on an application created using the above requirements. While performing a trial for the application, even though it has enough memory/CPU resources, the job is stuck in a Runnable state. Which of the following checks would help to resolve the issue?
Answer options:
A.Ensure that AWS logs driver is configured on compute resources. B.AWS Batch does not support customized AMI, use ECS-optimized AMI. C.Check dependencies for the job which holds the job in Runnable state. D.Use only On-Demand EC2 instance in compute resources.