AWS Certified SysOps Administrator – Associate (legacy) — Question 696

You are tasked with the migration of a highly trafficked Node JS application to AWS in order to comply with organizational standards Chef recipes must be used to configure the application servers that host this application and to support application lifecycle events.
Which deployment option meets these requirements while minimizing administrative burden?

Answer options

Correct answer: A

Explanation

AWS OpsWorks is designed specifically to use Chef recipes to configure EC2 instances and manage application lifecycle events, making it the option with the lowest administrative overhead. While Elastic Beanstalk is easy to manage, it does not natively use Chef recipes as its primary configuration mechanism. Manually deploying on EC2 or managing a custom Chef Server on EC2 would require significant administrative effort compared to OpsWorks.