Question 272:
Your company decided to improve on the current batch processing model and start using the AWS Batch instead of the currently running SQS and EC2 with Auto Scaling configurations. Your processing jobs are using Docker containers. You also expect the jobs to grow in future. These jobs pull messages from the AWS SQS queue and write the data into DynamoDB tables once the processing is completed. You have created a small Proof-of-concept application to try out the AWS Batch before you actually migrate your job containers.
Answer options:
A.Make sure a CloudWatch Log group is set up for the Batch job. B.Make sure Internet Access is available to your container. C.Make sure suitable CPU and RAM are allocated for the Batch job. D.Make sure your AWS account has not reached to the EC2 limit. E.Make sure the VPC Endpoint is set to access the SQS queue from the containers inside the VPC.