Question 174:
You work for a very large company that has multiple applications which are very different and built on different programming languages. How can you deploy applications as quickly as possible?
Answer options:
A.Develop all apps in one Docker container and deploy using ElasticBeanstalk. 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 a separate Docker containers and deploy using CloudFormation.