AWS SDK for .NET Documentation
InstallUpdatesOnBoot Property
AmazonAmazon.OpsWorks.ModelInstanceInstallUpdatesOnBoot Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property InstallUpdatesOnBoot.

Whether to install operating system and package updates when the instance boots. The default value is

CopyC#
true
. If this value is set to
CopyC#
false
, you must then update your instances manually by using CreateDeployment to run the
CopyC#
update_dependencies
stack command or manually running
CopyC#
yum
(Amazon Linux) or
CopyC#
apt-get
(Ubuntu) on the instances.

Note:

We strongly recommend using the default value of

CopyC#
true
, to ensure that your instances have the latest security updates.

Declaration Syntax
C#
public bool InstallUpdatesOnBoot { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)