Snapshot restoration of VM's

Revision as of 11:36, 30 June 2021 by Admin (talk | contribs) (Created page with "AWS Console ------------------ Before doing anything with VM in AWS console, take snapshot - Go to Instances - Select instance - Storage - Click on volume ID (open volum...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

AWS Console



Before doing anything with VM in AWS console, take snapshot

- Go to Instances

- Select instance

- Storage

- Click on volume ID (open volume)

- Actions

- Create snapshot

- Go to instances

- Select instance

- Storage

• Note down device name ( /dev/sda1)

- Shut down instance (stop)

- Go to snapshots

- Select the snapshot, which we have created

- Create volume

- Go to volume

- Select newly created volume

- Actions

- Attach volume

• Select instance name

• Device : /dev/sdf (default)

Edit this to /dev/sda1 (Root Device Name, which we have noted before)

- Click on attach

- At last Start instance