Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DriveTypeGp2 is a constant for gp2 drive types DriveTypeGp2 = "gp2" // DriveTypeIo1 is a constant for io1 drive types DriveTypeIo1 = "io1" // Gp2IopsMultiplier is the amount with which a given gp2 GiB size is multiplied // in order to get that drive's baseline IOPS performance Gp2IopsMultiplier = 3 )
Variables ¶
This section is empty.
Functions ¶
func NewAWSStorageManager ¶
func NewAWSStorageManager( decisionMatrix cloudops.StorageDecisionMatrix, ) (cloudops.StorageManager, error)
NewAWSStorageManager returns an aws implementation for Storage Management
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.