Skip to content

Commit fcfe9a2

Browse files
committed
Add ssm:GetParameters action for task execution role
1 parent 99d5e1e commit fcfe9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ecs-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ export class EcsService extends pulumi.ComponentResource {
265265
{
266266
Sid: 'AllowContainerToGetSecretManagerSecrets',
267267
Effect: 'Allow',
268-
Action: ['secretsmanager:GetSecretValue'],
268+
Action: ['ssm:GetParameters', 'secretsmanager:GetSecretValue'],
269269
Resource: '*',
270270
},
271271
],

0 commit comments

Comments
 (0)