Skip to content

Commit

Permalink
Merge pull request #6515 from hotosm/revert-6514-fix/ssm-perms
Browse files Browse the repository at this point in the history
Revert "Fix ssm permissions to pull the AMI"
  • Loading branch information
dakotabenjamin authored Jul 30, 2024
2 parents 167ff31 + 401dd43 commit c847eba
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions scripts/aws/cloudformation/tasking-manager.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,16 +543,6 @@ const Resources = {
Resource: ['arn:aws:rds:*']
}]
}
}, {
PolicyName: "SSMPolicy",
PolicyDocument: {
Version: "2012-10-17",
Statement:[{
Action: ['ssm:GetParameters'],
Effect: 'Allow',
Resource: ['arn:aws:ssm:*']
}]
}
}, {
PolicyName: "CloudFormationPermissions",
PolicyDocument: {
Expand Down

0 comments on commit c847eba

Please sign in to comment.