Skip to content

Commit b865c75

Browse files
committed
Added key rotation to KMS keys
1 parent 4c73863 commit b865c75

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cloudformation/ds_env_backing_store.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Resources:
5252
Type: 'AWS::KMS::Key'
5353
Properties:
5454
Description: KMS key for S3 buckets
55+
EnableKeyRotation: true
5556
KeyPolicy:
5657
Id: key-policy-1
5758
Version: 2012-10-17

cloudformation/ds_shared_data_lake.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Resources:
2727
Type: 'AWS::KMS::Key'
2828
Properties:
2929
Description: KMS key for S3 data lake bucket
30+
EnableKeyRotation: true
3031
KeyPolicy:
3132
Id: key-policy-1
3233
Version: 2012-10-17

0 commit comments

Comments
 (0)