<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Elastic Load Balancing with Sticky Sessions</title> <atom:link href="http://shlomoswidler.com/2010/04/elastic-load-balancing-with-sticky-sessions.html/feed" rel="self" type="application/rss+xml" /><link>http://shlomoswidler.com/2010/04/elastic-load-balancing-with-sticky-sessions.html</link> <description>Cloud Developer Tips: Practical tips for developers of cloud computing applications.</description> <lastBuildDate>Tue, 31 Jan 2012 07:15:49 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Nilesh</title><link>http://shlomoswidler.com/2010/04/elastic-load-balancing-with-sticky-sessions.html/comment-page-1#comment-869</link> <dc:creator>Nilesh</dc:creator> <pubDate>Thu, 12 Jan 2012 15:34:25 +0000</pubDate> <guid
isPermaLink="false">http://www.shlomoswidler.com/?p=126#comment-869</guid> <description>The basic concept of ELB are explained nicely...Simple to understand article
Thanks.</description> <content:encoded><![CDATA[<p>The basic concept of ELB are explained nicely&#8230;Simple to understand article<br
/> Thanks.</p> ]]></content:encoded> </item> <item><title>By: Mitesh</title><link>http://shlomoswidler.com/2010/04/elastic-load-balancing-with-sticky-sessions.html/comment-page-1#comment-867</link> <dc:creator>Mitesh</dc:creator> <pubDate>Fri, 06 Jan 2012 18:37:55 +0000</pubDate> <guid
isPermaLink="false">http://www.shlomoswidler.com/?p=126#comment-867</guid> <description>Nice and Simple explaination.</description> <content:encoded><![CDATA[<p>Nice and Simple explaination.</p> ]]></content:encoded> </item> <item><title>By: Elastic Load Balancing sticky PHP sessions - WebDevJ</title><link>http://shlomoswidler.com/2010/04/elastic-load-balancing-with-sticky-sessions.html/comment-page-1#comment-624</link> <dc:creator>Elastic Load Balancing sticky PHP sessions - WebDevJ</dc:creator> <pubDate>Wed, 20 Apr 2011 16:57:09 +0000</pubDate> <guid
isPermaLink="false">http://www.shlomoswidler.com/?p=126#comment-624</guid> <description>[...] Source [...]</description> <content:encoded><![CDATA[<p>[...] Source [...]</p> ]]></content:encoded> </item> <item><title>By: shlomo</title><link>http://shlomoswidler.com/2010/04/elastic-load-balancing-with-sticky-sessions.html/comment-page-1#comment-436</link> <dc:creator>shlomo</dc:creator> <pubDate>Tue, 09 Nov 2010 10:44:35 +0000</pubDate> <guid
isPermaLink="false">http://www.shlomoswidler.com/?p=126#comment-436</guid> <description>As of October 2010 ELB supports sticky sessions:
http://aws.typepad.com/aws/2010/10/elastic-load-balancer-support-for-ssl-termination.html
which also work over HTTPS.</description> <content:encoded><![CDATA[<p>As of October 2010 ELB supports sticky sessions:<br
/> <a
href="http://aws.typepad.com/aws/2010/10/elastic-load-balancer-support-for-ssl-termination.html" rel="nofollow">http://aws.typepad.com/aws/2010/10/elastic-load-balancer-support-for-ssl-termination.html</a><br
/> which also work over HTTPS.</p> ]]></content:encoded> </item> <item><title>By: Seth Caldwell</title><link>http://shlomoswidler.com/2010/04/elastic-load-balancing-with-sticky-sessions.html/comment-page-1#comment-435</link> <dc:creator>Seth Caldwell</dc:creator> <pubDate>Tue, 09 Nov 2010 00:08:12 +0000</pubDate> <guid
isPermaLink="false">http://www.shlomoswidler.com/?p=126#comment-435</guid> <description>Nice article. I wish ELB supported IP address based stickiness, which would work over HTTPS.
=(</description> <content:encoded><![CDATA[<p>Nice article. I wish ELB supported IP address based stickiness, which would work over HTTPS.<br
/> =(</p> ]]></content:encoded> </item> <item><title>By: Rob Staveley</title><link>http://shlomoswidler.com/2010/04/elastic-load-balancing-with-sticky-sessions.html/comment-page-1#comment-370</link> <dc:creator>Rob Staveley</dc:creator> <pubDate>Tue, 20 Jul 2010 23:15:35 +0000</pubDate> <guid
isPermaLink="false">http://www.shlomoswidler.com/?p=126#comment-370</guid> <description>Great catch, Schlomo. Many thanks.</description> <content:encoded><![CDATA[<p>Great catch, Schlomo. Many thanks.</p> ]]></content:encoded> </item> <item><title>By: shlomo</title><link>http://shlomoswidler.com/2010/04/elastic-load-balancing-with-sticky-sessions.html/comment-page-1#comment-369</link> <dc:creator>shlomo</dc:creator> <pubDate>Tue, 20 Jul 2010 22:44:43 +0000</pubDate> <guid
isPermaLink="false">http://www.shlomoswidler.com/?p=126#comment-369</guid> <description>@Rob Staveley,You need to use an HTTP listener in order to be able to set up a session stickiness policy. Your elb-create-lb command should have &quot;http&quot; instead of &quot;tcp&quot;:elb-create-lb c2 –availability-zones us-east-1a –listener “protocol=http, lb-port=80, instance-port=80&quot;</description> <content:encoded><![CDATA[<p>@Rob Staveley,</p><p>You need to use an HTTP listener in order to be able to set up a session stickiness policy. Your elb-create-lb command should have &#8220;http&#8221; instead of &#8220;tcp&#8221;:</p><p>elb-create-lb c2 –availability-zones us-east-1a –listener “protocol=http, lb-port=80, instance-port=80&#8243;</p> ]]></content:encoded> </item> <item><title>By: Rob Staveley</title><link>http://shlomoswidler.com/2010/04/elastic-load-balancing-with-sticky-sessions.html/comment-page-1#comment-368</link> <dc:creator>Rob Staveley</dc:creator> <pubDate>Tue, 20 Jul 2010 22:11:18 +0000</pubDate> <guid
isPermaLink="false">http://www.shlomoswidler.com/?p=126#comment-368</guid> <description>Is the following a result of an Amazon service outage, or am I missing something?&gt;elb-create-lb c2 --availability-zones us-east-1a --listener &quot;protocol=tcp, lb-port=80, instance-port=80&quot;
DNS_NAME  c2-588861184.us-east-1.elb.amazonaws.com&gt;elb-create-app-cookie-stickiness-policy c2 --cookie-name PHPSESSID --policy-name x
OK-Creating App Stickiness Policy&gt;elb-set-lb-policies-of-listener c2 --lb-port 80 --policy-names x
elb-set-lb-policies-of-listener:  Service error: Policy [x] cannot be enabled for load balancer port [80] with
protocol [TCP].  AWSRequestId:0c460472-944a-11df-81dd-d14f18cab845</description> <content:encoded><![CDATA[<p>Is the following a result of an Amazon service outage, or am I missing something?</p><p>&gt;elb-create-lb c2 &#8211;availability-zones us-east-1a &#8211;listener &#8220;protocol=tcp, lb-port=80, instance-port=80&#8243;<br
/> DNS_NAME  c2-588861184.us-east-1.elb.amazonaws.com</p><p>&gt;elb-create-app-cookie-stickiness-policy c2 &#8211;cookie-name PHPSESSID &#8211;policy-name x<br
/> OK-Creating App Stickiness Policy</p><p>&gt;elb-set-lb-policies-of-listener c2 &#8211;lb-port 80 &#8211;policy-names x<br
/> elb-set-lb-policies-of-listener:  Service error: Policy [x] cannot be enabled for load balancer port [80] with<br
/> protocol [TCP].  AWSRequestId:0c460472-944a-11df-81dd-d14f18cab845</p> ]]></content:encoded> </item> <item><title>By: The &#8220;Elastic&#8221; in &#8220;Elastic Load Balancing&#8221;: ELB Elasticity and How to Test it</title><link>http://shlomoswidler.com/2010/04/elastic-load-balancing-with-sticky-sessions.html/comment-page-1#comment-270</link> <dc:creator>The &#8220;Elastic&#8221; in &#8220;Elastic Load Balancing&#8221;: ELB Elasticity and How to Test it</dc:creator> <pubDate>Mon, 10 May 2010 02:27:03 +0000</pubDate> <guid
isPermaLink="false">http://www.shlomoswidler.com/?p=126#comment-270</guid> <description>[...] of ELB exhibited some stickiness, but today the only way to ensure stickiness is to use the Sticky Sessions feature.How much variety is necessary in order to cause the connections to be fairly distributed [...]</description> <content:encoded><![CDATA[<p>[...] of ELB exhibited some stickiness, but today the only way to ensure stickiness is to use the Sticky Sessions feature.How much variety is necessary in order to cause the connections to be fairly distributed [...]</p> ]]></content:encoded> </item> <item><title>By: Amazon 的 ELB 支援 Sticky Sessions at Gea-Suan Lin&#39;s BLOG</title><link>http://shlomoswidler.com/2010/04/elastic-load-balancing-with-sticky-sessions.html/comment-page-1#comment-216</link> <dc:creator>Amazon 的 ELB 支援 Sticky Sessions at Gea-Suan Lin&#39;s BLOG</dc:creator> <pubDate>Sun, 18 Apr 2010 01:15:10 +0000</pubDate> <guid
isPermaLink="false">http://www.shlomoswidler.com/?p=126#comment-216</guid> <description>[...] session 所發出的 request 都導到同一台 server 上。以「Elastic Load Balancing with Sticky Sessions」這篇的說明來看，看起來是 Cookie-based。這在商業 load balancer [...]</description> <content:encoded><![CDATA[<p>[...] session 所發出的 request 都導到同一台 server 上。以「Elastic Load Balancing with Sticky Sessions」這篇的說明來看，看起來是 Cookie-based。這在商業 load balancer [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 4/16 queries in 0.012 seconds using disk: basic
Object Caching 401/408 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: blogstatic.shlomoswidler.com.s3.amazonaws.com

Served from: shlomoswidler.com @ 2012-02-04 22:32:27 -->
