Create an Amazon EBS snapshot of an EBS volume
To create a snapshot of an individual volume, use one of the following methods.
- Console
-
To create a snapshot using the console
Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/
. -
In the navigation pane, choose Snapshots, Create snapshot.
-
For Resource type, choose Volume.
-
For Volume ID, select the volume from which to create the snapshot. The Encryption field indicates the volume and resulting snapshot's encryption status. It can't be modified.
-
(Optional) For Description, enter a brief description for the snapshot.
-
If the volume is on an Outpost or in a Local Zone, the Snapshot destination field appears. Do one of the following:
-
If the volume is in a Local Zone, choose Local Zone to create the snapshot in the same Local Zone, or choose AWS Region to create the snapshot in the parent Region of the Local Zone.
-
If the volume is on an Outpost, choose AWS Outpost, to create the snapshot on the same Outpost, or choose AWS Region to create the snapshot in the parent Region of the Outpost.
Note
If the volume is in a Region, the Snapshot destination does not appear. The snapshot is automatically created in the same Region as the volume.
-
-
(Optional) To assign custom tags to the snapshot, in the Tags section, choose Add tag, and then enter the key-value pair. You can add up to 50 tags.
-
Choose Create snapshot.
- Command line
-
To create a snapshot using the AWS CLI
Use the create-snapshot
command. To create a snapshot using the Tools for Windows PowerShell
Use the New-EC2Snapshot command.