Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Resources:
FunctionName: !Join [ '', [ 'efs-', !Ref ElasticFileSystem, '-size-monitor' ] ]
Handler: index.handler
Role: !GetAtt LambdaRoleRetain.Arn
Runtime: python2.7
Runtime: python3.8
Timeout: 60
EfsSizeMonitorFunctionDelete:
Type: AWS::Lambda::Function
Expand Down Expand Up @@ -376,7 +376,7 @@ Resources:
FunctionName: !Join [ '', [ 'efs-', !Ref ElasticFileSystem, '-size-monitor' ] ]
Handler: index.handler
Role: !GetAtt LambdaRoleDelete.Arn
Runtime: python2.7
Runtime: python3.8
Timeout: 60
LambdaRoleRetain:
Type: AWS::IAM::Role
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Resources:
FunctionName: !Join [ '', [ 'efs-', !Ref ElasticFileSystem, '-size-monitor' ] ]
Handler: index.handler
Role: !GetAtt LambdaRoleRetain.Arn
Runtime: python2.7
Runtime: python3.8
Timeout: 60
EfsSizeMonitorFunctionDelete:
Type: AWS::Lambda::Function
Expand Down Expand Up @@ -220,7 +220,7 @@ Resources:
FunctionName: !Join [ '', [ 'efs-', !Ref ElasticFileSystem, '-size-monitor' ] ]
Handler: index.handler
Role: !GetAtt LambdaRoleDelete.Arn
Runtime: python2.7
Runtime: python3.8
Timeout: 60
LambdaRoleRetain:
Type: AWS::IAM::Role
Expand Down
4 changes: 2 additions & 2 deletions monitoring/templates/cw_dashboard_with_mm_for_efs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ Resources:
FunctionName: !Join [ '-', [ !Ref ElasticFileSystem, 'size-monitor', !Ref 'AWS::StackName' ] ]
Handler: index.handler
Role: !GetAtt LambdaRoleRetain.Arn
Runtime: python2.7
Runtime: python3.8
Timeout: 60

EfsSizeMonitorFunctionDelete:
Expand Down Expand Up @@ -582,7 +582,7 @@ Resources:
FunctionName: !Join [ '-', [ !Ref ElasticFileSystem, 'size-monitor', !Ref 'AWS::StackName' ] ]
Handler: index.handler
Role: !GetAtt LambdaRoleDelete.Arn
Runtime: python2.7
Runtime: python3.8
Timeout: 60

LambdaRoleRetain:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Resources:
FunctionName: !Join [ '', [ 'efs-', !Ref ElasticFileSystem, '-size-monitor' ] ]
Handler: index.handler
Role: !GetAtt LambdaRoleRetain.Arn
Runtime: python2.7
Runtime: python3.8
Timeout: 60
EfsSizeMonitorFunctionDelete:
Type: AWS::Lambda::Function
Expand Down Expand Up @@ -376,7 +376,7 @@ Resources:
FunctionName: !Join [ '', [ 'efs-', !Ref ElasticFileSystem, '-size-monitor' ] ]
Handler: index.handler
Role: !GetAtt LambdaRoleDelete.Arn
Runtime: python2.7
Runtime: python3.8
Timeout: 60
LambdaRoleRetain:
Type: AWS::IAM::Role
Expand Down
4 changes: 2 additions & 2 deletions monitoring/templates/efs-dashboard-with-size-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Resources:
FunctionName: !Join [ '', [ 'efs-', !Ref ElasticFileSystem, '-size-monitor' ] ]
Handler: index.handler
Role: !GetAtt LambdaRoleRetain.Arn
Runtime: python2.7
Runtime: python3.8
Timeout: 60
EfsSizeMonitorFunctionDelete:
Type: AWS::Lambda::Function
Expand Down Expand Up @@ -220,7 +220,7 @@ Resources:
FunctionName: !Join [ '', [ 'efs-', !Ref ElasticFileSystem, '-size-monitor' ] ]
Handler: index.handler
Role: !GetAtt LambdaRoleDelete.Arn
Runtime: python2.7
Runtime: python3.8
Timeout: 60
LambdaRoleRetain:
Type: AWS::IAM::Role
Expand Down