Stateful Node AWS
Import Instance from AWS
<ul> <li>Import an instance from AWS into Stateful Node, while keeping the instance data and its persistence settings. <li>This call is starting the migration and returns migration ID. <li>In order to get migration status use the Get Migration Status call <ul>post/aws/ec2/managedInstance/migration
Parameters
#/paths/~1azure~1costs/get/parameters/0 — unresolved $ref
Request body
Example request
{
"migration": {
"originalInstanceId": "i-123",
"region": "us-east-1",
"managedInstanceName": "us-east-1",
"product": "Linux/UNIX",
"spotInstanceTypes": [
"m3.large"
],
"availabilityZones": [
{
"name": "us-west-2c",
"subnetIds": [
"subnet-fdfb00a0"
]
}
]
}
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.