AWS Security ChangesHomeSearch

AWS aws-backup documentation change

Service: aws-backup · 2025-10-28 · Documentation low

File: aws-backup/latest/devguide/restore-auroradsql.md

Summary

Updated CLI command syntax for restoring Aurora clusters and corrected a documentation link.

Security assessment

Changes involve syntax corrections and link updates without introducing or modifying security-related content. No evidence of addressing security vulnerabilities.

Diff

diff --git a/aws-backup/latest/devguide/restore-auroradsql.md b/aws-backup/latest/devguide/restore-auroradsql.md
index 98230a284..a3442d2b6 100644
--- a//aws-backup/latest/devguide/restore-auroradsql.md
+++ b//aws-backup/latest/devguide/restore-auroradsql.md
@@ -67,4 +67,4 @@ AWS CLI
-        {
-        "recoveryPointArn": "arn",
-        "tags": Map<String, String>,
-        "metadata": {
+        aws backup start-restore-job \
+        --recovery-point-arn "arn:aws:dsql:us-east-1:123456789012:cluster/example-cluster/backup/example-backup" \
+        --iam-role-arn "arn:aws:iam::123456789012:role/service-role/AWSBackupDefaultServiceRole" \
+        --metadata '{
@@ -73,6 +73,3 @@ AWS CLI
-                    "region": "us-east-1", // optional
-                    "isDeletionProtectionEnabled": true, // optional
-                    "kmsKeyId": "my_key" // optional
-                },
-            ]
-        }
+                    "region": "us-east-1",
+                    "isDeletionProtectionEnabled": true,
+                    "kmsKeyId": "my_key"
@@ -79,0 +77,3 @@ AWS CLI
+            ]
+        }' \
+        --copy-source-tags-to-restored-resource
@@ -172 +172 @@ AWS CLI
-Multi-Region restore can now be achieved using the new orchestrated restore metadata with AWS Backup CLI commands. This approach simplifies the process by handling the cluster linking automatically. For more information about creating multi-Region clusters programmatically, see [CreateMultiRegionClusters](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_CreateMultiRegionClusters.html) in the Aurora DSQL API Reference.
+Multi-Region restore can now be achieved using the new orchestrated restore metadata with AWS Backup CLI commands. This approach simplifies the process by handling the cluster linking automatically. For more information about creating multi-Region clusters programmatically, see [Configuring multi-Region clusters](https://docs.aws.amazon.com/aurora-dsql/latest/userguide/configuring-multi-region-clusters.html) in the Aurora DSQL User Guide.