Skip to content

Commit cbe8526

Browse files
committed
Fix IAM permissions for SSM session
Avoid getting the following error when "Enforce CloudWatch log encryption" is enabled: ``` "Your session has been terminated for the following reasons: We couldn't start the session because encryption is not set up on the selected CloudWatch Logs log group. Either encrypt the log group or choose an option to enable logging without encryption." ```
1 parent 66b459b commit cbe8526

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/aws-stack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,7 @@ Resources:
843843
- logs:CreateLogGroup
844844
- logs:CreateLogStream
845845
- logs:PutLogEvents
846+
- logs:DescribeLogGroups
846847
- logs:DescribeLogStreams
847848
Resource: "*"
848849
- Sid: Ssm

0 commit comments

Comments
 (0)