File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -343,6 +343,16 @@ Resources:
343343 - ecs:UpdateService
344344 Resource :
345345 - !Sub arn:aws:ecs:${AWS::Region}:${AWS::AccountId}:service/sb-${Environment}-tenant*
346+ - Effect : Allow
347+ Action :
348+ - servicediscovery:CreateService
349+ Resource :
350+ - !Sub arn:aws:servicediscovery:${AWS::Region}:${AWS::AccountId}:namespace/*
351+ - Effect : Allow
352+ Action :
353+ - servicediscovery:GetService
354+ Resource :
355+ - !Sub arn:aws:servicediscovery:${AWS::Region}:${AWS::AccountId}:service/*
346356 - Effect : Allow
347357 Action :
348358 - codepipeline:CreatePipeline
@@ -365,6 +375,7 @@ Resources:
365375 Action :
366376 - route53:CreateHostedZone
367377 - servicediscovery:CreatePrivateDnsNamespace
378+ - servicediscovery:GetOperation
368379 - elasticfilesystem:CreateFileSystem
369380 - ds:DescribeDirectories
370381 - fsx:DescribeFileSystems
You can’t perform that action at this time.
0 commit comments