Hi,
I have created a Postgres service without encryption at rest and have started using it. Can encryption at rest be enabled after the instance has been created or does it need to be enable at creation time?
Thanks, Cain.
Answer by Siva Balan · Jul 18, 2018 at 09:01 AM
No, this can be done only during the service instance creation process. So if you already have an instance with data in it, you need to create a new service instance with encryption enabled and migrate the data to this new instance. If needed, migration instructions are at https://postgres-20-docs.run.aws-usw02-dev.ice.predix.io/migration.html .