AWS organizations documentation change
Summary
Clarified that tag_key and tag_value fields are required in backup rule and backup plan tag documentation by adding explicit 'required' statements
Security assessment
The changes emphasize required fields in backup policy configuration but do not address a specific security vulnerability. While proper tagging helps with resource management and policy enforcement, there is no evidence this change fixes an existing security weakness or documents new security controls.
Diff
diff --git a/organizations/latest/userguide/orgs_manage_policies_backup_syntax.md b/organizations/latest/userguide/orgs_manage_policies_backup_syntax.md index 362f56088..e56c5274e 100644 --- a//organizations/latest/userguide/orgs_manage_policies_backup_syntax.md +++ b//organizations/latest/userguide/orgs_manage_policies_backup_syntax.md @@ -111,2 +111,2 @@ Backup rule elements Element | Description | Required - * `tag_key`: Tag name (case-sensitive) - * `tag_value`: Tag value (case-sensitive) + * `tag_key`:This is a required field within this block. Tag name (case-sensitive) + * `tag_value`:This is a required field within this block. Tag value (case-sensitive) @@ -227,2 +227,2 @@ Backup plan tag elements Element | Description | Required - * `tag_key`: Tag key name to search for. The value is case sensitive. - * `tag_value`: Value that is attached to the backup plan and associated with the `tag_key`. The value is case sensitive. + * `tag_key`: Tag key name to search for. This is a required field within this block. The value is case sensitive. + * `tag_value`: Value that is attached to the backup plan and associated with the `tag_key`. This is a required field within this block. The value is case sensitive.