"/etc/ntp.conf" do source "ntp.conf.erb" owner "root" group "root" mode 0644 notifies :restart, resources(:service => "ntp") end ! service "ntp" do action :start end Install package Create config file from template Define service and start NTP Restart service when config file changes
on key metrics such as CPU load • Scale up when a high percentage of total of the metric is being used • Scale down when low percentage of the metric is being used