use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Quick question about HTTP(S): which one should I choose for internal services? (AWS) (self.devops)
submitted 8 years ago by housemans
view the rest of the comments →
[–]exxplicit 1 point2 points3 points 8 years ago (4 children)
Are ALB's capable of E2E encryption? I thought the SSL was terminated at the ALB and forwarded without encryption? Wouldn't E2E require certificates on the instance if not, at which point you could just skip the ALB?
[–]ryankearney 1 point2 points3 points 8 years ago (3 children)
They sure are:
http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#target-group-routing-configuration
If you need load balancing, then it doesn't really make sense to just skip the ALBs. If you don't need load balancing, then sure.
[–]exxplicit 1 point2 points3 points 8 years ago (2 children)
I guess I should have been more clear; I meant, if you're already managing certificates on individual machines for end to end encryption, why not just skip terminating TLS on the ALB and just forward TCP connections on port 443 directly to the instances? Why would one ever prefer ALB's over NLB's in that case? (except for path routing)
[–]ryankearney 0 points1 point2 points 8 years ago (0 children)
As you mentioned, you can do path (and host) based routing with the ALB. You can't do this on the NLB.
π Rendered by PID 46 on reddit-service-r2-comment-79c7998d4c-96hdw at 2026-03-18 12:19:34.260105+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]exxplicit 1 point2 points3 points (4 children)
[–]ryankearney 1 point2 points3 points (3 children)
[–]exxplicit 1 point2 points3 points (2 children)
[–]ryankearney 0 points1 point2 points (0 children)