Comment on Launch HN: Defer (YC W23) – Zero-infrastructure background jobs for Node.jsparentComments−gearnode3yWhere are the encryption keys stored?We use AWS KMS to perform data-at-rest encryption on all data we store. We perform another encryption pass for sensitive data (e.g., Github Token, Secrets, etc.) before storing the data with a symmetric PGP key.Is this CronAAS suitable for sensitive workloads?It should be. Could you elaborate?
Comments
We use AWS KMS to perform data-at-rest encryption on all data we store. We perform another encryption pass for sensitive data (e.g., Github Token, Secrets, etc.) before storing the data with a symmetric PGP key.
It should be. Could you elaborate?