Skip to main content

Update AWS Boot disk protection configuration

API to update AWS Boot disk protection configuration

Path Parameters
  • accountId int64 required

    Cloud Rewind account ID.

  • projectId string required

    Cloud Rewind project ID.

  • cloudAssemblyId int64 required

    AWS cloud assembly ID.

Request Body required
  • excludeAdditionalDiskProtection boolean required

    Enable this option to protect only the boot disk on a compute instance. Additional storage volumes attached to the compute instance will not be protected.

  • additionalDiskAttachmentOptions string

    Possible values: [attach, ignore]

    Options for attaching additional disks during recovery.

    ValueDescription
    attachAdditional disks will be attached only in the primary region during recovery.
    ignoreAdditional disks will not be attached during recovery. If required, the user has to attach manually using cloud provider console or API.
Responses

OK


Schema
  • accountId int64

    Cloud Rewind Account Id

  • projectId string

    Cloud Rewind Project Id

  • cloudAssemblyId int64

    Unique identifier for the cloud assembly

  • config object

    Defines the configuration for boot disk protection

  • excludeAdditionalDiskProtection boolean

    Enable this option to protect only the boot disk on a compute instance. Additional storage volumes attached to the compute instance will not be protected.

  • additionalDiskAttachmentOptions string

    Options for attaching additional disks during recovery.

  • lastUpdated date-time

    The time when the configuration was last updated

Loading...