-1

Is there a way to restore EBS volume from snapshot using AWS CLI or CloudFormation?

kim
  • 1
  • 2

1 Answers1

0

In CloudFormation you have SnapshotId:

The snapshot from which to create the volume. You must specify either a snapshot ID or a volume size.

In CLI you have create-volume where you can specify --snapshot-id.

Wolf
  • 9,679
  • 7
  • 62
  • 108
Marcin
  • 215,873
  • 14
  • 235
  • 294