I'm creating a RDS mysql instance from a snapshot....
# aws
g
I'm creating a RDS mysql instance from a snapshot. The original instance the snapshot was created from was not encrypted. On the new instance
storage_encrypted
is set to
True.
However the new instance does not get encrypted (no errors or warnings) and this results in a replacement loop as pulumi trys to set the
storage_encrypted
value on each run. Am I missing something here or is it not possible to enable encryption in this scenario?