Gets and sets the property InstallUpdatesOnBoot.
Whether to install operating system and package updates when the instance boots. The
default value is CopyC#
. To control when updates are installed,
set this value to true
CopyC#
. You must then update your instances manually
by using CreateDeployment to run the false
CopyC#
stack command or manually running update_dependencies
CopyC#
(Amazon Linux) or yum
CopyC#
(Ubuntu) on the instances.
apt-get
![]() |
---|
We strongly recommend using the default value of |

C# |
public bool InstallUpdatesOnBoot { get; set; }