Y
Hacker News
new
|
ask
|
show
|
jobs
by
d1str0
880 days ago
Good question. This was a pain point for my small team (me, myself, and I) a little while back. We had an unencrypted db deployed with CDK, and then tried to get it encrypted without losing data.
1 comments
troublebucket
876 days ago
Were you able to successfully complete the encryption and cut-over?
link
d1str0
863 days ago
Yes, we just ended up having to hardcode the db endpoint in the cdk stack after a manually restoration from snapshot into an encrypted db.
link