檢視使用快速快照還原還原的 Amazon EBS 磁碟區 - Amazon EBS

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

檢視使用快速快照還原還原的 Amazon EBS 磁碟區

當您在磁碟區的可用區域中從已啟用快速快照還原的快照建立磁碟區時,其會使用快速快照還原進行還原。

使用 describe-volumes 命令來檢視從已啟用快速快照還原的快照所建立的磁碟區。

aws ec2 describe-volumes --filters Name=fast-restored,Values=true

下列為範例輸出。

{ "Volumes": [ { "Attachments": [], "AvailabilityZone": "us-east-2a", "CreateTime": "2020-01-26T00:34:11.093Z", "Encrypted": true, "KmsKeyId": "arn:aws:kms:us-west-2:123456789012:key/8c5b2c63-b9bc-45a3-a87a-5513e232e843", "Size": 20, "SnapshotId": "snap-0e946653493cb0447", "State": "available", "VolumeId": "vol-0d371921d4ca797b0", "Iops": 100, "VolumeType": "gp2", "FastRestored": true } ] }