AWS::RDS::DBInstance AdditionalStorageVolume - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

{ "AllocatedStorage" : String, "Iops" : Integer, "MaxAllocatedStorage" : Integer, "StorageThroughput" : Integer, "StorageType" : String, "VolumeName" : String }

YAML

AllocatedStorage: String Iops: Integer MaxAllocatedStorage: Integer StorageThroughput: Integer StorageType: String VolumeName: 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 | IO2

Required: No

Type: String

Update requires: No interruption

VolumeName

The name of the additional storage volume.

Valid Values: RDSDBDATA2 | RDSDBDATA3 | RDSDBDATA4

Required: No

Type: String

Update requires: No interruption