Skip to content

Commit

Permalink
Add some CloudWatch permissions for Fargate deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Jan 15, 2025
1 parent f8576bc commit 388e904
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tb_pulumi/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ def __init__(
'Sid': 'GlobalObjectReadAccess',
'Effect': 'Allow',
'Action': [
'cloudwatch:Describe*',
'cloudwatch:List*',
'cloudwatch:TagResource',
'ec2:List*',
'ec2:Get*',
'ec2:Describe*',
Expand Down

0 comments on commit 388e904

Please sign in to comment.