A company uses AWS OpsWorks to manage a stack of web servers. They need to deploy a configuration change that updates the /etc/nginx/nginx.conf file on all instances. Which OpsWorks feature should be used?
Chef recipes are used to apply configuration changes.
Why this answer
Option A is correct because Chef recipes are used to configure instances. Option B is wrong because custom cookbooks can be used, but recipes are the specific unit. Option C is wrong because lifecycle events trigger recipes.
Option D is wrong because layers group instances, but do not deploy configurations.