For the complete documentation index, see llms.txt. This page is also available as Markdown.

ChangeDeleteOnTerminate Object

Description

Parameters to change "delete on terminate" settings of an EBS volume.

Properties

deleteOnTerminate

Indicates how the value should be modified.

Type: string

Valid Values:

  • off

  • on

  • copy-from-original

Required: Yes

Sample JSON

{
    "deleteOnTerminate": "off"
}

Last updated