PracticeRunConfiguration - Amazon Route 53 Application Recovery Controller
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

PracticeRunConfiguration

A practice run configuration for a resource includes the Amazon CloudWatch alarms that you've specified for a practice run, as well as any blocked dates or blocked windows for the practice run. When a resource has a practice run configuration, Route 53 ARC shifts traffic for the resource weekly for practice runs.

Practice runs are required for zonal autoshift. The zonal shifts that Route 53 ARC starts for practice runs help you to ensure that shifting away traffic from an Availability Zone during an autoshift is safe for your application.

You can update or delete a practice run configuration. Before you delete a practice run configuration, you must disable zonal autoshift for the resource. A practice run configuration is required when zonal autoshift is enabled.

Contents

outcomeAlarms

The outcome alarm for practice runs is an alarm that you specify that ends a practice run when the alarm is in an ALARM state.

Type: Array of ControlCondition objects

Array Members: Fixed number of 1 item.

Required: Yes

blockedDates

An array of one or more dates that you can specify when Amazon does not start practice runs for a resource.

Specify blocked dates, in UTC, in the format YYYY-MM-DD, separated by spaces.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 15 items.

Length Constraints: Fixed length of 10.

Pattern: ^[0-9]{4}-[0-9]{2}-[0-9]{2}$

Required: No

blockedWindows

An array of one or more windows of days and times that you can block Route 53 ARC from starting practice runs for a resource.

Specify the blocked windows in UTC, using the format DAY:HH:MM-DAY:HH:MM, separated by spaces. For example, MON:18:30-MON:19:30 TUE:18:30-TUE:19:30.

Type: Array of strings

Array Members: Minimum number of 0 items. Maximum number of 15 items.

Length Constraints: Fixed length of 19.

Pattern: ^(Mon|Tue|Wed|Thu|Fri|Sat|Sun):[0-9]{2}:[0-9]{2}-(Mon|Tue|Wed|Thu|Fri|Sat|Sun):[0-9]{2}:[0-9]{2}$

Required: No

blockingAlarms

The blocking alarm for practice runs is an optional alarm that you can specify that blocks practice runs when the alarm is in an ALARM state.

Type: Array of ControlCondition objects

Array Members: Fixed number of 1 item.

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: