Comment on Launch HN: Defer (YC W23) – Zero-infrastructure background jobs for Node.jsComments−pphysch3yWhere are the encryption keys stored? Is this CronAAS suitable for sensitive workloads?−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
Where are the encryption keys stored? Is this CronAAS suitable for sensitive workloads?
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?