Layer / Attribute / install_updates_on_boot
install_updates_on_boot#
- OpsWorks.Layer.install_updates_on_boot#
(boolean) –
Whether to install operating system and package updates when the instance boots. The default value is
true
. If this value is set tofalse
, you must then update your instances manually by using CreateDeployment to run theupdate_dependencies
stack command or manually runningyum
(Amazon Linux) orapt-get
(Ubuntu) on the instances.Note
We strongly recommend using the default value of
true
, to ensure that your instances have the latest security updates.