RDS does not support Storage Encryption #2442
Unanswered
DarkenVamp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was practicing terraform and came across an issue where it kept rebuilding my database.
I narrowed down the cause to storage encryption, which is not supported on floci. I tried with and without explicit KMS ID.
I searched the documentation for RDS and RDS Data but couldn't find anything on encryption.
I would like to ask if this is a known caveat or is it planned or is encryption supposed to be disabled for local development?
Thanks in advance!
Example for creating instance with KMS
And then verify Encryption Status with
All reactions