disks

Description

This example creates a variety of managed disks.

Concepts

The following concepts are present in this example:

  • Disks

  • Storage

Venues

This example is regularly tested against:

awsazure

Release Notes

1.0

  • Initial release.

Blueprint

---
location:
  region:
    nw:
      country: USA
      area: northwest
  folder:
    tuono-disks:
      region: nw

storage:
  disk:
    cold:
      size: 1tb
      type: cold
    hdd:
      size: 500gb
      type: hdd
    ssd:
      size: 128gb
      type: ssd
    premium:
      size: 64gb
      type: premium
    ultra:
      size: 32gb
      type: ultra
      iops: 1000
      throughput: 50 MB/s

Last updated

Was this helpful?