<div dir="ltr">Hi community,<div><br></div><div>Here's a question.</div><div style>Currently Health monitors in Loadbalancer service are made in such way that health monitor itself is a global shared database object. </div>
<div style>If user wants to add health monitor to a pool, it adds association between pool and health monitor.</div><div style>In order to update existing health monitor (change url, for example) service will need to go over existing pool-health monitor associations notifying devices of this change.</div>
<div style><br></div><div style>I think it could be changed to the following workflow:</div><div style>Instead of adding pool-healthmonitor association, use health monitor object as a template (probably renaming is needed) and add 'private' health monitor to the pool. </div>
<div style>So all further operations would result in changing health monitor on one device only.</div><div style><br></div><div style>What do you think?</div></div>