AWS Certified Developer – Associate — Question 258
A developer has created a Node.js web application on a local development machine. The developer wants to use AWS technology to host the website. The developer needs a solution that requires the least possible operational overhead and no code changes.
Which AWS service should the developer use to meet these requirements?
Answer options
- A. AWS Elastic Beanstalk
- B. Amazon EC2
- C. AWS Lambda
- D. Amazon Elastic Kubernetes Service (Amazon EKS)
Correct answer: A
Explanation
AWS Elastic Beanstalk is designed for easy deployment and management of applications without requiring changes to the code, making it the ideal choice for this scenario. In contrast, Amazon EC2 requires more management and configuration, AWS Lambda is serverless and may necessitate code adjustments, and Amazon EKS involves additional complexity with container orchestration.