Backup and Restore

When we encounter misoperation, we can use snapshot restore. We provide daily automatic snapshot at UTC 2:00 and provide self-manual snapshot.

Creating a snapshot

Use the following procedure to create a snapshot from the specified volume.

1.To create a snapshot using the console.

1.1 Open the Amazon EC2 console at https://console.aws.amazon.com/ec2/.

1.2 Choose Volume under Elastic Block Store in the navigation pane.

1.3 Choose Create Snapshot.

1.4 Choose Add Tag to add tags to your snapshot. For each tag, provide a tag key and a tag value(Name_account is your AccountName like chengdu80final-team 1).

1.5 Choose Create Snapshot.

Key

Value

Name

XXXX

Owner

Name_account

2.(Optional)To create a snapshot using the command line, see the following example.

  • create-snapshot (AWS CLI):aws ec2 create-snapshots \

  • New-EC2Snapshot (AWS Tools for Windows PowerShell):

Restoring a snapshot

Last updated