AWS::DLM::LifecyclePolicy Parameters
[Snapshot and AMI policies only] Specifies optional parameters for snapshot and AMI policies. The set of valid parameters depends on the combination of policy type and target resource type.
If you choose to exclude boot volumes and you specify tags that consequently exclude
all of the additional data volumes attached to an instance, then Amazon Data Lifecycle Manager will not create
any snapshots for the affected instance, and it will emit a SnapshotsCreateFailed
Amazon CloudWatch metric. For more information, see Monitor your policies
using Amazon CloudWatch.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ExcludeBootVolume" :Boolean, "ExcludeDataVolumeTags" :[ Tag, ... ], "NoReboot" :Boolean}
YAML
ExcludeBootVolume:BooleanExcludeDataVolumeTags:- TagNoReboot:Boolean
Properties
ExcludeBootVolume-
[Snapshot policies that target instances only] Indicates whether to exclude the root volume from multi-volume snapshot sets. The default is
false. If you specifytrue, then the root volumes attached to targeted instances will be excluded from the multi-volume snapshot sets created by the policy.Required: No
Type: Boolean
Update requires: No interruption
ExcludeDataVolumeTagsProperty description not available.
Required: No
Type: List of Tag
Update requires: No interruption
NoReboot-
[AMI policies only] Indicates whether targeted instances are rebooted when the lifecycle policy runs.
trueindicates that targeted instances are not rebooted when the policy runs.falseindicates that target instances are rebooted when the policy runs. The default istrue(instances are not rebooted).Required: No
Type: Boolean
Update requires: No interruption