v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1450295228.5 KB

Updates a LaunchConfiguration by Source Server ID.

post/UpdateLaunchConfiguration

Request body

sourceServerIDstring required

The ID of the Source Server that we want to retrieve a Launch Configuration for.

namestring

The name of the launch configuration.

launchDisposition'STOPPED' | 'STARTED'

The state of the Recovery Instance in EC2 after the recovery operation.

targetInstanceTypeRightSizingMethod'NONE' | 'BASIC' | 'IN_AWS'

Whether Elastic Disaster Recovery should try to automatically choose the instance type that best matches the OS, CPU, and RAM of your Source Server.

copyPrivateIpboolean

Whether we should copy the Private IP of the Source Server to the Recovery Instance.

copyTagsboolean

Whether we want to copy the tags of the Source Server to the EC2 machine of the Recovery Instance.

postLaunchEnabledboolean

Whether we want to enable post-launch actions for the Source Server.

Response

Success

sourceServerIDstring

The ID of the Source Server for this launch configuration.

namestring

The name of the launch configuration.

ec2LaunchTemplateIDstring

The EC2 launch template ID of this launch configuration.

launchDisposition'STOPPED' | 'STARTED'

The state of the Recovery Instance in EC2 after the recovery operation.

targetInstanceTypeRightSizingMethod'NONE' | 'BASIC' | 'IN_AWS'

Whether Elastic Disaster Recovery should try to automatically choose the instance type that best matches the OS, CPU, and RAM of your Source Server.

copyPrivateIpboolean

Whether we should copy the Private IP of the Source Server to the Recovery Instance.

copyTagsboolean

Whether we want to copy the tags of the Source Server to the EC2 machine of the Recovery Instance.

postLaunchEnabledboolean

Whether we want to activate post-launch actions for the Source Server.