Question 301:
You work for a big company having multiple web applications that are very different from each other. These applications are built using different programming languages. How could you deploy these applications as quickly as possible?
Answer options:
A.Develop all the apps in a single Docker container and deploy using Elastic Beanstalk. B.Create a Lambda function deployment package consisting of code and any dependencies. C.Develop each app in a separate Docker container and deploy using Elastic Beanstalk. D.Develop each app in separate Docker containers and deploy using CloudFormation.