This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::RDS::DBInstance AdditionalStorageVolume
Contains details about an additional storage volume for a DB instance. RDS support additional storage volumes for RDS for Oracle and RDS for SQL Server.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AllocatedStorage" :String, "Iops" :Integer, "MaxAllocatedStorage" :Integer, "StorageThroughput" :Integer, "StorageType" :String, "VolumeName" :String}
YAML
AllocatedStorage:StringIops:IntegerMaxAllocatedStorage:IntegerStorageThroughput:IntegerStorageType:StringVolumeName:String
Properties
AllocatedStorage-
The amount of storage allocated for the additional storage volume, in gibibytes (GiB). The minimum is 20 GiB. The maximum is 65,536 GiB (64 TiB).
Required: No
Type: String
Pattern:
^[0-9]*$Update requires: No interruption
Iops-
The number of I/O operations per second (IOPS) provisioned for the additional storage volume.
Required: No
Type: Integer
Update requires: No interruption
MaxAllocatedStorage-
The upper limit in gibibytes (GiB) to which RDS can automatically scale the storage of the additional storage volume.
Required: No
Type: Integer
Update requires: No interruption
StorageThroughput-
The storage throughput value for the additional storage volume, in mebibytes per second (MiBps). This setting applies only to the General Purpose SSD (
gp3) storage type.Required: No
Type: Integer
Update requires: No interruption
StorageType-
The storage type for the additional storage volume.
Valid Values:
GP3 | IO2Required: No
Type: String
Update requires: No interruption
VolumeName-
The name of the additional storage volume.
Valid Values:
RDSDBDATA2 | RDSDBDATA3 | RDSDBDATA4Required: No
Type: String
Update requires: No interruption