AWS Certified Cloud Practitioner — Question 230
A company wants to deploy a Docker application to the AWS Cloud. However, the company does not want to manage the underlying servers.
Which combination of AWS services should the company use to meet these requirements? (Choose two.)
Answer options
- A. Amazon EC2
- B. Amazon EC2 Auto Scaling
- C. AWS Elastic Beanstalk
- D. Amazon CloudFront
- E. AWS Fargate
Correct answer: C, E
Explanation
The correct answer is AWS Elastic Beanstalk and AWS Fargate because both services allow for the deployment of Docker applications without the need to manage the underlying servers. Amazon EC2 and Amazon EC2 Auto Scaling require server management, while Amazon CloudFront is a content delivery network and not directly related to deploying applications.