1 Answer
- Newest
- Most votes
- Most comments
0
Hi there!
Sorry to hear you're having this issue. If you're seeing this error through the Lightsail Console, please confirm you are following these steps: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-how-to-create-instance-from-snapshot
If the error still is unresolved, instead try using the following CLI command to restore your instance:
aws lightsail create-instances-from-snapshot \
--instance-snapshot-name {enter your instance snapshot name here} \
--instance-names {enter your instance name here} \
--availability-zone us-east-2a \
--bundle-id xlarge_2_0 \
--region us-east-2
Is your recent backup a manual snapshot or an automatic snapshot?
answered a year ago
Relevant content
- Accepted Answerasked a year ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 7 months ago
If your snapshot is an automatic snapshot, use the following CLI command rather than the above command:
We were able to reproduce this issue on our end, and have since fixed it. Please trying to use the console once again if you are still blocked on this issue.