Skip to content

Commit

Permalink
Update large-aws-imports.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdoman authored Jan 6, 2025
1 parent 6b5accd commit 870b969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cado/discovery-import/aws/large-aws-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ AWS does not provide exact estimates for how long creating a snapshot will take,

### Speeding Up Step 2: Create Volume with Fast Snapshot Restore

You can speed up the **Create Volume** step by using [Fast Snapshot Restore](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-fast-snapshot-restore.html). Note that this does not affect the time it takes to create a snapshot, and creating a volume still takes time.
If you are not using the EBS Direct API for acquisitions (below) you can speed up the **Create Volume** step by using [Fast Snapshot Restore](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-fast-snapshot-restore.html). Note that this does not affect the time it takes to create a snapshot, and creating a volume still takes time. If you are using the faster EBS Direct API option, this entirely skips the Create Volume operation and is faster.

To create a snapshot and enable Fast Snapshot Restore:

Expand Down Expand Up @@ -94,4 +94,4 @@ This method is similar to using **Coldsnap**, which can be executed with a comma

```bash
coldsnap --region us-east-1 download snap-0001 disk.dd
```
```

0 comments on commit 870b969

Please sign in to comment.