Which combination of AWS services should the company use to meet these requirements?
(Choose two.)
Amazon EC2
Amazon EC2 Auto Scaling
AWS Elastic Beanstalk
Amazon CloudFront
AWS Fargate
Explanations:
Amazon EC2 requires the company to manage the underlying servers, which does not meet the requirement.
Amazon EC2 Auto Scaling helps with scaling but requires EC2 instances, which still involve server management.
AWS Elastic Beanstalk can deploy Docker applications and abstracts server management for the company.
Amazon CloudFront is a content delivery network and is not used for deploying Docker applications.
AWS Fargate is a serverless compute engine for containers on AWS that removes the need to manage servers.