Skip to content

Commit

Permalink
[Bug Fix] wordpress/* - Fixed missing logs:CreateLogGroup permission
Browse files Browse the repository at this point in the history
  • Loading branch information
sriganesh authored and michaelwittig committed May 16, 2019
1 parent 3809397 commit f44292b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions wordpress/wordpress-ha-aurora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ Resources:
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
- 'logs:DescribeLogStreams'
- 'logs:CreateLogGroup'
Resource: !GetAtt 'WebServerLogs.Arn'
WebServerIAMPolicySSHAccess:
Type: 'AWS::IAM::Policy'
Expand Down
1 change: 1 addition & 0 deletions wordpress/wordpress-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ Resources:
- 'logs:CreateLogStream'
- 'logs:PutLogEvents'
- 'logs:DescribeLogStreams'
- 'logs:CreateLogGroup'
Resource: !GetAtt 'WebServerLogs.Arn'
WebServerIAMPolicySSHAccess:
Type: 'AWS::IAM::Policy'
Expand Down

0 comments on commit f44292b

Please sign in to comment.