ResponseLaunchTemplateData#

Information for a launch template.

Contents#

  • blockDeviceMapping — The block device mapping.

  • disableApiTermination — Indicates whether it is possible to terminate the instance via API.

    • Type: Boolean

    • Required: No

  • highAvailable — The high availability mode.

    • Type: Boolean

    • Required: No

  • imageId — The image ID.

    • Type: String

    • Required: Yes

  • InstanceInitiatedShutdownBehavior — Indicates whether the instance will be stopped or terminated when you run the shutdown command using the operating system.

    • Type: String

    • Required: No

    • Valid values: stop | terminate

  • instanceType — The Instance type.

    • Type: String

    • Required: No

  • keyName — The name of the key pair.

    • Type: String

    • Required: No

  • monitoring — The monitoring for the instance.

  • networkInterfaceSet — The description of the network interfaces.

  • placement — The placement of the instance.

  • securityGroupIdSet — The IDs of the security groups.

    • Type: Array of strings

    • Required: No

  • tagSpecificationSet — The tags to assign to the resource during the launch.

  • userData — The user data for the instance.

    • Type: String

    • Required: No

  • virtualizationType — The virtualization type.

    • Type: String

    • Possible values: hvm | hvm-legacy

    • Required: No