Viewing profile — zob_cloud
zob_cloud
HN member- Joined
- Fri, Jun 17, 2016, 5:04 PM UTC
- HN karma
- 8
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About zob_cloud
No profile information was provided.
Recent public activity
-
comment
Comment #32280198
Which internal health checks are you referring to?
-
comment
Comment #18991376
Elastic Load Balancing blog post about TLS Termination on Network Load Balancers! This includes the ability to preserve source IP to your targets while terminating / offloading TLS…
-
comment
Comment #15203264
Browsers typically use a few connections to load a page so that it can load faster. Each of those threads has a different source port, and thus may route to a different target. In …
-
comment
Comment #15198026
There are ways of finding out more... https://www.amazon.jobs/en/jobs/518372/senior-software-devel...
-
comment
Comment #15197984
Better off depends on what your workload goals are. If you want path or host name based routing, Application load balancer may be a better fit as it natively supports WebSockets. I…
-
comment
Comment #14064062
And they're free! Although only can be used on AWS services, currently ELB and CloudFront. https://aws.amazon.com/certificate-manager/
-
comment
Comment #12270505
Yes they do. For a single connection the websocket will always go to the same back end regardless of sticky sessions being enabled. If stickyness is enabled, and the same client cr…
-
comment
Comment #12269874
ELB Classic & ELB Application Load Balancer don't support multiple SSL certificates. There is support multiple Subject Alternative Names (SANs https://en.wikipedia.org/wiki/Subject…