Solution Options Encryption at Rest - rrzkk/tsbar GitHub Wiki

  1. change from fargate task to ec2 task, which supports persisted volumne bind mount

  2. keep using fargate with postgreSQL- Docker do not use volume or use a unpersisted one, since we do not need to keep the data.

  3. using RDS or DynamoDB

  4. using fargate running postgreSQL with EFS volume to achieve persisted storage