I am currently comparing different solutions for an immutable database, such as Blockchain or AWS QLDB. AWS QLDB looks very interesting for me, but I have a question about how the data is stored at Amazon: Can Amazon see the data, I put on the QLDB, in plain text (so they could use it for other purposes) or are they encrypted so that only users with a private key can see the content? The encryption Amazon talks about on their homepage seems to refer to the hashing of the journals to make it immutable, and not to the data itself..?
Thank you in advance