Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

RDS Default StorageType is magnetic #107

Open
aarcro opened this issue May 11, 2017 · 0 comments
Open

RDS Default StorageType is magnetic #107

aarcro opened this issue May 11, 2017 · 0 comments

Comments

@aarcro
Copy link
Contributor

aarcro commented May 11, 2017

As an RDS user
I'd like to get io1 or gp2 disks depending on if iops is declared
So that I don't use slow spinning disks

Current:
When StorageType is not set, and iops == 0, magnetic disks are provisioned

Expected:
When StorageType is not set, and iops == 0, gp2 SSD disks are provisioned

I'm guessing this is RDS default behavior for Ref("AWS::NoValue") I'd recommend using something like StorageType = variables['StorageType'] or 'io1' if get_piops() > 0 else 'gp2'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant