Forum Discussion
jaimes_39948
Aug 03, 2012Nimbostratus
iRule that percentage Load Balances Between Two CDN CNAMEs
Starting a new post, because I think my previous one might be off topic. I have a need to have the GTM load balance, percentage wise, between to AWS CDN CNAMES I have the WideIP setup using pools that...
hooleylist
Aug 14, 2012Cirrostratus
Hi Jaime,
Can you try this:
when DNS_REQUEST {
if { rand() < 0.60 } {
cname www-1378117844.us-west-1.elb.amazonaws.com
} else {
cname other.amazonaws.com
}
}
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects