Amazon Data Lifecycle Manager · Arazzo Workflow
Amazon Data Lifecycle Manager Reconfigure Schedule
Version 1.0.0
Read a policy, re-enable and rewrite its snapshot schedule, then confirm the change.
View Spec
View on GitHub
BackupEBS SnapshotsLifecycle ManagementStorageAutomationComplianceArazzoWorkflows
Provider
Workflows
reconfigure-schedule
Rewrite a policy's snapshot schedule and verify the update.
Reads the current policy, patches its PolicyDetails with a new snapshot schedule and ENABLED state, and re-reads the policy to confirm the change.
1
readCurrent
getLifecyclePolicy
Read the current policy by its identifier to confirm it exists and capture its present state.
2
applySchedule
updateLifecyclePolicy
Patch the policy with a rewritten EBS snapshot schedule and ensure the policy is set to the ENABLED state so the new schedule takes effect.
3
confirmSchedule
getLifecyclePolicy
Re-read the policy to confirm the ENABLED state and the rewritten schedule were persisted.