Do I have to create an ami from the snapshot and the ec2 instance from the ami?
l
little-cartoon-10569
11/29/2022, 7:32 PM
Use an EC2 snapshot to do this. EBS snapshots cannot be used directly for root volumes, afaik. Or you can create an EBS volume from an EBS snapshot, and then create the instance's root block device from the EBS volume.
d
damp-painting-47843
11/30/2022, 5:23 PM
You can’t provide an existing EBS volume as a root device. That’s part of my problem. I ended up creating a snapshot of the volume, creating an ami from that snapshot and using the ami to create the ec2 instance.