AWS cli documentation change
Summary
Added example output showing snapshot restoration status and details
Security assessment
Added operational example without security context. Shows recovery status but doesn't address vulnerabilities or security features
Diff
diff --git a/cli/latest/reference/ec2/restore-snapshot-from-recycle-bin.md b/cli/latest/reference/ec2/restore-snapshot-from-recycle-bin.md index ce564153d..e6c8437b0 100644 --- a//cli/latest/reference/ec2/restore-snapshot-from-recycle-bin.md +++ b//cli/latest/reference/ec2/restore-snapshot-from-recycle-bin.md @@ -15 +15 @@ - * [AWS CLI 2.34.55 Command Reference](../../index.html) » + * [AWS CLI 2.34.57 Command Reference](../../index.html) » @@ -231 +231,15 @@ The following `restore-snapshot-from-recycle-bin` example restores a snapshot fr -This command produces no output. +Output: + + + { + "SnapshotId": "snap-01234567890abcdef", + "Description": "Monthly data backup snapshot", + "Encrypted": false, + "OwnerId": "111122223333", + "Progress": "99%", + "StartTime": "2021-12-01T13:00:00.000000+00:00", + "State": "recovering", + "VolumeId": "vol-ffffffff", + "VolumeSize": 30 + } + @@ -309 +323 @@ SseType -> (string) - * [AWS CLI 2.34.55 Command Reference](../../index.html) » + * [AWS CLI 2.34.57 Command Reference](../../index.html) »