Skip to content

Commit

Permalink
Update to latest alarms package
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Nov 7, 2024
1 parent 44d7839 commit b92db0d
Show file tree
Hide file tree
Showing 3 changed files with 861 additions and 825 deletions.
4 changes: 0 additions & 4 deletions cloudformation/auth-infra.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ export default cf.merge(
},
ELBAlarms({
prefix: 'AuthELB',
email: cf.ref('AlarmEmail'),
apache: cf.stackName,
cluster: cf.join(['coe-ecs-', cf.ref('Environment')]),
service: cf.getAtt('Service', 'Name'),
loadbalancer: cf.getAtt('ELB', 'LoadBalancerFullName'),
targetgroup: cf.getAtt('TargetGroup', 'TargetGroupFullName')

Expand Down
Loading

0 comments on commit b92db0d

Please sign in to comment.