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 151816f commit b2a5b3eCopy full SHA for b2a5b3e
recipes/storage/efs_simple/assets/main.yaml
@@ -80,6 +80,14 @@ Resources:
80
Condition:
81
Bool:
82
'elasticfilesystem:AccessedViaMountTarget': 'true'
83
+ - Sid: efs-enforce-tls
84
+ Effect: Deny
85
+ Principal:
86
+ AWS: '*'
87
+ Action: '*'
88
+ Condition:
89
+ Bool:
90
+ 'aws:SecureTransport': 'false'
91
BackupPolicy:
92
Status: !Ref AutomaticBackups
93
Encrypted: true
0 commit comments