LaunchConfigurationTemplate

Template for default launch configuration settings

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
launchConfigurationTemplateID string Template ID
arn string ARN of the template
launchDisposition string Default launch disposition
targetInstanceTypeRightSizingMethod string Right-sizing method
copyPrivateIp boolean Whether to copy private IP
copyTags boolean Whether to copy tags
licensing string licensing
bootMode string Boot mode
tags object Tags on the template
View JSON Schema on GitHub

JSON Schema

application-migration-service-launch-configuration-template-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-launch-configuration-template-schema.json",
  "title": "LaunchConfigurationTemplate",
  "description": "Template for default launch configuration settings",
  "type": "object",
  "properties": {
    "launchConfigurationTemplateID": {
      "type": "string",
      "description": "Template ID"
    },
    "arn": {
      "type": "string",
      "description": "ARN of the template"
    },
    "launchDisposition": {
      "type": "string",
      "description": "Default launch disposition"
    },
    "targetInstanceTypeRightSizingMethod": {
      "type": "string",
      "description": "Right-sizing method"
    },
    "copyPrivateIp": {
      "type": "boolean",
      "description": "Whether to copy private IP"
    },
    "copyTags": {
      "type": "boolean",
      "description": "Whether to copy tags"
    },
    "licensing": {
      "type": "string",
      "description": "licensing"
    },
    "bootMode": {
      "type": "string",
      "description": "Boot mode"
    },
    "tags": {
      "type": "object",
      "description": "Tags on the template"
    }
  }
}