|
|
|
|
|
by austinjp
3810 days ago
|
|
I'm somewhat naive regarding S3. If data is in RAM, can you prevent it being swapped to disk and read by an unauthorised user? (I guess "RAM" and "disk" are virtual entities, but hopefully the spirit of the question still applies.) |
|
Really, you need to just make sure that the instance is secure. The point of this whole setup is not to make secrets unobtainable if someone compromises your app server; it is to prevent you from checking in production database passwords and secrets to your code repository.