Question 151:
A company with a set of admin jobs (.NET core) in the C# programming language is moving its infrastructure to AWS. What would be an efficient mean of hosting the admin related jobs in AWS?
Answer options:
A.Use AWS DynamoDB to store the jobs and then run them on demand. B.Use AWS Lambda functions with C# for the Admin jobs. C.Use AWS S3 to store the jobs and then run them on demand. D.Use AWS Config functions with C# for the Admin jobs.