We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff7f8f commit 70745cbCopy full SHA for 70745cb
testing/deploy-cloudformation.sh
@@ -5,4 +5,4 @@ aws cloudformation deploy \
5
--template-file template.yaml \
6
--stack-name aws-data-wrangler-test-arena \
7
--capabilities CAPABILITY_IAM \
8
---parameter-overrides "$(cat parameters.properties)"
+--parameter-overrides $(cat parameters.properties)
testing/template.yaml
@@ -66,6 +66,14 @@ Resources:
66
BlockPublicPolicy: true
67
IgnorePublicAcls: true
68
RestrictPublicBuckets: true
69
+ LifecycleConfiguration:
70
+ Rules:
71
+ - Id: CleaningUp
72
+ Status: Enabled
73
+ ExpirationInDays: 1
74
+ AbortIncompleteMultipartUpload:
75
+ DaysAfterInitiation: 1
76
+ NoncurrentVersionExpirationInDays: 1
77
78
RedshiftRole:
79
Type: AWS::IAM::Role
0 commit comments