Point in time (PIT) policy - AWS Elastic Disaster Recovery

Point in time (PIT) policy

AWS Elastic Disaster Recovery allows you to select the number of days for which point in time snapshots will be retained through the Point in time (PIT) policy field.

You can select to save PIT snapshots for 1 up to 365 days. Saving PIT snapshots for more days will allow you more recovery options, but will also result in increased costs. Learn more about Point in time.

DRS Console
Adjusting PIT Retention Rate
  1. Navigate to the AWS Elastic Disaster Recovery Console. In the left navigation pane, select Source Servers

  2. Select one or more source servers, then select Replication.

  3. Select Edit replication settings.

  4. Navigate to Point in time (PIT) policy.

  5. Enter a new Integer from 1 to 365 in Snapshot retention (in days).

  6. Select Save replication settings.

Command Line
Adjusting PIT Retention Rate
  • update-replication-configuration (AWS CLI)

    aws drs update-replication-configuration --source-server-id s-123456789abcdefgh --pit-policy enabled=true,interval=10,retentionDuration=60,ruleID=1,units="MINUTE" enabled=true,interval=1,retentionDuration=24,ruleID=2,units="HOUR" enabled=true,interval=1,retentionDuration=14,ruleID=3,units="DAY"