Start Practice Run
| arczonalshift_start_practice_run | R Documentation |
Start an on-demand practice run zonal shift in Amazon Application Recovery Controller¶
Description¶
Start an on-demand practice run zonal shift in Amazon Application Recovery Controller. With zonal autoshift enabled, you can start an on-demand practice run to verify preparedness at any time. Amazon Web Services also runs automated practice runs about weekly when you have enabled zonal autoshift.
For more information, see Considerations when you configure zonal autoshift in the Amazon Application Recovery Controller Developer Guide.
Usage¶
arczonalshift_start_practice_run(resourceIdentifier, awayFrom, comment)
Arguments¶
resourceIdentifier |
[required] The identifier for the resource that you want to start a practice run zonal shift for. The identifier is the Amazon Resource Name (ARN) for the resource. |
awayFrom |
[required] The Availability Zone (for example,
|
comment |
[required] The initial comment that you enter about the practice run. Be aware that this comment can be overwritten by Amazon Web Services if the automatic check for balanced capacity fails. For more information, see Capacity checks for practice runs in the Amazon Application Recovery Controller Developer Guide. |
Value¶
A list with the following syntax:
list(
zonalShiftId = "string",
resourceIdentifier = "string",
awayFrom = "string",
expiryTime = as.POSIXct(
"2015-01-01"
),
startTime = as.POSIXct(
"2015-01-01"
),
status = "ACTIVE"|"EXPIRED"|"CANCELED",
comment = "string"
)
Request syntax¶
svc$start_practice_run(
resourceIdentifier = "string",
awayFrom = "string",
comment = "string"
)