diff --git a/0_cloudformation/dataCollector.yaml b/0_cloudformation/dataCollector.yaml index 210bedc..a0c5d43 100644 --- a/0_cloudformation/dataCollector.yaml +++ b/0_cloudformation/dataCollector.yaml @@ -55,6 +55,13 @@ Resources: Type: AWS::S3::Bucket Properties: BucketName: !Ref DataBucketName + VersioningConfiguration: + Status: Enabled + BucketEncryption: + ServerSideEncryptionConfiguration: + - ServerSideEncryptionByDefault: + SSEAlgorithm: 'AES256' + BucketKeyEnabled: true ### AWS GLUE RESOURCES ### AWSGlueJobRole: