Skip to content

Commit

Permalink
Add VirtualMachine to the AWS Backup integration lambda doc (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
volatilecat authored Jun 20, 2024
1 parent 1fcf771 commit c08aff8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aws-backup-elastio-integration/elastio-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ Elastio Connector stack deploys an AWS Lambda function named `elastio-bg-jobs-se
//
// If this parameter is specified Elastio attaches the restored volume to
// its worker instance that performs the scan.
//
// # VirtualMachine
// It is required to specify the ID of the temporary EC2 instance which is
// created during the restore testing of a VirtualMachine recovery point.
// Elastio stops the restored EC2 instance, detaches its volumes and attaches
// them to its own worker instance that performs the scan.
"restored_resource_id": "fs-0f7c4cb255b35a06d",
}
```
Expand Down

0 comments on commit c08aff8

Please sign in to comment.