outerbounds / terraform-aws-metaflow

Deploy production-grade Metaflow cloud infrastructure on AWS
https://registry.terraform.io/modules/outerbounds/metaflow/aws/latest
Apache License 2.0
56 stars 48 forks source link

Add option to enable KMS key rotation #84

Closed ryewilson closed 6 months ago

ryewilson commented 7 months ago

This PR adds the option to enable KMS key rotation for the keys that Metaflow creates. There are two keys created and both are in the datastore module.

The option defaults to false, because key rotation does incur a slight cost. It is a very small cost ($1 per iteration of a key), but a cost nonetheless.