AWS aws-backup documentation change
Summary
Changed validation script retention period range from 1-168 hours to 0-168 hours
Security assessment
The change expands the allowed retention period range but does not address a specific security vulnerability. While 0 hours allows immediate deletion after validation, there is no evidence this fixes a security issue.
Diff
diff --git a/aws-backup/latest/devguide/API_RestoreTestingSelectionForCreate.md b/aws-backup/latest/devguide/API_RestoreTestingSelectionForCreate.md index 68715b143..b500f02d7 100644 --- a//aws-backup/latest/devguide/API_RestoreTestingSelectionForCreate.md +++ b//aws-backup/latest/devguide/API_RestoreTestingSelectionForCreate.md @@ -114 +114 @@ Required: No -This is amount of hours (1 to 168) available to run a validation script on the data. The data will be deleted upon the completion of the validation script or the end of the specified retention period, whichever comes first. +This is amount of hours (0 to 168) available to run a validation script on the data. The data will be deleted upon the completion of the validation script or the end of the specified retention period, whichever comes first.