File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Resources:
5050 - lambda:CreateFunction
5151 - lambda:GetFunction*
5252 - lambda:InvokeFunction
53- Resource : !Sub 'arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function: DetachVolumeLambda*'
53+ Resource : !Sub 'arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function/ DetachVolumeLambda*'
5454 - Effect : Allow
5555 Action :
5656 - kms:Encrypt
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ Resources:
174174 InstanceId : " {{describeVolume.instanceId}}"
175175 - name : detachEBSVolume
176176 action : aws:executeAutomation
177- timeoutSeconds : 300
177+ timeoutSeconds : 600
178178 onFailure : step:attachOriginalVolume
179179 nextStep : attachNewEBSVolume
180180 maxAttempts : 1
@@ -184,7 +184,7 @@ Resources:
184184 VolumeId : " {{volumeId}}"
185185 - name : attachNewEBSVolume
186186 action : aws:executeAutomation
187- timeoutSeconds : 180
187+ timeoutSeconds : 600
188188 onFailure : step:detachNewVolume
189189 nextStep : applyDeleteOnTerminationValue
190190 maxAttempts : 1
You can’t perform that action at this time.
0 commit comments