Manually Deploying an Amazon EC2 Instance After a Restore Fails

When a restore of an Amazon EC2 instance fails during the deployment phase, the disks or the AMI are retained. You can use the retained resources to manually deploy the instance in the AWS portal.

If the job status is "Completed with Errors" and the instance status is "Partial success", the Failure reason column for the instance displays "Failed to deploy VM with reason".

Step 1: Get the EBS Volume IDs

  1. Go to the specific job. From the Command Center navigation pane, go to Jobs > Job history.

    The Job history page appears.

  2. Click the failed restore job.

    The Job details page appears. The Failure reason column includes the information for the failed instance deployment.

  3. On the Instance list tab, click the action button action_button in the upper-right corner of the page, and then click View failed items.

    The Failed items list appears. The information includes information about the retained resources such as EBS volumes with their IDs.

Step 2: Attach the EBS Volumes to an Existing EC2 Instance, or Deploy a New EC2 Instance

Loading...